Skip to content

Commit

Permalink
Added Login page 1 - basic sign up and sign in forms in one page.
Browse files Browse the repository at this point in the history
  • Loading branch information
shershams committed Dec 7, 2011
1 parent 335c090 commit f5f60e9
Show file tree
Hide file tree
Showing 9 changed files with 237 additions and 3 deletions.
2 changes: 2 additions & 0 deletions contact1.html
Expand Up @@ -55,6 +55,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down
2 changes: 2 additions & 0 deletions default1.html
Expand Up @@ -102,6 +102,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down
2 changes: 2 additions & 0 deletions default2.html
Expand Up @@ -55,6 +55,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down
2 changes: 2 additions & 0 deletions default3.html
Expand Up @@ -55,6 +55,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down
2 changes: 2 additions & 0 deletions homepage1.html
Expand Up @@ -55,6 +55,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down
2 changes: 2 additions & 0 deletions homepage2.html
Expand Up @@ -60,6 +60,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down
13 changes: 10 additions & 3 deletions index.html
Expand Up @@ -139,7 +139,9 @@ <h2>How can you contribute to this project?</h2>
Pull the code from github or download as a zipped file. Create new unique layout
and commit your codes or send them as an attachment to
<a href='mailto:contact@sherzod.me'>contact@sherzod.me</a>. I will check the code for a
valid HTML and CSS, and will post it on github.
valid HTML and CSS, and will post it on github. Or at least send me your PSD file or some
kind of sketch of the layout you would like to see in this project, and I will try my
best to create one.
</p>

<div class='cleaner_h20'></div>
Expand Down Expand Up @@ -170,12 +172,17 @@ <h3>Sample Layouts</h3>
<div class='separator cleaner_h10'></div>
<div class='cleaner_h10'></div>

<a href="contact1.html">Contact 1</a>
<a href="login1.html">Login 1</a>

<div class='separator cleaner_h10'></div>
<div class='cleaner_h10'></div>

<a href="product1.html">Product 1 - eBay</a>

<div class='separator cleaner_h10'></div>
<div class='cleaner_h10'></div>

<a href="product1.html">Product 1 - eBay</a><div class='cleaner_h5'></div>
<a href="contact1.html">Contact 1</a>
</div>
</div>
</div>
Expand Down
213 changes: 213 additions & 0 deletions login1.html
@@ -0,0 +1,213 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login &amp; Sign Up Page 1</title>
<meta name="description" content="">
<meta name="author" content="">

<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<script src="scripts/jquery.min.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>

<script type='text/javascript'>
$(document).ready(function(){
$('#topbar').dropdown();

$('#username_in').focus();
});
</script>

<!-- Le styles -->
<link href="styles/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
.categories li{

}
.categories li:focus{

}
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>

<body>

<div class="topbar">
<div class="fill">
<div class="container">
<a class="brand" href="#">Project name</a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="index.html">Sample</a></li>
<li class="dropdown" data-dropdown="dropdown">
<a href="#" class="dropdown-toggle">Templates</a>
<ul class="dropdown-menu">
<li><a href="default1.html">Default 1</a></li>
<li><a href="default2.html">Default 2</a></li>
<li><a href="default3.html">Default 3</a></li>
<li class="divider"></li>
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
</ul>
</li>
</ul>

<form class="pull-left" action="">
<input type="text" placeholder="Search">
<button class="btn" type="submit">Go</button>
</form>

<ul class="nav secondary-nav">
<li><a href="#">Welcome Guest!</a></li>
</ul>
</div>
</div>
</div>

<div class="container">
<div class='row'>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="well span6 offset2">
<form class='form-stacked'>
<h2>Sign Up for Free</h2>

<div class='cleaner_h20'></div>

<div class="clearfix">
<label for="name_up">Name</label>
<div class="input">
<input id="name_up" name="name_up" size="30" type="text" class='xlarge'/>
<!--
<span class="help-block">
<span class='label important'>Warning</span> we need your name
</span>
-->
</div>
</div>

<div class="clearfix">
<label for="email_up">Email</label>
<div class="input">
<input id="email_up" name="email_up" size="30" type="text" class='xlarge'/>
<!--
<span class="help-block">
<span class='label important'>Warning</span> incorrect email address
</span>
-->
</div>
</div>

<div class="clearfix">
<label for="username_up">Username</label>
<div class="input">
<input id="username_up" name="username_up" size="30" type="text" class='xlarge'/>
<!--
<span class="help-block">
<span class='label important'>Warning</span> the username already exists
</span>
-->
</div>
</div>

<div class="clearfix">
<label for="pwd_up">Password</label>
<div class="input">
<input id="pwd_up" name="pwd_up" size="30" type="text" class='xlarge'/>
<!--
<span class="help-block">
<span class='label important'>Warning</span> too easy - even I can guess it
</span>
-->
</div>
</div>

<div class='cleaner_h10'></div>

<ul class="inputs-list">
<li>
<label>
<input type="checkbox" name="terms_up" id='terms_up' value="yes" checked='true' />
<span for='terms_up'>Agree to <a href='#'>Terms of Use</a></span>
</label>
</li>
</ul>

<div class='cleaner_h20'></div>
<input type='submit' value='Sign Up &raquo;' id='submit_up' name='submit_up' class="btn primary"/>
</form>
</div>

<div class="well span5" style='height:280px;'>
<form class='form-stacked'>
<h2>Sign In</h2>

<div class='cleaner_h20'></div>

<div class="clearfix">
<label for="username_in">Username</label>
<div class="input">
<input id="username_in" name="username_in" size="30" type="text"/>
<!--
<span class="help-block">
<span class='label important'>Warning</span> the username already exists
</span>
-->
</div>
</div>

<div class="clearfix">
<label for="pwd_in">Password</label>
<div class="input">
<input id="pwd_in" name="pwd_in" size="30" type="text"/>
<!--
<span class="help-block">
<span class='label important'>Warning</span> too easy - even I can guess it
</span>
-->
</div>
</div>

<ul class="inputs-list">
<li>
<label>
<input type="checkbox" name="remember_in" id='remember_in' value="yes" checked='true' />
<span for='remember_in'>Remember me</span>
</label>
</li>
</ul>

<div class='cleaner_h20'></div>
<input type='submit' value='Sign In &raquo;' id='submit_in' name='submit_in' class="btn primary"/>
</form>
</div>
</div>
<div class='cleaner'></div>


<footer style='text-align:center;'>
<p>&copy; Company 2011 <a href='http://www.sherzod.me' target='_blank' title='Professional Web Developer'>Sherzod Kutfiddinov</a></p>
</footer>

</div> <!-- /container -->

</body>
</html>
2 changes: 2 additions & 0 deletions product1.html
Expand Up @@ -84,6 +84,8 @@
<li><a href="homepage1.html">Homepage 1</a></li>
<li><a href="homepage2.html">Homepage 2</a></li>
<li class="divider"></li>
<li><a href="login1.html">Login 1</a></li>
<li class="divider"></li>
<li><a href="contact1.html">Contact 1</a></li>
<li class="divider"></li>
<li><a href="product1.html">Product 1</a></li>
Expand Down

0 comments on commit f5f60e9

Please sign in to comment.