-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (102 loc) · 4.79 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en" class="main" style="">
<head>
<title>Peace Akinola</title>
<meta name="description" content="A Passionate WordPress Designer& Front-End developer, exhibiting one of the best wordpress development services in Nigeria">
<meta name="author" content="Peace Akinola">
<meta name="keywords" content=" akinolapo, Peace Akinola, WordPress, Front-End devloper, Nigeria Best WordPress developer, WordPress Developer, web industry, WordPress website, web project, WordPress freelancer, Upwork, Upwork Freelancer, HTML, CSS">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="uploads/images/6287DBC7-D88A-47B8-8E41-8347BD7F311B.jpeg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="/uploads/images/favicon.png" title="favicon">
<link rel="apple-touch-icon" href="/uploads/images/favicon.png" title="appleicon">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="js/changing.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<!-- Google AdSense -->
<!-- <script data-ad-client="ca-pub-5749995916718706" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- End of Google AdSense -->
</head>
<body class="area">
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo">
<a href="index.html" style="text-decoration: none;">
<span style="color: rgba(0,0,0,.9);">Peace</span>
<span class="primary_color">Akinola</span>
</a>
</label>
<ul class="menu_items">
<li><a href="/index.html" class="active">Home</a></li>
<li><a href="/resume.html">Resume</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/archive/page-1.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
<!-- ADD BACKGROUND IMAGE-->
<!-- <section></section> -->
<!--END OF BACKGROUND IMAGE-->
<!-- Main Content-->
<br><br><br><br>
<div class="container">
<div class="profile">
<br><br>
<div class="img_PH">
<img src="uploads/images/6287DBC7-D88A-47B8-8E41-8347BD7F311B.jpeg" width="250px" height="300px" alt="Peace Akinola">
</div>
<br><br><br>
<div class="name">
<h1>Peace Akinola</h1>
<span id="changing">WordPress Designer</span>
<div class="social_icon">
<br>
<a href="https://twitter.com/akinolapo_" target="_blank"><i class="fa fa-twitter-square"></i></a>
<a href="https://linkedin.com/in/akinolapo" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://github.com/akinolapo" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.behance.net/akinolapo" target="_blank"><i class="fa fa-behance-square"></i></a>
<a href="https://profiles.wordpress.org/akinolapo1" target="_blank"><i class="fa fa-wordpress"></i></a>
</div>
</div>
</div>
<br><br>
<div class="about">
<br><br>
<div class="aboutme">
<h3>About<span class="primary_color"> Me</span></h3>
<p>Hello I'm Peace Akinola, a passionate WordPress Designer & Front-<br>End Developer from Nigeria</p>
<br>
<p>I'm a WordPress Designer at Upwork Freelancer's Platform and I've<br>been working in the web industry for the past 3 years.<br>I focus on building clean and minimalistic WordPress website</p>
</div>
<div class="aboutbtn">
<a class="primary_color know_more" href="resume.html">KNOW MORE<br><span class="acme">ABOUT ME</span></a>
<br><br><br>
<a class="primary_color gop" href="contact.html">GOT A PROJECT<br><span class="acme">CONTACT ME</span> </a>
<div class="project"></div>
</div>
<br>
</div>
</div>
<footer>
©2020 Peace Akinola
</footer>
</body>
</html>