-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.25 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Ruogu (James) Zhang</title>
</head>
<body>
<nav>
<div class="nav-tab"><a href="index.html">Home</a></div>
<div class="nav-tab"><a href="resume.html">Resume</a></div>
<div class="nav-tab"><a href="projects.html">Projects</a></div>
</nav>
<img class="photo" src="photo.jpg" alt="A photo of myself" width="200px">
<h1>Ruogu (James) Zhang</h1>
<p>
I'm a senior studying in the College of Arts & Sciences at Cornell University, majoring in Math and Computer Science. On the one hand, I'm interested in theoretical CS and math, specifically in algorithms, theory of computing, cryptography, networks, algebra, and combinatorics. On the other hand, I also like to work on programming projects, especially when working with others.
</p>
<ul>
<li>Email: rz234<span style="display: none;">REMOVE</span>@cornell.edu</li> <!-- Anti-spam -->
<li><a href="https://github.com/JamesZhang2">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/ruogu-james-zhang/">LinkedIn</a></li>
</ul>
</body>
</html>