-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
226 lines (221 loc) · 7.53 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-3P74WH0L25"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-3P74WH0L25");
</script>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#F2F2F2" />
<meta
name="description"
content="Tobias is a full-stack engineer and maker of digital tools and toys.
He's looking for a new opportunity."
/>
<link rel="apple-touch-icon" href="/favicon192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Tobias Fried</title>
<!-- GOOGLE META -->
<meta itemprop="name" content="Tobias Fried" />
<meta
itemprop="description"
content="A full-stack engineer and maker of digital tools and toys. He's looking for a new opportunity."
/>
<meta itemprop="image" content="https://tobiasfried.com/og.png" />
<!-- <script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Project",
"url": "https://tobiasfried.com",
"email": "[email protected]",
"location": "Brooklyn, NY",
"description": "A full-stack engineer and maker of digital tools and toys. He's looking for a new opportunity.",
"logo": "https://tobiasfried.com/favicon-512.png"
}
</script> -->
<!-- FACEBOOK META -->
<meta property="og:title" content="Tobias Fried" />
<meta property="og:site_name" content="Tobias Fried" />
<meta
property="og:description"
content="A full-stack engineer and maker of digital tools and toys. He's looking for a new opportunity."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tobiasfried.com" />
<meta property="og:image" content="https://tobiasfried.com/og.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Tobias Fried logo" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="640" />
<!-- TWITTER META -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Tobias Fried" />
<meta
name="twitter:description"
content="A full-stack engineer and maker of digital tools and toys. He's looking for a new opportunity."
/>
<meta name="twitter:image" content="https://tobiasfried.com/og.png" />
<meta name="twitter:site" content="@friedtm" />
<meta name="twitter:creator" content="@friedtm" />
<!-- MASTADON META -->
<link rel="me" href="https://hachyderm.io/@rektdeckard" />
</head>
<body>
<noscript>
<style>
body {
padding: 32px;
background-color: #141414;
color: lightblue;
font-family: monospace;
overflow: initial;
}
main {
max-width: 640px;
margin: auto;
}
a {
color: lightcyan;
}
ul {
list-style: square;
}
summary {
cursor: pointer;
}
article {
margin: 8px 0;
padding: 0 16px;
background-color: #202020;
border: 1px dashed;
}
small {
float: right;
}
</style>
<main>
<h1>Tobias Fried</h1>
<p>
Hey there. I'm a full-stack engineer and maker of digital tools and
toys. I am currently at <a href="https://qatalog.com">Qatalog</a>.
</p>
<section>
<h2>Contact</h2>
<ul>
<li><a href="https://github.com/rektdeckard">GitHub</a></li>
<li><a href="https://twitter.com/friedtm">Twitter</a></li>
<li><a href="https://hachyderm.io/@rektdeckard">Mastodon</a></li>
<li><a href="https://linkedin.com/in/tobiasfried">LinkedIn</a></li>
<li><a href="https://read.cv/tobiasfried">Read.cv</a></li>
<li><a href="https://medium.com/@friedtm">Medium</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</section>
<section>
<h2>Projects</h2>
<article>
<h3>
<a href="https://github.com/rektdeckard/gejji">Gejji</a>
<small>2022</small>
</h3>
<p>Monitor system performance on dedicated, retro LCD indicators</p>
<ul>
<li><a href="https://github.com/rektdeckard/gejji">GitHub</a></li>
</ul>
</article>
<article>
<h3>
<a href="https://github.com/rektdeckard/y-reader">YReader</a>
<small>2022</small>
</h3>
<p>A modern Hacker News desktop client</p>
<ul>
<li><a href="https://github.com/rektdeckard/y-reader">GitHub</a></li>
</ul>
</article>
<article>
<h3>
<a href="https://phosphoricons.com">Phosphor Icons</a>
<small>2020—</small>
</h3>
<p>An open source icon library for React, Vue, and vanilla JS</p>
<ul>
<li><a href="https://github.com/phosphor-icons">GitHub</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</article>
<article>
<h3>
<a href="https://helenazhang.com">HelenaZhang.com</a>
<small>2020</small>
</h3>
<p>A portfolio website inspired by newspaper design</p>
</article>
<article>
<h3>
<a href="https://hey-you-fullstack.github.io/hey-you-frontend/"
>Hey You</a
>
<small>2020</small>
</h3>
<p>A subtle reminder to call your loved ones</p>
<ul>
<li>
<a href="https://github.com/hey-you-fullstack/">GitHub</a>
</li>
</ul>
</article>
<article>
<h3><a href="https://qmind.io">qMind.io</a> <small>2020</small></h3>
<p>
A research tool to map intersections between language and
intelligence
</p>
<ul>
<li>
<a href="https://github.com/rektdeckard/wordnet-web">GitHub</a>
</li>
</ul>
</article>
<article>
<h3>
<a href="https://rektdeckard.github.io/huebert">Huebert</a>
<small>2019</small>
</h3>
<p>
A desktop dashboard to control your Philips Hue lights and
smart-home devices
</p>
<ul>
<li>
<a href="https://github.com/rektdeckard/huebert">GitHub</a>
</li>
</ul>
</article>
<article>
<h3>
<a
href="https://drive.google.com/drive/folders/1-0a62_LKvpX1713hEUAV4s-360yzdqwe?usp=sharing"
>Cockpit</a
>
<small>2018</small>
</h3>
<p>An immersive, techy dashboard for Android</p>
</article>
</section>
</main>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>