-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (38 loc) · 1.33 KB
/
index.html
File metadata and controls
51 lines (38 loc) · 1.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>joewe</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<h1 class="name">joewe low<span id="underscore">_</span></h1>
<nav class="menu">
<a href="index.html" style="color:#EDEDED">home</a>
<a class="projects" href="projects.html">projects</a>
<a class="resume" href="resume.html">resume</a>
</nav>
<script src="menu.js"></script>
<div class="intro">
<p>Hi, I'm Joewe. I'm a third-year Computer Science student at UC Riverside, expecting to graduate in June 2022.</p>
<p>I have experience coding in Python, C++, HTML/CSS/JavaScript and Java.</p>
<p class="link"><a href="http://github.com/joewelow" target="_blank">GitHub</a></p>
<p class="link"><a href="http://www.linkedin.com/in/joewe-low/" target="_blank">LinkedIn</a></p>
</div>
<!-- menu master copy -->
<!-- <nav id="menu">
<a href="index.html">home</a>
<a id="projects" href="projects.html">projects</a>
<a id="resume" href="resume.html">resume</a>
</nav> -->
<div class="footer">
<p>
<img src="images/nano-qr.png" width="80"></img><br>
<span style="margin-top:5px; display: inline-block;">
nano_3<span style="color:#4bc47b">joewe</span>zbc7x6zp64seyn3eqbdp<br>ygiwjs63tg1ahibbxjbuerecfu18znz5d7
</span>
</p>
</div>
</div>
</body>
</html>