-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmy-portfolio.html
44 lines (41 loc) · 1.52 KB
/
my-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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OluwalolopeMe</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="cv-page">
<div class="header white row-flex-container">
<div class="title">
<h2>Hope Oluwalolope</h2>
</div>
<div class="nav-bar">
<a href="#">Blog</a>
<a href="my-cv.html">Education</a>
<a href="my-cv.html">Experience</a>
<a href="my-portfolio.html">Portfolio</a>
<a href="contact-form.html">Contact</a>
</div>
</div>
<div class="main">
<div class="index-content">
<div class="middle">
<p>Intermediate Software Developer with over 4 years experience specializing in Back-end web development. Experienced in structuring,
developing and implementing interactive websites with the best use of technology. Having an in-depth knowledge in PHP, Laravel,
JavaScript, Jquery, Java, C#, python. Strong background in management and leadership.</p>
</div>
</div>
</div>
<div class="footer">
<p>
©
<script>
document.write(new Date().getFullYear())
</script> OluwalolopeMe.com All rights reserved
</p>
</div>
</div>
</body>
</html>