-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (95 loc) · 3.14 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Happy Lung</title>
<link href="https://fonts.googleapis.com/css?family=Maitree" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div class="section main">
<div id="video-wrapper">
<video id="player" poster="assets/Up.jpg" autoplay muted loop>
<source src="assets/Up.webm" type="video/webm">
<source src="aseets/Up.mp4" type="video/mp4">
</video>
<div class="filter"></div>
</div>
<div class="headline">
<img class="logo" src="assets/logo.png" width="160" alt="logo">
<h1>Happy Lungs</h1>
<h2>Breathe easy with the ultimate mobile lung disease management platform</h2>
</div>
</div>
<div class="section supporting">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>1 in 10 people suffer from asthma</h2>
<h2>Last year</h2>
<h2><em>37,000</em> hospitalisations</h>
<h2><em>421</em> deaths</h2>
<h2>Over 60% deaths were preventable</h2>
</div>
<div class="col-md-6">
<img src="assets/people-group-md.png" width="400" alt="" />
<img src="assets/deaths.png" width="400" alt="" />
</div>
</div>
</div>
</div>
<div class="section about">
<div class="container">
<div class="img-animate">
<img src="assets/med.svg" alt="" id="package-left">
<img src="assets/package.svg" alt="" id="package-middle">
<img src="assets/smartphone.svg" alt="" id="package-right">
</div>
<h1>Personalise your asthma treatment</h1>
</div>
</div>
<div class="section feature-1">
<div class="container">
<h1 class="subtitle">Features</h1>
<div class="img-group">
<img src="assets/pollen.png" width="240" alt="">
<img src="assets/status.png" width="240" alt="">
<img src="assets/actionplan.png" width="240" alt="">
</div>
</div>
</div>
<div class="section feature-2">
<div class="container">
<div class="img-group">
<img src="assets/emergency.png" width="240" alt="">
<img src="assets/yellow.png" width="240" alt="">
<img src="assets/red.png" width="240" alt="">
</div>
<h1 class="subtitle">Emergency</h1>
</div>
</div>
<div class="section footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Coming Soon</h1>
</div>
<div class="col-md-6">
<img src="assets/download.png" width="300" alt="" id="download" />
</div>
</div>
</div>
<div id="credits">
<p>Icon made by Freepik from www.flaticon.com</p>
<p>Icon made by madebyoliver from www.flaticon.com</p>
</div>
</div>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="js/app.js"></script>
</body>
</html>