-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (71 loc) · 3.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Healthside</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" data-tag="font"/>
<link rel="icon" href="Logo.png" type="image/png">
<script src="script.js" defer></script>
</head>
<body>
<nav class="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="Logo.png" alt="Logo" width="50" height="50">
</a>
</div>
</nav>
<div class="container d-flex justify-content-center align-items-center viewHeight">
<div class="container text-center">
<div class="row">
<div class="col">
<img src="Human.png" alt="Human" width="200" height="200">
</div>
</div>
<div class="row">
<div class="col">
<h1 class="heading">Healthside</h1>
<p>Sleep | Nutrition | Exercise | Performance</p>
</div>
</div>
<div class="row">
<div class="col mt-2">
<a class="btn btn-success" href="https://maccram.github.io/Healthside/Notes/welcome-to-healthside.html" role="button"><div id="typewriter-container">
<span id="typewriter"></span>
</div></a>
<button type="button" id="downloadButton" class="btn btn-outline-success">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-download" viewBox="0 0 16 16">
<path
d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5">
</path>
<path
d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z">
</path>
</svg>
Download Obsidian Vault
</button>
</div>
</div>
</div>
</div>
<nav class="navbar">
<div class="container-fluid">
<div class="col"></div>
<div class="col text-center">
<span class="navbar-text">Since 2024</span>
</div>
<div class="col text-end">
<span class="navbar-text">Powered by Stoica</span>
</div>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>