Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 151 additions & 0 deletions assets/css/login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
/* create by dosma rina br manik */
.login{
padding: 24px 0px;
}
.login_content{
width: 100%;
max-width: 480px;
margin: auto;
}
.login_logo{
width: 120px;
height: 44.4px;
object-fit: contain;
margin: 0px auto;
display: block;
}

.login_tittle{
text-align: center;
margin-top: 12px;
font-size: 24px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
color: #606060;
}

.login_form{
margin-top: 24px;
padding: 24px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
width: 100%;
background: white;
display: flex;
flex-direction: column;
box-sizing: border-box;
border-radius: 4px;
}
.login_name{
display: block;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
color: #808080;
margin-top: 15px;
}
.login_box{
border-radius: 4px;
border: 1px solid #d1d3d4;
color: #565252;
padding: 10px;
box-sizing: border-box;
font-size: 16px;
margin-top: 8px;
width: 100%;
}

.login_forgot{
text-align: right;
margin-top: 16px;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
margin-left: auto;
color: orangered;
text-decoration: none;
}

.login_forgot:hover{
text-decoration: underline;
}

.login_button{
margin-top: 32px;
}
.login_signin{
padding: 16px;
border-radius: 4px;
border: none;
color: #ffffff;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
width: 100%;
cursor: pointer;
background: orangered;
}

.login_button_tittle{
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.14;
color: #808080;
margin: 16px 0px;
display: block;
text-align: center;
}
.login_button_fb{
padding: 16px;
border-radius: 4px;
border: none;
color: #ffffff;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
width: 100%;
cursor: pointer;
background: #465daa;
display: flex;
align-items: center;
justify-content: center;
}

.login_fb{
filter: brightness(0) invert(1);
height: 20px;
width: 10px;
object-fit: contain;
margin-right: auto;
}
.login_button_tittle_fb{
color: inherit;
margin-right: auto;
}

.login_register{
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
display: block;
margin: 16px auto 0px;
text-decoration: none;
color: orangered;
}

.login_register:hover{
text-decoration: underline;
}
141 changes: 141 additions & 0 deletions assets/css/register.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
/* create by dosma rina br manik */
.register{
display: flex;
width: 100%;
min-height: 100vh;
background-color: #f7f7f7;
box-sizing: border-box;
padding: 24px 0px;
}
.register_content{
width: 100%;
max-width: 480px;
margin: auto;
}
.register_logo{
width: 120px;
height: 44.4px;
object-fit: contain;
margin: 0px auto;
display: block;
}
.register_tittle{
text-align: center;
margin-top: 12px;
font-size: 24px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
color: #606060;
}
.register_form_content{
margin-top: 24px;
padding: 24px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
width: 100%;
background: white;
display: flex;
flex-direction: column;
box-sizing: border-box;
border-radius: 4px;
}
.register_fb{
margin-top: 0px;
}
.register_button_fb{
padding: 16px;
border-radius: 4px;
border: none;
color: #ffffff;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
width: 100%;
cursor: pointer;
background: #465daa;
display: flex;
align-items: center;
justify-content: center;
}
.register_img_fb{
filter: brightness(0) invert(1);
height: 20px;
width: 10px;
object-fit: contain;
margin-right: auto;
}
.register_button_tittle_fb{
color: inherit;
margin-right: auto;
}
.register_content_label{
display: flex;
align-items: center;
margin-top: 15px;
}
.register_content_label:before{
margin-right: 8px;
content: " ";
display: inline-block;
border: 0.5px solid #d1d3d4;
flex-grow: 1;
}
.register_content_label:after{
margin-left: 8px;
content: " ";
display: inline-block;
border: 0.5px solid #d1d3d4;
flex-grow: 1;
}
.register_name{
display: block;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
color: #808080;
margin-top: 15px;
}
.register_box{
border-radius: 4px;
border: 1px solid #d1d3d4;
color: #565252;
padding: 10px;
box-sizing: border-box;
font-size: 16px;
margin-top: 8px;
width: 100%;
}
.register_btn{
padding: 16px;
border-radius: 4px;
border: none;
color: #ffffff;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
width: 100%;
cursor: pointer;
background: orangered;
margin-top: 15px;
}
.register_ready{
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
display: block;
margin: 16px auto 0px;
text-decoration: none;
color: orangered;
}
.register_ready:hover{
text-decoration: underline;
}
51 changes: 51 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login - Kyou.id</title>
<link rel="stylesheet" href="./assets/css/login.css">
<link rel="stylesheet" href="./assets/css/root.css">
<link rel="shortcut icon" href="https://kyou.id/static/favicon-16x16.png?v=XBbA2dKjgz" type="image/x-icon" />
</head>

<body>
<!-- create by dosma rina br manik -->
<section class="login">
<div class="login_content">
<a href="index.html"><img class="login_logo" src="https://kyou.id/static/img/logo/kyou.png" alt=""></a>
<h1 class="login_tittle">Explore your Hobby with Kyou!</h1>
<form class="login_form" action="">
<label for="username">
<span class="login_name">Username</span>
<input class="login_box" type="text" name="username">
</label>
<label for="password">
<span class="login_name">Password</span>
<input class="login_box" type="password" name="password">
</label>
<a class="login_forgot" href="#">
Forgot your password
</a>

<div class="login_button">
<button class="login_signin" type="submit">sign in</button>
<span class="login_button_tittle">
Or sign in with the following methods
</span>
<button class="login_button_fb" type="button">
<img class="login_fb" src="https://kyou.id/static/img/icon/Facebook_glyph.svg" alt="">
<span class="login_button_tittle_fb">
Sign in with facebook
</span>
</button>
</div>
<a class="login_register" href="register.html">Don't have an account? click here!</a>
</form>
</div>
</section>

</body>

</html>
Loading