-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (110 loc) · 3.69 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<!-- <meta http-equiv="refresh" content="23;url=http://terrywang.net" /> -->
<link rel="preload" as="font" href="./fonts/sarasa-mono-sc-regular.woff2" type="font/woff2" crossorigin="anonymous">
<title>/home/terrywang</title>
<style>
@font-face {
font-family: 'Sarasa Mono';
font-style: normal;
font-weight: normal;
src: local('sarasa-mono'),
url('./fonts/sarasa-mono-sc-regular.woff2') format('woff2'),
url('./fonts/sarasa-mono-sc-regular.ttf') format('truetype');
font-display: swap;
}
* {
margin: 0;
padding: 0;
}
html,
body {
background-color: #343233;
font-family: "Sarasa Mono", monospace;
color: #efdabb;
}
h1 {
font-size: 200%;
font-family: "Sarasa Mono", monospace;
/*text-shadow: #DDD 5px 5px 5px;*/
margin: 24px;
color: #77aad5;
}
h3 {
margin-left: 24px;
color: #299898;
font-size: 120%;
}
h4 {
margin-left: 24px;
color: #f68d8c;
font-size: 120%;
}
p {
margin-left: 24px;
/*color: blue;*/
font-size: 120%;
}
ul {
margin-left: 56px;
color: #a7d39a;
list-style-type: square;
/*list-style:none;*/
}
a {
/*color: grey;*/
/*color: #00FF00;*/
color: #a7d3a9;
}
a:hover {
/*color: #DDD;*/
color: #efdabb;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23507822-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-23507822-1');
</script>
</head>
<body>
<h1>/home/terrywang</h1>
<h3>Directories</h3>
<ul>
<li>/var/mail/terrywang -> echo "cm9vdEB0ZXJyeS5pbQo=" | base64 -d</li>
<li><a href="https://twitter.com/terrywang">/twitter</a></li>
<li><a href="https://github.com/terrywang">/github</a></li>
<li><a href="https://linkedin.com/in/terrywan9">/linkedin</a></li>
<li><a href="https://t.me/terrywang">/telegram</a></li>
<li><a href="/tweetnest">journalctl -f $(which terrywang)</a></li>
<li><a href="http://terrywang.net">/var/log</a></li>
<li><a href="http://about.me/terrywang">~/.profile</a></li>
<li><a href="https://sites.google.com/site/imterry/">/etc/twiki</a></li>
<li><a href="https://keybase.io/terrywang">/keybase</a></li>
<li><a href="https://keys.pub/user/search?q=terrywang">/keys.pub/user</a></li>
<li><a href="https://news.ycombinator.com/user?id=terrywang">/hacker/news</a></li>
<li><a href="http://stackoverflow.com/users/1801697/terry-wang">/stack/overflow</a></li>
<li><a href="http://askubuntu.com/users/70270/terry-wang">/ask/ubuntu</a></li>
<li><a href="/phpsysinfo">/proc/version</a></li>
<li><a href="/stats/report.html">/proc/stat</a></li>
<li><a href="https://keybase.io/terrywang/pgp_keys.asc">OpenPGP Public Key</a></li>
</ul>
<br>
<h4>Referrals <••></h4>
<ul>
<li><a href="https://www.linode.com/?r=c6507e14777bef096f7b69452fec8580efff5440">/linode</a></li>
<li><a href="https://m.do.co/c/a5b194f67421">/digitalocean</a></li>
<li><a href="https://www.name.com/referral/77260">/name.com</a></li>
</ul>
<br>
<p>Proudly self-hosted using Raspberry Pi 4 running Fedora 36 aarch64.</p>
<p>Available on IPFS soon ;-)</p>
<p>Fedora Core 1 was my first long term fulltime desktop distro took me where I am today ;-)</p>
</body>
</html>