-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
94 lines (90 loc) · 3.87 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Benn Dalton</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="back"></div>
<header>
<div class="menu">
<div class="menubar"></div>
</div>
<ul id="head">
<div class="back"></div>
<a href="/index.html">
<li>Home</li>
</a>
<a href="/portfolio.html" class="active">
<li>Portfolio</li>
</a>
<a href="/blogs/">
<li>Blogs</li>
</a>
<a href="/about.html">
<li>About</li>
</a>
<a href="/contact.html">
<li>Contact</li>
</a>
<a href="/signin.html">
<li>Sign in</li>
</a>
</ul>
<script type="module" defer src="/js/munubar.js"></script>
</header>
<main>
<section class="first portfolio">
<div class="head1">
<span>My </span>
<h1>Works</h1>
</div>
<section>
<p style="margin: 2rem 0 0;">
<a href="/images/Resume-IRADUKUNDA-Benn-Dalton-1.jpg" target="_blank"><b>View a resume</b></a>
</p>
<article>
<h1>Work title</h1>
<p>work in <em>company name</em></p>
<p class="date">mm dd, yyyy - present</p>
<div>
A regular record of your thoughts, opinions, or experiences that you put on the internet for
other people to read, a regular record of your thoughts, opinions, or experiences that you put
on the internet for other people to read, a regular record of your thoughts, opinions, or
experiences that you put on the internet for other people to read, a regular record of your
thoughts, opinions, or experiences that you put on the internet for other people to read.
</div>
</article>
<article>
<h1>Work title</h1>
<p class="date">mm dd, yyyy - present</p>
<div>
A regular record of your thoughts, opinions, or experiences that you put on the internet for
other people to read, a regular record of your thoughts, opinions, or experiences that you put
on the internet for other people to read, a regular record of your thoughts, opinions, or
experiences that you put on the internet for other people to read, a regular record of your
thoughts, opinions, or experiences that you put on the internet for other people to read.
</div>
</article>
<article>
<h1>Work title</h1>
<p>work in <em>company name</em></p>
<p class="date">mm dd, yyyy - present</p>
<div>
A regular record of your thoughts, opinions, or experiences that you put on the internet for
other people to read, a regular record of your thoughts, opinions, or experiences that you put
on the internet for other people to read, a regular record of your thoughts, opinions, or
experiences that you put on the internet for other people to read, a regular record of your
thoughts, opinions, or experiences that you put on the internet for other people to read.
</div>
</article>
</section>
</section>
</main>
<footer>
copyright @2022. All right reserved
<br />
Designed by Benn Dalton
</footer>
</body>
</html>