-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
31 lines (28 loc) · 1.08 KB
/
welcome.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
<html>
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="js/resize.js" charset="utf-8"></script>
<head>
</head>
<body id="welcomeBody">
<div id="screen">
<div id="welcomescreen">
<div id="descriptionBox">
<div id="welcomeDescription">
<div id="welcomeTitle">
Asthma Trigger House Game
</div>
<p>Learn about asthma triggers in a real life context with this online game.</p>
<p>Walk through a house, find the triggers that worsen asthma, and learn how to avoid or reduce their effects.</p>
<div id="start">
<a id="buttonText" href="https://apps.tlt.stonybrook.edu/AsthmaTriggerHouse/#Hallway"> ▷ Start Game</a>
</div>
</div>
<div id="Dollhouse">
<img src="img/rooms/PNGandPSD/FourRoomsRoof.png" alt="Dollhouse View of Asthma Trigger House">
</div>
</div>
</div>
</div>
</body>
</html>