-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Caroline (Your Carer Online)</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="center">
<nav>
<p><a href="./profile.html?user=Sean12697">Login</a></p>
</nav>
<header class="blue">
<h1>Caroline</h1>
<p>Your <b>Car</b><s>er</s> <b>o</b><s>n</s><b>line</b>, enabling you to monitor clients mental wellbeing through their data and inform actions to take.</p>
</header>
<section>
<h2>Intervention</h2>
<p>Being able to aggregate data for a user Caroline enables you to stage interventions through a series of means,
those means have been implemented in the mind of being able to detect a variety of issue and <a href="https://my.clevelandclinic.org/health/articles/11352-recognizing-suicidal-behavior" target="_blank">Recognizing Suicidal Behavior</a>.
</p>
<div class="items">
<div class="item">
<h3>Early Stage</h3>
<img src="./img/moon.svg">
<h4>Electricity Usage / Sleep</h4>
<p>Disruptions in a persons circadian rhythm is the earliest sign of an issue, which can detected through lights being on, and device usage.</p>
</div>
<div class="item">
<h3>Mid-stage</h3>
<img src="./img/water.svg">
<h4>Water Usage</h4>
<p>Being able to monitor how frequently a person washes themselves and if there are any changes, can be a strong sign of occurring issues.</p>
</div>
<div class="item">
<h3>Late Stage</h3>
<img src="./img/social-media.svg">
<h4>Social Media</h4>
<p>Being able to detect a persons social media habits and sentiments of their posts can highlight potential issues and any immediate change in mood.</p>
</div>
</div>
</section>
<footer>
<small>Inevitable</small>
</footer>
</body>
</html>