-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReach.html
126 lines (107 loc) · 4.38 KB
/
Reach.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
<!DOCTYPE HTML>
<html>
<head>
<title>Reach - Internet Access Through SMS Messaging</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Home</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a>Home</a></li>
<li><a href= "capitalOne.html">Capital One</a></li>
<li><a href="maplePrecision.html">MaplePrecision</a></li>
<li><a href="uwaft.html">General Motor EcoCar</a></li>
<li><a href="waterloop.html">SpaceX Hyperloop</a></li>
<li><a href="api.html">API</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<span class="date"></span>
<ul class="actions special">
<li><a href = "index.html#target" class="button">back</a></li>
</ul>
<h1>Reach<br /> </h1>
<p>Internet Access Through SMS Text Messaging</p>
</header>
<div>
<video style="display:block;margin: 0 auto;" src="videos/Reach Demonstration.mp4" controls poster="" width="200"></video>
</div>
<br/>
<ul class="actions special">
<li><a target="_blank" href = "https://drive.google.com/drive/folders/1xSVHd2JarLvmTrjs-YUoXOP45wyeH4Bb" class="button">View Source Code</a></li>
</ul>
<br/>
<iframe src="https://drive.google.com/embeddedfolderview?id=1xSVHd2JarLvmTrjs-YUoXOP45wyeH4Bb#grid" style="width:100%; height:600px; border:3px solid darkgray;"></iframe>
<!-- <video class='align-right' width="720" height="540" controls poster="">
<source src="videos/Reach Demonstration.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
-->
<br/>
<p></p>
<p></p>
</section>
</div>
<!-- Footer <form method="post" action="mailto:[email protected]">-->
<footer id="footer">
<section>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/hank-w/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->
</section>
<section class="split contact">
<section>
<h3>Email</h3>
<p align = "center"><a href="[email protected]"><font size = "3">[email protected]</font></a></br></p>
</section>
<section>
<h3>Phone</h3>
<ul class="icons alt">
<p>
<li><a href="" ><span class="label"></span></a></li>
<a href="#">+1 (519) 721-9529</a></p>
</ul>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube"><span class="label">YouTube/span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<div id="emptyFooter">
<ul><li>© Untitled</li><li>Space <a href="#"></a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>