-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
46 lines (38 loc) · 1.43 KB
/
portfolio.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
<!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>Portfolio</title>
<link rel="stylesheet" type="text/css" href="portfolio.css"></link>
</head>
<body id="portfolio">
<div class="background">
<section class="top-part">
<section class = "top-title" id="portfolio-title">
<header role="top">
<h1>Website</h1>
</header>
</section>
<section class="pages" id="portfolio-pages">
<header role="top-pages">
<a href="index.html" class="button">Home</a>
<a href="portfolio.html" class="button">Technical Portfolio</a>
<a href="qualifications.html" class="button">Qualifications</a>
<a href="service.html" class="button">Service</a>
</header>
</section>
</section>
<div class="portfolio-title" id="portfolio-title">
<h3>Technical Portolfio</h3>
</div>
<div class="main-titles">
<p>Previous Projects</p>
</div>
<div class="main-text" id="portfolio-main" role="main">
<p>This is where my previous project would go (if I had any)</p>
</div>
</div>
</body>
</html>