-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
56 lines (50 loc) · 1.79 KB
/
aboutme.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
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About ME</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="img.gif">
</head>
<body>
<div class="icons">
<a href="https://twitter.com/?lang=en"><img src="twitter.png" alt=""></a>
<a href=""><img src="instagram.jpg" alt=""></a>
<a href=""><img src="snapchat.jpg" alt=""></a>
</div>
<div class="header">
<h1>My Portfolio</h1>
<img src="img.gif" alt="My logo" id="logopic">
<nav>
<ul>
<a href="index.html"><li>Home</li></a>
<a href="aboutme.html"><li>About ME</li></a>
<a href="projects.html"><li>My Projects</li></a>
<a href="blog.html"><li>Blog</li></a>
<a href="feedback.html"><li>Feedback/Contact</li></a>
</ul>
</nav>
</div>
<div class="main">
<div class="section1">
</div>
<div class="section2">
</div>
</div>
<div class="footer">
<details>
<summary>Copyright Info</summary>
This website belongs to only me.<br> All images and media files are copyrighted.<br>Copyright Info.2021
</details>
<address>
<div class="icons" id="footericons">
<a href="https://twitter.com/?lang=en"><img src="twitter.png" alt=""></a>
<a href=""><img src="instagram.jpg" alt=""></a>
<a href=""><img src="snapchat.jpg" alt=""></a>
</div>
</address>
</div>
</body>
</html>