forked from willmartindotcom/austinmesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (92 loc) · 5.91 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<title>Austin Mesh</title>
<meta name="description" content="Allowing anyone with a smartphone to text without power or internet by building a solar-powered Meshtastic radio network in Austin.">
<meta name="viewport" charset="utf-8" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a href="/"><img src="images/Austin-Mesh-Logo.svg" alt="Logo for Austin Mesh" title="Austin Mesh" width="500" height="121" /></a>
</header>
<main>
<nav>
<menu>
<li><a href="/">Home</a></li>
<li>
<a href="/learn/">Learn</a>
<menu>
<li><a href="/learn/#about">About</a></li>
<li><a href="/learn/#coverage">Network coverage</a></li>
<li><a href="/learn/#comparisons">Similar technology</a></li>
</menu>
</li>
<li>
<a href="/join/">Join</a>
<menu>
<li><a href="/join/#network">Join the network</a></li>
<li><a href="/join/#best-practices">Best practices</a></li>
<li><a href="/join/#group">Join the group</a></li>
</menu>
</li>
<li>
<a href="/solar/">Solar</a>
<menu>
<li><a href="/solar/#history">History</a></li>
<li><a href="/solar/#parts-list">Parts list</a></li>
</menu>
</li>
<li>
<a href="/similar-networks/">Similar networks</a>
<menu>
<li><a href="/similar-networks/#other-meshes">Other meshes</a></li>
<li><a href="/similar-networks/#start-a-similar-network">Start a similar network</a></li>
</menu>
</li>
<li><a href="/partners/">Partners</a></li>
</menu>
</nav>
<!--<div class="meetup">
<h4>Austin Mesh Meeting</h4>
<p><b>When</b>: Thursday, June 6th @6pm<br />
<b>Where</b>: <a href="https://maps.app.goo.gl/mLidvbyoTRCYXaPdA" target="_blank">Black Sheep Lodge, S Lamar</a><br />
<b>RSVP</b>: <a href="https://discord.gg/9bCArDRkHr?event=1228175954426331267" target="_blank">Discord</a></p>
<img src="images/Austin-Mesh-Logomark.svg" width="96" height="90" alt="Square Logomark for Austin Mesh" title="Austin Mesh" class="mpowered" />
</div>-->
<section>
<h1>Austin Mesh</h1>
<p>Austin Mesh is a community group working to build a mesh network of solar-powered <a href="https://meshtastic.org/">meshtastic</a> radios in Austin. This network acts like a city-wide text messaging system, allowing people to communicate publicly or privately with anyone on the network. All of this happens without any external infrastructure - no power, no cell phone towers, no internet.</p>
<p><a href="/join/">Join the mesh</a>
</section>
<section>
<h2>More information</h2>
<p>We have all sorts of great content on our website. From our world famous <a href="/learn/#eli5">Meshtastic ELI5</a> to a great list of tips for <a href="/similar-networks/#start-a-similar-network">starting your own mesh network</a> we have aimed to share everything we learn as we grow Austin Mesh. Take a look through the navigation at the top of our site and <a href="mailto:[email protected]">drop us an email</a> if you appreciate what we've done or have any questions or ideas. We'd love to hear from you!</p>
</section>
<section>
<h2>Community partners</h2>
<p>We're extremely grateful to our great community partners who have helped to build this strong network. Everyone listed here cares about keeping Austin weird (and a great place to live)!</p>
<div class="partner-logos">
<div>
<img src="images/University_of_Texas_at_Austin_seal.svg" width="150" alt="Circular seal of the University of Texas at Austin" title="University of Texas at Austin" loading="lazy" />
</div>
<div>
<img src="images/The-Liberal-Arts-and-Science-Academy-Logo.svg" width="150" alt="Logo of the Liberal Arts and Science Academy of Austin" title="Liberal Arts and Science Academy" loading="lazy" class="white-bg" />
</div>
</div>
<p><br /><a href="/partners/">Explore photos, learn more, or become a partner</a></p>
</section>
</main>
<footer>
<p>Our website content is licensed under Creative Commons
<br>feel free to use if for your club's website: <a href="https://github.com/willmartindotcom/austinmesh">Github</a>
<br>If we've inspired you, please <a href="mailto:[email protected]">email us</a>!
<br>This site is (c) by Will Martin and is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</p>
</footer>
</body>
</html>