forked from scidsg/relaylove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (51 loc) · 2.3 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
<!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="Glenn Sorrentino">
<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>🧅 <a href="https://tb-manual.torproject.org/bridges/" target="_blank" rel="noopener noreferrer">Need a Tor Bridge?</a> Email <a href="mailto:bridge.love@skiff.com">bridge.love@skiff.com</a></p><a class="bannerBtn"></a>
</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 the Tor network. To share your connection, enable the toggle and keep this tab open. Avoid sharing from censored locations.</p>
<p class="meta">✊ An anti-censorship project by <a rel="me noopener noreferrer" target="_blank" href="https://mastodon.social/@glennsorrentino">Glenn Sorrentino</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>