-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>physioAI</title>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,500" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="imgs/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="imgs/favicon-16x16.png">
<link rel="manifest" href="imgs/site.webmanifest">
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178448067-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178448067-1');
</script>
</head>
<body>
<div><img src="imgs/blobtex1.svg"; style="position: absolute; width: 500px; height: 400px; left: 70px; top: 300px;"></div>
<h1 style="padding-bottom: 40px; width:1000px; margin-bottom: 40px; padding-left:18px; font-size:80px;"> Welcome to <span class="redText">physioAI</span></h1>
<h2 style="margin-top: 40px;"> your AI physiotherapist</h2>
<img src="imgs/clip-lung-x-ray.png" style="margin-left:660px; margin-top:30px; width: 694px; height: 700px;">
<img src="imgs/sparkles.svg" style="position:absolute; top:110px; left:1250px; width:160px; height:147px">
<div><a href="instructionsLearn.html" style="width: 240px"><indexbutton style="top: 450px">Tutorial</indexbutton></a></div>
<div><a href="instructionsPractice.html" style="width: 150px"><indexbutton style="top: 550px">Start Session</indexbutton></a></div>
<div><a href="about.html" style="width: 210px"><indexbutton style="top:650px;">About physioAI</indexbutton></a></div>
</body>
<footer>© Made With ❤️ by team nerdHerds.</footer>
</html>