-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding.html
More file actions
29 lines (29 loc) · 1.13 KB
/
coding.html
File metadata and controls
29 lines (29 loc) · 1.13 KB
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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>
<h1>Shereen's Portfolio</h1>
<h3 class="quote">"What are we breathing for if we ain't living?"</h3>
</header>
<main>
<div class="main-nav">
<ul class="nav">
<li><a href="./portfolio.html">Home</a></li>
<li><a href="./approunity.html">ApproUnity</a></li>
<li><a href="./Photography.html">Photography</a></li>
<li><a href="./poetry.html">Poetry</a></li>
<li><a href="./writing.html">Writing</a></li>
</ul>
</div>
<div class="pic">
<img src="comp.jpg" width="250px" height="250px">
<img src="comp2.jpg" width="250px" height="250px">
</div>
<p class="aboutme">I've been involved in the coding community for the last 4 years. A little after I joined, it became clear that it was something I'm passionate about and enjoy. I've done coding competitions and hackathons and makeathons, and it it has all brought me joy and I'm glad I got to experience it all. </p>
</main>
</body>
</html>