-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 856 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
</head>
<body>
<h1 align="center">Projects-HTML</h1>
<ol>
<li> <a href="BasicPortfolioHTML/index.html"> Basic Portfolio Project</li>
<li> <a href="MyResumeHTML/index.html"> Basic Resume</li>
<li> <a href="WebDesignAgency_ResponsiveCSSProject/index.html"> Responsive CSS Page</li>
<li> <a href="Flexbox_Pricing_Table_Project/index.html"> Flexbox Pricing Table Project</li>
<li> <a href="Bootstrap Components Exercise/index.html"> Bootstrap Components Exercise</li>
<li> <a href="TinDog Project/index.html">TinDog Project</li>
<li> <a href="PianoSite/index.html">Virtual Piano (24 key) Project</li>
</ol>
</body>
</html>