-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.php
27 lines (27 loc) · 1.2 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Seattle Meshnet Project</title>
<?php require 'header.php'; ?>
<div class="hero-unit" itemscope itemtype="http://schema.org/LocalBusiness">
<h1 itemprop="name">Seattle Meshnet</h1>
<p>Building a decentralized, distributed mesh network in Seattle, Washington</p>
<p>
<a class="btn btn-primary btn-large" href="/about">
<i class="icon-info-sign"></i> Learn More
</a>
<a class="btn btn-info btn-large" href="https://donate.meshwith.me/">
<i class="icon-btc"></i><i class="icon-usd"></i> Donate
</a>
<a class="btn btn-success btn-large" href="/map">
<i class="icon-map-marker"></i> Get on the map
</a>
</p>
<meta itemprop="url" content="https://seattlemesh.net" />
<meta itemprop="email" content="[email protected]" />
<meta itemprop="logo" content="https://seattlemesh.net/assets/img/seattlemeshnet.gif" />
<meta itemprop="telephone" content="(206) 388-5283" />
</div>
<?php require 'footer.php'; ?>
</body>
</html>