-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·316 lines (281 loc) · 12.2 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Relatively Simple App</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
<!-- Custom styles for this template -->
<link href="css/new-age.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Relatively Simple</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<!--
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#download">Download</a>
</li>
-->
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-12 my-auto">
<div class="device-container">
<div class="device-mockup iphone6_plus landscape white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<!-- <img src="img/demo-screen-1.jpg" class="img-fluid" alt="">-->
<!-- <iframe src="https://www.youtube.com/embed/OckOQ4_W48A autoplay=1" frameborder="0" allow="autoplay" allowfullscreen></iframe>-->
<iframe width="560" height="315" src="https://www.youtube.com/embed/-eawxhYqwy8?&autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
<div class="header-content mx-auto">
<h1>Relatively Simple teaches you about Einstein's theory of special relatively.</h1>
<div class="badges">
<a class="badge-link" href="https://apps.apple.com/us/app/relatively-simple/id1464624768?ls=1" target="_blank"><img src="img/app-store-badge.svg" alt=""></a>
<a class="badge-link" href="https://play.google.com/store/apps/details?id=com.PhysicsCMU.RelativelySimple" target="_blank"><img src="img/google-play-badge.svg" alt=""></a>
</div>
<!-- <a href="#download" class="btn btn-outline btn-xl js-scroll-trigger">Start Now for Free!</a>-->
</div>
</div>
<!--
<div class="col-lg-12 my-auto">
<div class="header-content mx-auto">
<h1 class="mb-5">Relatively Simple teaches you about Einstein's theory of special relatively.</h1>
<div class="badges">
<a class="badge-link" href="#"><img src="img/app-store-badge.svg" alt=""></a>
<a class="badge-link" href="#"><img src="img/google-play-badge.svg" alt=""></a>
</div>
<a href="#download" class="btn btn-outline btn-xl js-scroll-trigger">Start Now for Free!</a>
</div>
</div>
-->
</div>
</div>
</header>
<section class="download bg-primary text-center" id="download">
<div class="container">
<div class="row">
<div class="col-md-3 mx-auto">
<a class="badge-link" href="https://www.cmu.edu/physics/people/faculty/rothstein.html" target="_blank"><img src="img/Rothstein3-min.jpg" class="img-fluid circle-pic" alt=""></a>
</div>
<div class="col-md-4 my-auto feature-desc-left">
Designed by Prof. Ira Rothstein and developed in conjunction with students at CMU's Entertainment Technology Center.
</div>
<div class="col-md-3 mx-auto">
<img src="img/cmu-phys-logo.png" class="img-fluid" alt="">
</div>
<!--
<div class="col-md-5 mx-auto section-2">
<p class="section-2-text">Designed by Dr. Ira Rothstein... What else to add here to build credibility?</p>
</div>
-->
</div>
</div>
</section>
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>3 Different Sandboxes</h2>
<p class="text-muted">Each teaches you a new aspect of Special Relativity!</p>
<hr>
</div>
<div class="row">
<div class="col-lg-8 my-auto">
<div class="device-container">
<div class="device-mockup iphone6_plus landscape white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/Fw4-R17FD24" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 my-auto feature-desc-right">
See how the length of object changes as you move with respect to it.
</div>
</div>
<!--
<div class="col-lg-8 my-auto">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Device Mockups</h3>
<p class="text-muted">Ready to use HTML/CSS device mockups, no Photoshop required!</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-camera text-primary"></i>
<h3>Flexible Use</h3>
<p class="text-muted">Put an image, video, animation, or anything else in the screen!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-present text-primary"></i>
<h3>Free to Use</h3>
<p class="text-muted">As always, this theme is free to download and use for any purpose!</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-lock-open text-primary"></i>
<h3>Open Source</h3>
<p class="text-muted">Since this theme is MIT licensed, you can use it commercially!</p>
</div>
</div>
</div>
</div>
</div>
-->
<div class="row features-02">
<div class="col-lg-8 my-auto">
<div class="device-container">
<div class="device-mockup iphone6_plus landscape gold">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/54Xrw9Lq15E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 my-auto feature-desc-left">
See how it can be that one observer thinks two events are occurring at the same time but another (you) thinks otherwise.
</div>
</div>
<div class="row features-03">
<div class="col-lg-8 my-auto">
<div class="device-container">
<div class="device-mockup iphone6_plus landscape white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/UvJcPY01XUM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 my-auto feature-desc-right">
Learn how, as you move faster, time passes more slowly for you at least when compared with the time of an inertial observer or someone at rest relative to you.
</div>
</div>
</div>
</section>
<!--
<section class="cta">
<div class="cta-content">
<div class="container">
<h2>Stop waiting.<br>Start building.</h2>
<a href="#contact" class="btn btn-outline btn-xl js-scroll-trigger">Let's Get Started!</a>
</div>
</div>
<div class="overlay"></div>
</section>
-->
<section class="contact bg-primary" id="contact">
<div class="container">
<h1 style="font-size:60px;">Contact Us!</h1>
<h1><a title="Email" href="mailto:[email protected]"><i class="fas fa-envelope" style="font-size:130px;margin-bottom:1%;"></i></a></h1>
<h2>We
<i class="fas fa-heart"></i>
to hear from you!</h2>
<!--
<ul class="list-inline list-social">
<li class="list-inline-item social-twitter">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item social-facebook">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item social-google-plus">
<a href="#">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
</ul>
-->
</div>
</section>
<footer>
<div class="container">
<p>© Relatively Simple 2019. All Rights Reserved.</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="privacy_policy.html">Privacy</a>
</li>
<li class="list-inline-item">
<a href="#">Terms</a>
</li>
<li class="list-inline-item">
<a href="#">FAQ</a>
</li>
</ul>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>