-
Notifications
You must be signed in to change notification settings - Fork 0
/
pastwebsite.html
38 lines (38 loc) · 1.44 KB
/
pastwebsite.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="pastwebsitestyles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<title>Alex Zheng Timeline</title>
</head>
<body>
<div class="page">
<div>
<a href="index.html"><img src="resources/beaver.jpg" id="beaver"></a>
</div>
<div>
<img id="banner" src="resources/roadview.jpg">
</div>
<div>
<ul class="breadcrumb">
<li><a href="timeline.html">My Timeline</a></li>
<li ><a >Hardware</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="firmware.html">Firmware</a></li>
<li><a href="mechanical.html">Mechanical</a></li>
<li><a href="resume.html">Resume</a></li>
<li id="current" ><a>Past Personal Website</a></li>
</ul>
</div>
<div class="text">
<p id="expl">
This website you are currently on, is my second iteration of my Personal
Website. It incorporates features from my 1st one, but is much more professional
and I would say complete.
Here is the link to my first website: <a href="https://al3xzheng.github.io/MyWebsite1/">https://al3xzheng.github.io/MyWebsite1/</a>
</p>
</div>
</div>
</body>
</html>