Skip to content

Commit

Permalink
Merge pull request khushi-joshi-05#1077 from harikasayani/signbranch
Browse files Browse the repository at this point in the history
signup page enhanced
  • Loading branch information
sunny0625 authored Jun 15, 2024
2 parents 4a3f94d + 2209d28 commit 644aa64
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
7 changes: 5 additions & 2 deletions Css-files/signup1.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body * {
.main-login {
width: 100vw;
height: 100vh;
background: brown;
background:white;
display: flex;
justify-content: center;
align-items: center;
Expand Down Expand Up @@ -90,6 +90,7 @@ body * {
display: flex;
justify-content: center;
align-items: center;

}

.card-login {
Expand All @@ -100,7 +101,9 @@ body * {
padding: 10px 35px;
border-radius: 20px;
box-shadow: 0px 10px 50px #000000a4;
background-color: white;
background-color:rgb(221, 221, 247);
padding-left: 70px;
padding-right: 70px;
}

.card-login > h1 {
Expand Down
11 changes: 6 additions & 5 deletions Html-files/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</div>
<div class="main-login">
<div class="left-login" data-aos="zoom-out-left" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
<h1>Sign Up Here<br>Good Food is Good Mood</h1>
<img src="../Images/desserts.avif" class="left-login-image" alt="food">
<!--<h1>Sign Up Here<br>Good Food is Good Mood</h1>-->
<img src="../Images/signupimage.jpg" class="left-login-image" alt="food">
</div>
<div class="right-login">
<div class="card-login" data-aos="zoom-out-right" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
Expand All @@ -32,7 +32,7 @@ <h1>SIGN UP</h1>
<form id="signup-form">
<div class="textfield">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="Enter your name" required>
<input type="text" id="name" name="name" placeholder="Enter your name" required >
</div>
<div class="textfield">
<label for="email">Email</label>
Expand All @@ -50,9 +50,10 @@ <h1>SIGN UP</h1>
</span>
</div>
<button type="submit" class="btn-login">Register</button>
<h1 style="font-size:13px; text-align:center;">Already have an account <a href="C:\Users\user\Desktop\signupfood\Food-ordering-website\Html-files\login.html">login</a></h1>
</form>
<h3><center>OR</center></h3>
<button id="google-login">Login with Google</button>
<!--<h3><center>OR</center></h3>
<button id="google-login">Login with Google</button>-->
</div>
</div>
</div>
Expand Down
Binary file added Images/signupimage.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/signupimage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/signupimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/signupimg.avif
Binary file not shown.

0 comments on commit 644aa64

Please sign in to comment.