-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (40 loc) · 2.4 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
<!DOCTYPE html>
<!-- This HTML file contains the code for the home page. -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WiFind</title>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<!-- For icons from Bulma -->
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<link href="res/css/main.bundle.css" rel="stylesheet"></head>
<body>
<section class="section">
<div class="container">
<p>
<strong class="highlight-text">WiFind</strong> is a crowdsourced open Wifi network platform that allows users to hop across public Wifi networks.
</p>
<p>
The project was created during January 13-14 at nwHacks 2018, an annual hackathon hosted by StartupStorm from the University of British Columbia.
</p>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title is-1">The Inspiration</h1>
<p>Canada ranks among the <a href="https://crtc.gc.ca/eng/publications/reports/compar/compar2016.pdf" target="_blank">most expensive countries</a> for Mobile Data within the G7. Mobile data has become unaffordable for most people.</p>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title is-1 is-spaced">The Solution</h1>
<p>The application allows for automatic Wifi management. When the user connects to an open network through the application, the credentials and GPS location are stored online and shared across all users of the same app. Any subsequent user with the application will automatically connect to the original open network within range. This creates a crowdsourced set of open Wifi networks.</p>
<h1 class="title is-3 is-spaced pt-3">The System and Technologies</h3>
<p>The application is built in Android and uses <a href="https://firebase.google.com/" target="_blank">Firebase</a> as the database to store Wifi networks.</p>
<h3 class="subtitle is-4 pt-2">Android Application</h4>
<p>The application is built in Android and uses <a href="https://firebase.google.com/" target="_blank">Firebase</a> as the database to store Wifi networks.</p>
</div>
</section>
<script type="text/javascript" src="res/js/bundle.js"></script></body>
</html>