linking home register and account page
[Bookkeeping.git] / webkell / home.html
blob2bcc049ae5fbf83963a8ba968970646a50d42135
2 <html>
3 <head>
5 <link type="text/css" href="css/main.css" rel="stylesheet" />
7 <script type="text/javascript" src="javascript/jquery-1.3.2.min.js"></script>
8 <script type="text/javascript" src="javascript/jquery-ui-1.7.2.custom.min.js"></script>
9 <script type="text/javascript" src="javascript/bkeeping.js"></script>
11 </head>
12 <body>
14 <div class="header" >
16 </div>
17 <div class="content" >
20 <div id="title" class="title" style=" position:relative; top:15px; left:30px; width:70%; height: 35px;" >
21 bkeeping
22 <xx class='subheader'>Your solution to simple
23 <xx style="color:#000000">online bookkeeping</xx>
24 </xx>
28 <div class="loginholder">
29 <div class="leftgrid" id="leftcol">
31 <input type="text" size="18" id="u" name="u"/>
32 </div>
33 <div class="leftgrid" id="rightcol">
35 <input type="password" size="18" id="p" name="p"/>
36 </div>
37 <div class="leftgrid" id="gocol">
38 <input type="button" value="LOGIN" onclick="bkeeping.login();" ></input>
39 </div>
40 </div>
44 </div>
47 <div class="signup" >
48 <p class="signuptitle">Not a member yet?</p>
49 <p>It takes less than 5 minutes to sign up.</p>
50 <p>Fast, easy to use bookkeeping.</p>
51 <p>The best way to manage your bookkeeping needs.</p>
52 <p style="margin-top: 20px;">
53 <a href="register.html" style="text-decoration: none;" ><input type="button" value="SIGN UP" ></input></a>
54 </p>
55 </div>
57 <div class="fastandeasy">
58 The <span class="huge">fastest</span> and <span class="huge">easiest</span><br/>
59 <p class="pushright">way to</p>
60 manage your bookkeeping.
61 </div>
68 </div>
69 <div class="footer" >
70 <p class="legal">
71 ©2008-2009 bkeeping Software, Inc. | All Rights Reserved
72 </p>
73 </div>
76 </body>
77 </html>