-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (109 loc) · 5.01 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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HRVHLPD0ZR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HRVHLPD0ZR');
</script>
<!-- -->
<script src="./app.js"></script>
<link href="./app.css" media="all" rel="stylesheet" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jason Ho</title>
<meta name="description"
content="Hello! My name is Jason Ho, I am a student and developer from Los Angeles, California! Got questions? — contact me!" />
<meta name="keywords"
content="jason ho student developer page resume projects webpage contact portfolio software hardware" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/8acaad629b.js"></script>
<link href="https://use.fontawesome.com/8acaad629b.css" media="all" rel="stylesheet">
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
</head>
<body>
<div id="content">
<h1 id="name">
<i id="decor" class="fa fa-angle-double-right" aria-hidden="true"></i>
Jason Ho
</h1>
<p id="summary">
Student, Developer, Human.
</p>
<div id="info">
<p>
Hello! I'm Jason. I studied Computer Science and Engineering at the <b>University of California, Irvine</b> and I am experienced in infrastructure and full-stack software.
</p>
<p>
Outside of school, I often find myself taking on the roles of a <b>full-stack developer</b> working across the stack developing amazing applications,
and I also am an expert at <b>infrastructure and systems</b>, and use a variety of tools such as <b>containers</b>, <b>virtualization</b>, and <b>networking</b>
to deploy and manage infrastructure for projects, organizations, and clients.
</p>
<p>
In my free time, I like tinkering with hardware on my slowly expanding homelab and home internet-of-things devices.
I am also interested in drones/UAVs, aviation, and cinematography! Know any fun events/opportunities I'm interested in?
Feel free to hit me up with any opportunities at <a href="mailto:[email protected]">[email protected]</a>!
</p>
<p>
Interested in my professional profile? Let's talk! - <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<div id="techstack" class="text-sm">
<b>Technologies:</b>
<div class="badge bg-orange-500">Java</div>
<div class="badge bg-red-500">Javascript</div>
<div class="badge bg-green-500">Vue</div>
<div class="badge bg-indigo-500">PHP</div>
<div class="badge bg-amber-500">Laravel</div>
<div class="badge bg-blue-500">Python</div>
<div class="badge bg-blue-400">HTML/CSS</div>
<div class="badge bg-cyan-500">Docker</div>
<div class="badge bg-orange-400">Swift</div>
<div class="badge bg-blue-800">C/C++</div>
</div>
</div>
<div id="links">
<a href="#" style="color: inherit; font-weight: lighter;">
projects
</a>
<a href="https://unload.hogt.me?ref=hogt.me">
<b>u</b><span>n</span><b>l</b><span>oad</span>
</a>
<a href="https://bp.projects.hogt.me?ref=hogt.me">
<b>b</b><span>y</span><b>p</b><span>ass</span>
</a>
<a href="https://byodsxcu.hogt.me?ref=hogt.me">
<b>b</b><span>yod</span><b>s</b><span>xcu</span>
</a>
<a href="https://tally.projects.hogt.me?ref=hogt.me">
<b>t</b><span>all</span><b>y</b><span> stats</span>
</a>
<a href="https://wifipods.projects.hogt.me?ref=hogt.me">
<b>w</b><span>i-fi </span><b>p</b><span>pods</span>
</a>
</div>
<div id="socials">
<p class="social-links">
<a href="https://github.com/jasoryeh">
<img src="./icons/github.svg" />
</a>
<a href="https://www.linkedin.com/in/jasonhooo/">
<img src="./icons/linkedin.svg" />
</a>
<a href="https://uci.joinhandshake.com/users/25975341">
<img src="./icons/handshake.svg" />
</a>
<a href="mailto:[email protected]">
<img src="./icons/mail.svg" />
</a>
</p>
</div>
</body>
</html>