-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
95 lines (94 loc) · 4.53 KB
/
index.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
95
<!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="index-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">
<div class="middle-content row-flex-container white">
<div id="profile-image">
</div>
<div id="contact-detail">
<div>
<h1>Oluwalolope Hope</h1>
<b><p>Software Developer and WTM Unilag Lead</p></b>
</div><br><br>
<div>
<div class="icons">
<img src="images/close-envelope.svg" alt="mail-icon">
<p>blessyn2hope@gmail.com</p>
</div>
<div class="icons">
<img src="images/skype2.svg" alt="skype-icon">
<p>ebonyhope@skype.com</p>
</div>
<div class="icons">
<img src="images/phone2.svg" alt="call-icon">
<p>08120087057, 09056871401</p>
</div>
<div class="icons">
<img src="images/location.svg" alt="address-icon">
<p>14, Adebayo Street, Pedro, Lagos.</p>
</div>
</div>
</div>
</div>
<div class="middle-footer blue">
<a href="https://web.facebook.com/hope.oluwalolope">
<img src="images/facebook.svg" alt="facebook-icon">
</a>
<a href="https://twitter.com/hopeblessy">
<img src="images/twitter.svg" alt="twitter-icon">
</a>
<a href="https://www.linkedin.com/in/hopeoluwalolope/">
<img src="images/linkedin.svg" alt="linkedIn-icon">
</a>
<a href="https://github.com/ebonyhope">
<img src="images/github.svg" alt="github-icon">
</a>
</div>
</div>
</div>
<div class="index-footer">
<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>
<a href="my-cv.html">My CV</a>
<a href="contact-form.html">Contact Me</a>
<a href="my-portfolio.html">My Portfolio</a>
</div>
</div>
</div>
<div class="footer">
<p>
©
<script>
document.write(new Date().getFullYear())
</script>
OluwalolopeMe.com All rights reserved
</p>
</div>
</div>
</body>
</html>