-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (84 loc) · 4.93 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
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet type="text/css" href="resources/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200i,400,600" rel="stylesheet">
<title>Glycemia APP</title>
</head>
<body>
<section class="section-welcome">
<img class="head-logo" src="resources/img/Glicemaia_Logog_2018-Jul-10_07-58-43PM-000_CustomizedView39210627678.png" alt="Glycemia_blue_logo">
<ul class="main-nav">
<li><a href="https://itunes.apple.com/us/app/glycemia/id1410813802?ls=1&mt=8" target="_blank">Download</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#contacts">Contacts</a></li>
</ul>
<table class="table-welcome">
<tr>
<td>
<h1>Keep track of your Blood Sugar.</h1>
<p class="welcome-text"><strong>Glycemia APP</strong> also collect Anonymous data for<br> Scientific Studies!</p>
<a href="https://itunes.apple.com/us/app/glycemia/id1410813802?ls=1&mt=8" target="_blank"><img class="app-store-logo" src="resources/img/appstore.png" alt="App_store_logo"></a>
</td>
<td>
<img class="welcome-img-mockup" src="resources/img/mockup-5/Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-08-05%20at%2023.18.02_iphone8plussilver_landscape.png" alt="iPhone_app_image">
</td>
</tr>
</table>
</section>
<section class="section-features">
<h2 id="features"><strong>Features</strong> — How it works</h2>
<table class="table-features">
<tr>
<td>
<img src="resources/img/mockup-5/Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-08-05%20at%2023.17.13_iphone8plussilver_landscape.png" alt="login_screen">
</td>
<td>
<h3>Login into your Account</h3>
<p class="feature-text">After a brief registration you will be able to login into your unique account and save your data safely on our database for you to be accessible online on any iOS device.</p>
</td>
</tr>
<tr>
<td>
<h3>Collect your Data</h3>
<p class="feature-text">Digit your Blood Sugar Level (BSL) as soon as you launch the APP on your iPhone. You can also select your favourite unit between mg/dl and mmol. As soon as you digit your first BSL your records will be updated and a line chart will be populated * to give you a glimpse of your BSLs flow.</p>
<p class="annotation">* In order to generate a precise chart,<br> the software requires at least 4 records.</p>
</td>
<td>
<img src="resources/img/mockup-5/Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-08-05%20at%2023.18.02_iphone8plussilver_landscape.png" alt="homepage_screen">
</td>
</tr>
<tr>
<td>
<img src="resources/img/mockup-5/Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-08-05%20at%2023.19.48_iphone8plussilver_landscape.png" alt="history_screen">
</td>
<td>
<h3>Check your BSL History</h3>
<p class="feature-text">Tap on the History or on the Line Chart in the Homepage to access your BSL record history and a more detailed Line chart. You can also add comments such as administered insulin, food intake etc... All of your comments will be stored safely on our database.</p>
</td>
</tr>
</table>
</section>
<section class="section-contacts">
<h2 id="contacts"><strong>Contacts</strong><br><a href="mailto:[email protected]" target="_top" class="email-link">[email protected]</a></h2>
<table class="table-contacts">
<tr>
<td>
<img src="resources/img/people/author.jpg" alt="author_pic">
</td>
<td>
<h4>Author / Developer</h4>
<p class="little">Fabio Magarelli<br>INF. RGN.</p>
</td>
<td>
<img src="resources/img/people/documentation.jpg" alt="documentation_pic">
</td>
<td>
<h4>Documentation</h4>
<p class="little">Louise Angelique Vidal<br>RN. RGN.</p>
</td>
</tr>
</table>
</section>
</body>
</html>