-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (57 loc) · 2.82 KB
/
Copy pathindex.html
File metadata and controls
65 lines (57 loc) · 2.82 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<link href="resources/css/index.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1">
<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=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>
Raphael Mimoun
</title>
</head>
<body>
<main>
<div class="section" id="text">
<div id="bio">
<h1>Raphael Mimoun</h1>
<br>
<p>
I work at the intersection of human rights and technology. I founded <a href="https://wearehorizontal.org" target="_blank">Horizontal</a>, where we build tools and train on digital security.
</p>
<br>
<p>
I'm passionate about building decentralized infrastructure that gives more agency, autonomy, and power to people and communities—online and offline.
</p>
<br>
<p>
I write about Zionism and Israel/Palestine on my blog <a href="https://onesmalldetail.blog?source=personal-website" target="_blank">One Small Detail</a>. Please check it out! I also occasionally <a href="./writing.html" target="_blank">write</a> about social justice or tech.
</p>
<br>
<p>
If you want to build something together, improve your digital security, or learn about Horizontal, <a href="/contact.html">let's talk!</a>
</p>
</div>
<div id="home-links">
<div class="button">
<a class="button-text" href="https://twitter.com/RaphMim" target="_blank">Twitter</a>
</div>
<div class="button">
<a class="button-text" href="https://social.coop/@raph" target="_blank">Mastodon</a>
</div>
<div class="button">
<a class="button-text" href="https://bsky.app/profile/raphmim.bsky.social" target="_blank">Bluesky</a>
</div>
<div class="button">
<a class="button-text" href="./contact.html">Contact</a>
</div>
</div>
</div>
<div class="section">
<div id="pic-side">
<img id="tijuana" src="./resources/img/tijuana.jpg">
</div>
</div>
</main>
</body>
</html>