-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
49 lines (43 loc) · 1.58 KB
/
old.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
<!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="styles.css">
</head>
<body>
<div class="sidebar">
<!--icon for light/dark mode-->
<div class="pages">
<a class="selected-link" href="home.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="home.html">Resume</a> <!--change link here-->
<a href="mailto:[email protected]">Contact</a>
<!--add icons for github and linkedin-->
</div>
</div>
<div class="main">
<div class="introduction">
<p class="title">Welcome!</p>
<p class="content">My name is Allison Cui; I'm a junior at the University Michigan doing a
Dual Degree in Business Administration and Computer Science. <br><br> I'm interested in working in
software engineering, product management, or tech consulting.</p>
</div>
<div class="recent projects">
<p class="title">Recent Projects</p>
<hr>
<div class="project1">
</div>
<p class="project-title">cuijy.github.io</p>
<p class="project-type-date">Code & Web Design</p>
<p class="project-type-date">June 2024</p>
<p class="content">This website.</p>
<p class="project-links">Github</p>
<hr>
<div class="project2">
</div>
</div>
</div>
</body>
</html>