-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentations.html
More file actions
40 lines (37 loc) · 1.95 KB
/
presentations.html
File metadata and controls
40 lines (37 loc) · 1.95 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Wellbeing App</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="navbar.css" rel="stylesheet" type="text/css" media="all" />
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="script.js" defer></script>
</head>
<body>
<!-- Website navigation bar Start -->
<div id="navbar-container" class="navbar-container">
<div id="navbar-body flex-row" class="navbar-body">
<a class="navbar-brand"></a>
<a class="navbar-button" onclick="location.href = 'index.html'">Home</a>
<a class="navbar-button selected" onclick="location.href = 'presentations.html'">Presentations</a>
<a class="navbar-button" onclick="location.href = 'about.html'">Team</a>
</div>
</div>
<!-- Website navigation bar End -->
<div class="flow-container">
<!-- Main content Start -->
<div class="main-content flex-row">
<div>
<iframe width="260" height="360" src="https://www.youtube.com/embed/P4Nmm5VFwkA?start=60" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="introduction flex-column">
<h1>Deliverables: </h1><br>
<a class="button blue ex-large" href="https://github.com/fdbostwick/SHWBApp" target="_blank">Source Code</a>
<a class="button blue ex-large" href="https://drive.google.com/drive/folders/177Xdb2xmFBV9yP_fc5y6Vj2YKmryg6XY?usp=sharing" target="_blank">Presentations</a>
<a class="button blue ex-large" href="https://github.com/fdbostwick/CS495/blob/94439a5150112f40ae00d78de144bf19833196d1/release/app-release.apk?raw=true" download="SHWB.apk">Download</a>
</div>
</div>
</div>
</body>
</html>