-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (42 loc) · 1.05 KB
/
Copy pathindex.html
File metadata and controls
52 lines (42 loc) · 1.05 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
52
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Daniel Li | Home</title>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="photos.html">Photos</a>
<a href="recipes.html">Recipes</a>
</nav>
<h2>About Me</h2>
<p>
Hi! My name is Daniel Li and
I am a recent Computer Science graduate from Rutgers University.
I am interested in software development, but I also want to expand my knowledge in
cybersecurity, data engineering, and embedded systems. Some personal hobbies of mine
are cooking and taking photos!
</p>
<h2>Contacts</h2>
<p>
Email: danielnj310@gmail.com
</p>
<p>
Phone: 732-277-7832
</p>
<p>
Github:
<a href="https://github.com/dal279">
GitHub
</a>
</p>
<p>
LinkedIn:
<a href="https://www.linkedin.com/in/daniel-a-li/">
LinkedIn
</a>
</p>
</body>
</html>