Skip to content
Open
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
9 changes: 9 additions & 0 deletions barakgroup/members.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Shivam Bansal
Vikrant
Abhishek Purohit
Vinit Kumar
Rishi Pathak
Jatin Thakur
Pankaj Kumar
Pratyay Singh
Aniket
99 changes: 99 additions & 0 deletions barakgroup/shivambansal/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html>
<head>
<title>MOCKUP</title>
<style>
.container{
width: 414px;
height: 736px;
background: #F5F5F5;
margin: auto;
font-family: sans-serif;
}
.navbar{
width: 414px;
height: 70px;
background: #242424;
}
.burgericon{
width: 55px;
height: 55px;
}
h1{
position: relative;
margin-top: 60px;
margin-left: 20px;
font-family: sans-serif;
font-size: 48px;
color: #242424;
}
.smallbox{
margin-top: 60px;
margin-left: 20px;
background: #242424;
width: 50px;
height: 10px;
}
hr{
width: 48px;
height: 5px;
margin-left: 20px;
margin-top: 50px;
background: #242424;
}
.form{
margin-left: 20px;
}
h3{
font-family: sans-serif;
font-size: 16px;
color: #242424;
letter-spacing: 0.1em;
}
#username{
margin-top: 50px;
}
#password{
margin-top: 25px;
}
input{
width: 354px;
height: 50px;
border-color: #242424;
border: 1px solid #242424;
color: #242424;
font-size: 16px;
}
button{
width: 264px;
height: 50px;
background: #242424;
margin-top: 50px;
border: 0px solid #242424;
font-family: sans-serif;
font-size: 24px;
letter-spacing: 0.1em;
color: #ffffff
}
#newacc{
margin-left: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="navbar"><img src="mockup01.jpg" class="burgericon"></div>
<h1>Welcome</h1>
<!--<div class="smallbox"></div>-->
<hr>
<div class="form">
<h3 id="username">USERNAME</h3>
<input type="text" placeholder="ENTER USERNAME HERE">
<h3>PASSWORD</h3>
<input type="password" placeholder="ENTER PASSWORD HERE">
<button>LOG IN</button>
<h3 id="newacc"><u>CREATE NEW ACCOUNT?</u></h3>
</div>
</div>
</body>
</html>
Binary file added barakgroup/shivambansal/mockup01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Contributors
-Shivam Bansal