-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (68 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, intial-scale=1">
<title>Gabe Mitnick</title>
<meta name="author" content="Gabe Mitnick" />
<meta
name="description"
content="Gabriel Mitnick is a developer and computer science student in the San Francisco Bay Area."
/>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<script src="script.js" defer></script>
</head>
<!-- TEXT="#FFFFFF" -->
<body link="#6644EE" vlink="#6644EE" alink="#FF4400" background="misc/paper.gif" bgcolor="#EEEEEE">
<h1>
<font size="+4">H</font>ello! <font size="+4">I</font>'m
<a href="https://en.wikipedia.org/wiki/Gabriel_(given_name)" target="_blank"><font size="+4">G</font>abe</a
><a href="https://blank.org" target="_blank"> </a
><a href="https://en.wikipedia.org/wiki/Mitnick" target="_blank"><font size="+4">M</font>itnick</a
><a href="https://en.wikipedia.org/wiki/Full_stop" target="_blank">.</a>
</h1>
<p>
I'm an undergrad at
<a href="http://www.catb.org/jargon/html/B/Berzerkeley.html" target="_blank">UC Berkeley</a> studying
<a href="https://xkcd.com/730/" target="_blank">Electrical Engineering</a> and
<a href="misc/hackerman.png">Computer Science</a>.
</p>
<hr />
<dl>
<dt>
<a
href="javascript:location='mailto:\u0067\u0031\u0040\u0062\u0065\u0072\u006b\u0065\u006c\u0065\u0079\u002e\u0065\u0064\u0075';void 0"
target="_blank"
>
My email
</a>
</dt>
<dd>
<i>
<script type="text/javascript">
document.write(
"\u0067\u0031\u0040\u0062\u0065\u0072\u006b\u0065\u006c\u0065\u0079\u002e\u0065\u0064\u0075"
);
</script>
</i>
</dd>
<dt><a href="misc/Gabriel_Mitnick_resume.pdf" target="_blank"> My résumé</a></dt>
<dd><i> A pdf. </i></dd>
<dt><a href="https://github.com/Gabe-Mitnick" target="_blank"> My Github </a></dt>
<dd><i> @Gabe-Mitnick </i></dd>
<dt><a href="https://www.linkedin.com/in/gabriel-mitnick/" target="_blank"> My Linkedin </a></dt>
<dd><i> Please hire me. </i></dd>
<dt><a href="worms">My pet worms</a></dt>
<dd><i>Inspired by Matt DesLauriers' <a href="http://color-wander.surge.sh/" target="_blank">color-wander</a></i></dd>
<dt><a href="spar-star">My latest project: Spar Star</a></dt>
<dd><i>A local two-player game (yellow uses WASD; red uses ↑←↓→). Who will be the Spar Star?</i></dd>
<dt><a href="#theinternetcave" target="_blank">My favorite webpages</a></dt>
<dd><i>Click to randomly select a link and enter <strong>the internet cave...</strong></i></dd>
</dl>
<hr />
<br />
<marquee direction="right" height="16px"><tt>Reject CSS. Embrace HTML-3.</tt></marquee>
<!-- GoatCounter analytics -->
<script data-goatcounter="https://gabe-mitnick.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>