-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
executable file
·213 lines (148 loc) · 7.42 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> InternUNO</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="flat-ui/images/favicon.ico">
<link rel="stylesheet" href="flat-ui/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="flat-ui/css/flat-ui.css">
<!-- FONTS -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<!-- FRONTEND FRAMEWORK FILES AKA BOOTSTRAP AND SUCH -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<!-- ADD CUSTOM STYLESHEETS HERE -->
<link rel="stylesheet" href="css/homejoy.css" />
<link rel="stylesheet" href="/static/landing/css/homepage_v8.75.css">
<!-- Using only with Flat-UI (free)-->
<link rel="stylesheet" href="common-files/css/icon-font.css">
<!-- end -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="page-wrapper">
<!-- header-10 -->
<header class="header-10">
<div class="container">
<div class="navbar col-sm-12" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle"></button>
<a class="brand" href="#">InternUNO</a>
</div>
<div class="collapse navbar-collapse pull-right">
<ul class="nav pull-left">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
<form class="navbar-form pull-left">
</form>
</div>
</div>
</div>
</header>
<section class="header-10-sub v-center bg-midnight-blue">
<div class="background">
</div>
<div>
<div class="container">
<div class="hero-unit">
<h1>Welcome to InternUNO</h1>
<p>
We’ve created the product that will help you connect with other interns.
<br/>
<br>
<a class="btn btn-info" href="#">Get Started</a>
</p>
</div>
</div>
</div>
<a class="control-btn fui-arrow-down" href="#"> </a>
</section>
<!-- How it works section -->
<!-- HOW IT WORKS SECTION -->
<section class="how-it-works-section light-blue">
<div class="container">
<div class="section-header">
<h2 class="text-center">It's as Easy as 1-2-3</h2>
<div class="divider"></div>
</div>
<div class="row">
<div class="col-sm-4 text-center">
<div alt="book-cleaner" class="img-responsive img-circle">
</div>
<br> <br> <br> <br>
<h4 class="text-center">SIGN UP</h4>
<p>Sign-up for a new account or Login with Facebook</p>
</div>
<div class="col-sm-4 text-center">
<div alt="book-cleaner" class="img-responsive img-circle">
</div>
<br> <br> <br> <br>
<h4 class="text-center">VIEW</h4>
<p>View other interns at the your company during the past year.</p>
</div>
<div class="col-sm-4 text-center">
<div alt="book-cleaner" class="img-responsive img-circle">
</div>
<br> <br> <br> <br>
<h4 class="text-center">CONNECT</h4>
<p> Connect with interns from the same company and make better decisions!</p>
</div>
</div>
</div>
<br><br> <br> <br> <br> <br>
</section>
<!-- SATISFACTION SECTION -->
<!-- content-23 -->
<section class="content-23 v-center bg-midnight-blue">
<div id="bgVideo" class="background"></div>
<div>
<div class="container">
<div class="hero-unit">
<h1>Choose internships
<br class="hidden-phone">
that matter! </h1>
</div>
</div>
</div>
<a class="control-btn fui-arrow-down" href="#"> </a>
</section>
<!-- footer-3 -->
<footer class="footer-3">
<div class="container">
<div class="row v-center">
<div class="col-sm-2">
<a class="brand" href="#">InternUNO</a>
</div>
<div class="col-sm-7">
<div class="additional-links">
Be sure to take a look to our <a href="#">Terms of Use</a> and <a href="#">Privacy Policy</a>
</div>
</div>
<div class="col-sm-3">
<h6> Dept. of Computer Sciences</h6>
<div class="address">
1210 W. Dayton St. <br>Madison, WI
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="../../common-files/js/jquery-1.10.2.min.js"></script>
<script src="../../flat-ui/js/bootstrap.min.js"></script>
<script src="../../common-files/js/modernizr.custom.js"></script>
<script src="../../common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="../../common-files/js/jquery.parallax.min.js"></script>
<script src="../../common-files/js/startup-kit.js"></script>
<script src="js/jquery.backgroundvideo.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>