blob: 647a556a85e1cee657d5bc80edbf65f0e81534d7 (
plain)
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>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Rafael Marçalo">
<meta name="description" content="People">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="styles/style.css">
<title>People</title>
</head>
<body>
<div id="header">
<h1>Rafa's Website</h1>
<nav>
<a href="index.html">home</a>
|
<a href="projects.html">projects</a>
|
<a href="donate.html">donate</a>
</nav>
</div>
<div id="content">
<h2>People 🗣️</h2>
<ul>
<li><a href="https://codeyarns.com/">Ashwin Nanjappa</a></li>
<li><a href="https://brycevandegrift.xyz/">Bryce Vandegrift</a></li>
<li><a href="https://blog.cryptographyengineering.com/">Criptography Engineering</a></li>
<li><a href="https://distro.tube/">DistroTube</a></li>
<li><a href="https://drewdevault.com/">Drew DeVault's blog</a></li>
<li><a href="https://ericmurphy.xyz/">Eric Murphy</a></li>
<li><a href="https://g.sicp.me/">Gentoomen</a></li>
<li><a href="https://lukesmith.xyz/">Luke Smith</a></li>
<li><a href="https://www.youtube.com/c/MentalOutlaw/">Mental Outlaw</a></li>
<li><a href="https://michaelmob.com/">Michael Mob</a></li>
<li><a href="https://romaintrystram.myportfolio.com/">Romain Trystram</a></li>
<li><a href="https://www.rooshv.com/">Roosh Valizadeh</a></li>
<li><a href="https://spyware.neocities.org/">Spyware Watchdog</a></li>
<li><a href="https://notthebe.ee/">Wolfgang's blog</a></li>
</ul>
</div>
<div id="footer">
<div id="contact">
<p>Email: <a href="mailto:public@rafaelmarcalo.xyz">public@rafaelmarcalo.xyz</a></p>
<p>Github: <a href="https://github.com/rafa-99">rafa-99</a></p>
<p>GPG: <a href="files/etc/rafael.gpg">Public Key</a></p>
<p>License: <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a></p>
</div>
</div>
</body>
</html>
|