Skip to content

Commit

Permalink
Merge branch 'login_page' of https://github.com/ambivert-sam/periodo
Browse files Browse the repository at this point in the history
…into ambivert-sam-login_page
  • Loading branch information
khushishikhu committed Mar 23, 2021
2 parents 92e7d4d + 96d3bf7 commit a8356a4
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 0 deletions.
Binary file added Images/resized.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/resized2.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/thinking.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/women.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
263 changes: 263 additions & 0 deletions loginpage.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');



*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
main{
min-height: 100vh;
display:flex;
align-items: center;
background: linear-gradient(to right top, #FFE5D8,#FBEEE6);
justify-content: center;
}
h2{
color: #d1a3a4;
opacity: 0.8;
font-size: 2rem;
font-weight: 300;

}
form{
color: #d1a3a4;
opacity: 0.8;
font-size: 1.6rem;
font-weight: 100;
justify-content: space-evenly;


}
.login input{

background: linear-gradient(to right bottom, rgba(255,255,255,0.8),rgba(255,255,255,0.5));
border: none;
width: 100%;
padding: 0.8rem;
border-radius: 0.5rem;
box-shadow: 3px 3px 10px rgba(122,122,122,0.212);
display: grid;
margin: 22px 0;
font-family: "Poppins",sans-serif;




}
.glass{
background: white;
min-height: 30vh;
width: 60%;
background: linear-gradient(to right bottom, rgba(255,255,255,0.1),rgba(255,255,255,0.7));
border-radius: 2rem;
display: flex;
box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}
.square1
{
background: white;
background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.1));

position: absolute;
box-shadow: 0 25px 45px rgba(0,0,0,0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
animation:animate 10s linear infinite;
animation-delay: calc(-2s*var(--i));


}
.square1{
top:5%;
right: 15%;
height: 6rem;
width:6rem;
z-index: 7;


}
.square2{
background: white;
background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.1));
height: 10rem;
width:10rem;
position: absolute;
box-shadow: 0 25px 45px rgba(0,0,0,0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
animation:animate 10s linear infinite;
animation-delay: calc(-2s*var(--i));


}
.square2{
bottom: 3%;
left:10%;
height:5rem;
width:5rem;

}
.square3{
background: white;
background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.1));

position: absolute;
box-shadow: 0 25px 45px rgba(0,0,0,0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
animation:animate 10s linear infinite;
animation-delay: calc(-2s*var(--i));


}
.square3{
bottom: 6%;
left:15%;
height:3rem;
width:3rem;
}
.square4{
background: white;
background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.1));

position: absolute;
box-shadow: 0 25px 45px rgba(0,0,0,0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
animation:animate 10s linear infinite;
animation-delay: calc(-2s*var(--i));

}
.square4{
top: 150px;
right:60px;
width: 50px;
height:50px;

}
.square5{
background: white;
background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.1));

box-shadow: 0 25px 45px rgba(0,0,0,0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
animation:animate 10s linear infinite;
position: absolute;
animation-delay: calc(-2s*var(--i));


}
.square5{
bottom: 150px;
right:60px;
width: 70px;
height:70px;
z-index: 2;



}
.square6{
background: white;
background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.1));

box-shadow: 0 25px 45px rgba(0,0,0,0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
animation:animate 10s linear infinite;
position: absolute;
animation-delay: calc(-3s*var(--i));


}
.square6{
top: 30%;
left:4%;
height:3rem;
width:3rem;

}
@keyframes animate{
0% 100%{
transform: translateY(-15px);
}
50%{
transform: translateY(15px);
}
}
.women{
width: 60%;
height: 50%;
margin-right: 80px;
margin-bottom: 150px;

}
.dashboard{
flex:1;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
border-radius: 2rem;


background: linear-gradient(to right bottom, rgba(255,255,255,0.9),rgba(255,255,255,0.3));
text-align: center;

}
.login{
flex:1;
margin: 5rem;

}
h2{
text-align: center;
text-transform:uppercase;

}
.btn{
text-align: center;
}


.submit-button{

padding:0.5rem;
width:50%;
height:80%;
border-radius: 10px;
transition: all 0.5s;
background-color: #C8A2C8;

}
.submit-button:hover{
background-color :#957dad;;

}
.submit:active{
background-color: #957dad;

}
.forget-password{
padding: 5px;
font-size:15px;
margin: 0.7rem;
font-weight: 100px;

}
.account{
padding: 5px;
font-size:15px;

}
h4{
font-family: 'Anonymous Pro' , monospace;
font-size:0.8rem;
text-align: right;
margin-left: 1.1rem;
margin-top: 1rem;

}
63 changes: 63 additions & 0 deletions loginpage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap" rel="stylesheet">
<title>Document</title>
<link href="loginpage.css" rel="stylesheet">
</head>
<body>
<main>
<section class="glass">
<div class="dashboard">
<div class="women">
<img src="Images/resized2.jpg" alt="">
<p class="line anime-typewriter">
<h4> .. it's not you , it's your period
</h4>
</p>
</div>
</div>
<div class="login">
<h2>Login</h2>
<form>
<div class="inputBox">
<input type="text" placeholder="Username">
</div>
<div class="inputBox">
<input type="text" placeholder="Password">
</div>
<div class="btn">
<button class="submit-button">Submit</button>
</div>
<div class="forget-password">
<p class="forget">Forgot Password ? <a href="#">Click Here</a></p>
</div>
<div class="account">
<p class="forget">Don't have an account? <a href="#"> Sign Up</a></p>
</div>
</div>

</form>



</div>

</section>
</main>
<div class="square1" style="--i:1;"></div>
<div class="square2" style="--i:2;"></div>
<div class="square3" style="--i:3;"></div>
<div class="square4" style="--i:4;"></div>
<div class="square5" style="--i:5;"></div>
<div class="square6" style="--i:6;"></div>




</body>
</html>

0 comments on commit a8356a4

Please sign in to comment.