-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (54 loc) · 2.44 KB
/
index.html
File metadata and controls
59 lines (54 loc) · 2.44 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
<!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">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/Appiko/website/master/images/icon/favicon.ico">
<title>Appiko | Documentation</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="hero">
<div class="logo">
<a href="https://appiko.org"> <img src="https://appiko.org/images/logo/logo_text.png" alt=""> </a>
</div>
<div class="content">
<h1>Documentation</h1>
<p>
Here's all the documentation of all the tech we've developed for wildlife conservation.
Everything's open-source and we would love to collaborate.
Also do reach out if you have any questions at <a href="https://aemail.com/kBv">hi at appiko.org</a> or
with an issue on Github.
</p>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
<div class="cols">
<div class="hard">
<img src="./images/icons8-lcd.svg" alt="" />
<p>
Want to know how all the electronic come together to make our devices?
You should take a look at the hardware docs.
</p>
<a href="/doc.html?view=hardware"><button>HARDWARE DOCS</button></a>
</div>
<div class="firm">
<img src="./images/icons8-processor.svg" alt="" />
<p>
Our devices sleep soundly to save power. Take a look at the firmware docs to know-how.
</p>
<a href="/doc.html?view=firmware"><button>FIRMWARE DOCS</button></a>
</div>
<div class="soft">
<img src="./images/mobile.svg" alt="" />
<p>
Configuring Sense devices? Check our setup app documentation
</p>
<a href="/doc.html?view=setup"><button>SETUP APP DOCS</button></a>
</div>
</div>
</body>
</html>