-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 818 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Daniel's Portfolio</title>
</head>
<body>
<h1>Daniel Ita's Portfolio</h1>
<h2>I'm a Web Developer</h2>
<hr />
<h3><a href="./ADVENTURE time website/ADVENTURE_TIME.html">Adventure Website</a></h3>
<img src="./assets/Adv.png" alt="Adventure Homepage" height="200px">
<h5>This is also responsive</h5>
<h3><a href="./Cal1/CALCULATOR WITH HTML AND CSS.html">Calculator</a></h3>
<img src="./assets/Cal.png" alt="Calculator" height="200px">
<h5>This is a simple functional calculator</h5>
<hr />
<a href="./public/about.html">About Me</a>
<a href="./public/contact.html">Contact Me</a>
</body>
</html>