-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·105 lines (97 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="fountain pen wizard" />
<meta name="author" content="Alex" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@sunmoyed" />
<meta name="twitter:creator" content="@sunmoyed" />
<meta name="twitter:description" content="fountain pen wizard" />
<meta property="og:description" content="fountain pen wizard" />
<meta
name="twitter:image"
content="https://meimeisuns.github.io/bebasunglasses.jpg"
/>
<meta
property="og:image"
content="https://meimeisuns.github.io/bebasunglasses.jpg"
/>
<meta property="og:url" content="https://meimeisuns.github.io" />
<meta property="og:title" content="Alex Sun" />
<title>Alex Sun</title>
<!-- https://github.com/oxalorg/sakura/blob/master/README.md -->
<!-- <link
rel="stylesheet"
href="https://unpkg.com/sakura.css/css/sakura.css"
type="text/css"
/> -->
<link href="./styles.css" rel="stylesheet" />
<link rel="Shortcut Icon" type="image/x-icon" href="favicon.png" />
</head>
<body>
<header>
<h1>ALEX SUN</h1>
</header>
<article>
<p>
Hi, I'm Alex! I love to touch rocks and bodies of water. My life goal is to rub as many dog bellies as possible. I also build web apps! Some things I have made include a
<a
href="https://github.com/sunmoyed/growus"
rel="noopener noreferrer"
target="_blank"
>habit tracker</a
> and a
<a
href="https://bart.marcopolo.io/"
rel="noopener noreferrer"
target="_blank"
>BART train commuter app</a
>.
</p>
<p>
If you're hiring software engineers, I'm looking! I've got fullstack capabilities and am interested in doing more frontend or UX/UI design work. You can view my resume
<a
href="https://docs.google.com/document/d/1FXcCv7h5IKvgSI8IRNhFv-5vkGwOU6OJELpFA0vi_5Y/edit?usp=sharing"
rel="noopener noreferrer"
target="_blank"
>here</a
>. Shoot me an email and let's talk!
</p>
<p>
In my free time, you might catch me reading the new book I impulse bought, monkeying around on a rock with friends, or devouring trail mix by the handful. Or all of those at the same time. I also love stationery, learning new languages, and translating between them.
</p>
<p>
You can also give me a shout at
<a
href="https://twitter.com/sunmoyed"
rel="noopener noreferrer"
target="_blank"
>@sunmoyed</a
>
on Twitter!
</p>
</article>
<footer>
<a
href="https://twitter.com/sunmoyed"
rel="noopener noreferrer"
target="_blank"
>
<img src="./images/social icons/twitter.png" width="30" height="30" />
</a>
<a
href="https://github.com/meimeisuns"
rel="noopener noreferrer"
target="_blank"
>
<img src="./images/social icons/github.png" width="30" height="30" />
</a>
<a href="mailto:[email protected]">
<img src="./images/social icons/email.png" width="30" height="30" />
</a>
</footer>
</body>
</html>