-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmozilla.html
31 lines (26 loc) · 1.59 KB
/
mozilla.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
<!DOCTYPE html>
<html>
<head>
<title>Repairable Community Cellular Networks</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css'>
<link href='website/main.css' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script src='website/navbar.js'></script>
</head>
<body>
<img id='banner' src='website/mozilla.jpg'>
<div id='wrapper'>
<div id='nav'></div>
<h1>Mozilla Challenge</h1>
<p>
The Repairable Community Cellular Networks project has been submitted to Round 2 of the <a href='https://wirelesschallenge.mozilla.org/'>NSF-WINS Mozilla Smart-Community Networks Challenge</a>
for “innovative wireless technologies that connect people to the Internet and to each other.” The Smart-Community Networks Challenge category solicits “ Wireless solutions for communication that can be built on top of existing infrastructure to enhance Internet connectivity in communities that need greater access.” The project won an <a href='https://wirelesschallenge.mozilla.org/#winners-2'>honorable mention</a>
in Stage 1 for the prototype design.
</p>
</div>
</body>
</html>