-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (76 loc) · 3.88 KB
/
Copy pathindex.html
File metadata and controls
85 lines (76 loc) · 3.88 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Krake | Open Source Alarm Device</title>
<meta name="description" content="Krake is an open-source wireless alarm device built for critical alarm moments.">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<a class="site-title" href="#top">Krake</a>
<nav aria-label="Main navigation">
<a href="#about">About</a>
<a href="#features">Features</a>
<a href="#needs">Use cases</a>
<a href="#works">How it works</a>
<a href="#team">Team</a>
<a class="github-link" href="https://github.com/PubInv/krake" target="_blank" rel="noopener">GitHub</a>
</nav>
</header>
<main>
<section class="visual-section" id="top" aria-labelledby="top-title">
<img loading="eager" decoding="async" src="assets/section-01.png" width="1800" height="1012" alt="Nature perfected the alarm, we open sourced it">
<a class="hotspot hero-github" href="https://github.com/PubInv/krake" target="_blank" rel="noopener" aria-label="Open Krake GitHub repository"></a>
<div class="section-text">
<h2 id="top-title">Nature perfected the alarm, we open sourced it</h2>
<p>A wireless alarm device purpose-built for life's critical moments.</p>
</div>
</section>
<section class="visual-section" id="about" aria-labelledby="about-title">
<img loading="eager" decoding="async" src="assets/section-02.png" width="1800" height="1012" alt="About Krake">
<div class="section-text">
<h2 id="about-title">About Krake</h2>
<p>Krake is an open-source wireless alarm device based on the Public Invention General Purpose Alarm Device.</p>
</div>
</section>
<section class="visual-section" id="name" aria-labelledby="name-title">
<img loading="lazy" decoding="async" src="assets/section-03.png" width="1800" height="1012" alt="The Name">
<div class="section-text">
<h2 id="name-title">The Name</h2>
<p>The name Krake is based on the crake bird and its distinctive alarming call.</p>
</div>
</section>
<section class="visual-section" id="features" aria-labelledby="features-title">
<img loading="lazy" decoding="async" src="assets/section-04.png" width="1800" height="1012" alt="Everything an alarm should be">
<div class="section-text">
<h2 id="features-title">Everything an alarm should be</h2>
<p>Features include multilingual audio, Wi-Fi, MQTT, LEDs, rotary control, mute, and open-source licensing.</p>
</div>
</section>
<section class="visual-section" id="needs" aria-labelledby="needs-title">
<img loading="lazy" decoding="async" src="assets/section-05.png" width="1800" height="1012" alt="Who needs Krake?">
<div class="section-text">
<h2 id="needs-title">Who needs Krake?</h2>
<p>Krake supports care at home, medical equipment, and IT infrastructure alarm needs.</p>
</div>
</section>
<section class="visual-section" id="works" aria-labelledby="works-title">
<img loading="lazy" decoding="async" src="assets/section-06.png" width="1800" height="1012" alt="Simple by design">
<div class="section-text">
<h2 id="works-title">Simple by design</h2>
<p>Condition detected, Krake receives it, and the human is alerted.</p>
</div>
</section>
<section class="visual-section" id="team" aria-labelledby="team-title">
<img loading="lazy" decoding="async" src="assets/section-08.png" width="1800" height="1012" alt="The Team">
<div class="section-text">
<h2 id="team-title">The Team</h2>
<p>The Krake team includes invention coaches and public inventors.</p>
</div>
</section>
</main>
</body>
</html>