-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
64 lines (52 loc) · 2.63 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
<!doctype html>
<!-- Hey there! Thanks for taking a closer look at the code 😎
This project is a work IN-PROGRESS! If you'd like to help make
it better - i.e. more accessible, align closer with
W3C/WHATWG Standards, etc - please consider contributing 🙏 -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Science & Design">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Temporary Tor Snowflake Proxy"> <!-- Keep the description to around 20 words or 150 characters so it displays fully on Google search results. -->
<title>Relay Love - A Temporary Tor Snowflake Proxy</title>
<link rel="icon" type="image/x-icon" href="design-system/images/favicon/favicon.ico">
<link rel="stylesheet" href="design-system/css/style.css">
<link rel="stylesheet" href="css/style.css">
<script src="design-system/js/jquery-min.js"></script>
<script src="design-system/js/design-system.js"></script>
</head>
<body>
<div class="banner">
<p>❤️ Is this resource helpful? <a href="https://opencollective.com/scidsg" target="_blank" rel="noopener noreferrer">Support our work</a>!</p>
</div>
<header>
<div class="wrapper">
<div class="logo">
<div class="logoMark"></div>
<h1>❄️ Relay Love</h1>
</div>
<nav>
<ul>
<li><a role="button" class="btn primaryBtn" href="https://github.com/glenn-sorrentino/relay.love" target="_blank" rel="noopener noreferrer">Clone This Project</a></li>
</ul>
</nav>
</div>
</header>
<div role="main">
<section class="intro">
<div class="wrapper">
<div class="group">
<div class="description">
<h2>Temporarily Share Your Bandwidth</h2>
<p>Help people safely access the internet using <a rel="me noopener noreferrer" target="_blank" href="https://snowflake.torproject.org/">Snowflake</a>. To share your connection, enable the toggle and keep this tab open. Avoid sharing from censored locations.</p>
<p>Or, add it as a browser extension on <a rel="me noopener noreferrer" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/torproject-snowflake/">Firefox</a> or <a rel="me noopener noreferrer" target="_blank" href="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie">Chrome</a>!</p>
<p class="meta">✊ An anti-censorship project by <a rel="me noopener noreferrer" target="_blank" href="https://scidsg.org">Science & Design</a></p>
</div>
<iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
</div>
</body>
</html>