-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignal.html
More file actions
42 lines (39 loc) · 2.13 KB
/
signal.html
File metadata and controls
42 lines (39 loc) · 2.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signal — Joyce Yan</title>
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Besley:wght@400;700&family=Figtree:wght@400;700&display=swap" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="container-wide">
<nav>
<a class="site-name" href="/">Joyce Yan</a>
<div class="nav-links">
<a href="/contact">Contact</a>
</div>
</nav>
<main>
<h1>Signal</h1>
<p>Signal is an open source iOS messaging app that provides end-to-end encryption using the axolotl protocol and is one of several apps released by Open Whisper Systems, a non-profit free software foundation. Software developed by Open Whisper Systems has been used by protesters in the Arab Spring, endorsed by Edward Snowden, and is considered "catastrophic" by leaked internal NSA documents due to its robustness.</p>
<p>I specifically was working on refining features to prepare for the 2.0 launch. My contributions include implementing support for audio messages, incorporating the ability to invite friends to use Signal, and modifying an external UI library, JSQMessagesViewController.</p>
<div class="project-links">
<a href="/signal-design">My design process</a>
<a href="https://github.com/WhisperSystems/Signal-iOS">The public GitHub project</a>
<a href="https://itunes.apple.com/us/app/signal-private-messenger/id874139669">Signal on the App Store</a>
</div>
<div class="screenshots">
<img src="assets/img/signal/signal1.png" alt="Signal screenshot 1">
<img src="assets/img/signal/signal2.png" alt="Signal screenshot 2">
<img src="assets/img/signal/signal3.png" alt="Signal screenshot 3">
<img src="assets/img/signal/signal4.png" alt="Signal screenshot 4">
</div>
</main>
</div>
</body>
</html>