-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrans.htm
132 lines (122 loc) · 6.29 KB
/
trans.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<!-- saved from url=(0045)http://cleancanvas.herokuapp.com/sign-in.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Vistors' Log for MEST</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="http://cleancanvas.herokuapp.com/css/bootstrap-overrides.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/theme.css">
<link href="assets/css/css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css" media="screen, projection">
<link rel="stylesheet" href="assets/css/sign-in.css" type="text/css" media="screen">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body style="padding-top: 0px;">
<div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://vislog.com/index.html">
<strong>Visitors' Log</strong>
</a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li><a href="http://cleancanvas.herokuapp.com/index.html">HOME</a></li>
<li><a href="http://cleancanvas.herokuapp.com/about-us.html">ABOUT US</a></li>
<li class="dropdown">
<a href="http://cleancanvas.herokuapp.com/sign-in.html#" class="dropdown-toggle" data-toggle="dropdown">
PAGES
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="http://cleancanvas.herokuapp.com/features.html">Features</a></li>
<li><a href="http://cleancanvas.herokuapp.com/services.html">Services</a></li>
<li><a href="http://cleancanvas.herokuapp.com/portfolio.html">Portfolio</a></li>
<li><a href="http://cleancanvas.herokuapp.com/portfolio-item.html">Portfolio Item</a></li>
<li><a href="http://cleancanvas.herokuapp.com/coming-soon.html">Coming Soon</a></li>
<li><a href="./signin_files/signin.htm">Sign in</a></li>
<li><a href="http://cleancanvas.herokuapp.com/sign-up.html">Sign up</a></li>
<li><a href="http://cleancanvas.herokuapp.com/backgrounds.html">Backgrounds</a></li>
</ul>
</li>
<li><a href="http://cleancanvas.herokuapp.com/pricing.html">PRICING</a></li>
<li><a href="http://cleancanvas.herokuapp.com/contact.html">CONTACT US</a></li>
<li><a href="http://cleancanvas.herokuapp.com/blog.html">BLOG</a></li>
<li><a class="btn-header" href="http://cleancanvas.herokuapp.com/sign-up.html">Sign up</a></li>
<li><a class="btn-header active" href="./signin_files/signin.htm">Sign in</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Sign In Option 1 -->
<div id="sign_in1">
<div id="transmain" class="container">
<div class="section_header">
<h3>Just a minute...</h3>
</div>
<div class="row contact">
<p>Please tell us who you are visiting, when and the purpose of the visit.</p>
<form>
<div class="row form">
<div class="span6 box">
<input class="span3 name" type="text" placeholder="First name">
<input class="span3 mail" type="text" placeholder="Last name">
<input class="span6 phone" type="text" placeholder="Who you are visiting...">
<input class="span6 phone" type="text" placeholder="Purpose of you visit...">
</div>
</div>
<div class="row submit">
<div class="span5 box">
<label class="checkbox">
<input type="checkbox"> Sign up for our monthly newsletter
</label>
</div>
<div class="span3 right">
<input type="submit" value="Finish" id="secondsubmit" class="btn">
</div>
</div>
</form>
</div>
</div>
</div>
<!-- starts footer -->
<footer id="footer">
<div class="container">
<div class="row info">
<div class="span6 residence">
<ul>
<li>2301 East Lamar Blvd. Suite 140. City, Arlington.</li>
<li>United States, Zip Code TX 76006.</li>
</ul>
</div>
<div class="span5 touch">
<ul>
<li><strong>P.</strong> 1 817 274 2933</li>
<li><strong>E.</strong><a href="http://cleancanvas.herokuapp.com/sign-in.html#"> [email protected]</a></li>
</ul>
</div>
</div>
<div class="row credits">
<div class="span12">
<div class="row copyright">
<div class="span12">
© 2013 Clean Canvas. All rights reserved. Theme by Detail Canvas.
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery-latest.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/theme.js"></script>
</body></html>