-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·160 lines (147 loc) · 8.24 KB
/
index.html
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Jumbotron Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-fixed-top" role="navigation" style="background-color:#0D6A92;">
<div class="container">
<div class="header">
<nav>
<ul class="nav nav-pills pull-right" style="margin-top:-12px;">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">About</a></li>
<li role="presentation"><a href="#">Contact</a></li>
<li role="presentation"><a href="#" data-toggle="modal" data-target=".bs-example-modal-lg">Sign In</a></li>
</ul>
</nav>
<h3 class="custom-text-brand"><img src="images/logo-small.png" style="width:50px;margin-top:-4px;"/> MyEyesRemote™</h3>
</div>
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron" style="padding:48px 0px 0px 0px;background-color:#b3b3b3;">
<div class="container">
<div class="col-md-6" style="background-image:url('images/avatar-sales.png');">
<h2 class="h2-top">Avatar Accounts</h2>
<p class="custom-font" style="width:340px;"> Are you ready for an exciting and flexible source of income? <br/> Business Owners could be interested in your skill set, exactly where you are, right now. </p>
<form class="navbar-form navbar-left well custom-form-well" role="form" >
<p class="custom-font" style="margin-top:0px;">Explore New Work Opportunities</p>
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-primary">Sign Up</button>
</form>
</div>
<div class="col-md-6" style="background-image:url('images/pro-sales.png');">
<h2 class="h2-top" style="float:right;" >Company Accounts</h2>
<p class="custom-font" style="width:350px;float:right;text-align:right;">Ready to Survey in Portland<br/> at 9:00, bid a project in Houstan at 10:00, and attend a meeting in New York all before Lunch? We bring your expertise anywhere, instantly.</p>
<div style="clear:both;"></div>
<form class="navbar-form navbar-right well custom-form-well" role="form">
<p class="custom-font" style="margin-top:0px;">Find Remote Avatars</p>
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-primary">Sign Up</button>
</form>
</div>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
</div>
<hr>
<footer>
<p>© Company 2014</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<div class="modal fade bs-example-modal-lg blue-background" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color:rgba(13,106,146,0.8);">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<p class="modal-title" id="exampleModalLabel" style="color:#d3d3d3;font-size:15px;">Don't have an Account? <a href="#" style="color:white;">Sign Up Here</a>.</p>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4">
<form class="navbar-form navbar-left well custom-form-well" role="form" >
<p class="custom-font" style="margin-top:0px;">Sign into Avatar Account</p>
<div class="form-group form-margin">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group form-margin">
<input type="password" placeholder="Password" class="form-control">
</div>
<a href="avatarView/dash.html" class="btn btn-primary">Sign In</a>
</form>
</div>
<div class="col-md-4">
<form class="navbar-form navbar-left well custom-form-well" role="form" >
<p class="custom-font" style="margin-top:0px;">Sign into Company Account</p>
<div class="form-group form-margin">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group form-margin">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-primary">Sign In</button>
</form>
</div>
<div class="col-md-4">
<h2 class="custom-text-brand"> MyEyesRemote™</h2>
<img src="images/logo-small.png" style="margin-left:10px;margin-top:10px;"/>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>