-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (121 loc) · 5.57 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Peace Akinola</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="/uploads/images/site-icon-2.png" title="favicon">
</head>
<body>
<div class="nav_menu">
<div class="site_logo">
<a href="index.html" style="width: 250px; height: 90px;"><img src="uploads/images/akinolapo-logo.png" alt="site_logo" title="akinolapo"> </a>
</div>
<div>
<nav class="main_menu">
<a href="index.html">Home</a>
<a id="normal_space" href="/about.html">About Me</a>
<a href="/portfolio.html">Portfolio</a>
<a href="/contact.html">Contact</a>
<a id="normal_space" href="https://www.upwork.com/o/profiles/users/~012623bb2f7f5cb36c/" target="_blank">Hire Me</a>
</nav>
</div>
</div>
<div>
<img id="alignleft" src="uploads/images/freelancer.jpg" alt="freelancer" title="developer">
<div class="header">
<br><br><br><br><br><br><br><br><br><br>
<h1 id="header_text">I AM A FREELANCER DEVELOPER</h1>
<p id="header_sub_text">I specialize in building websites using the WordPress content management system. Additionally, I can help you with your existing WordPress website (performing upgrades, adding new content and optimizing your SEO). I am currently working as a WordPress developer online in Upwork. </p>
<br>
<a class="button" id="link_box" href="about.html">LEARN MORE</a>
</div>
</div>
<br><br>
<div>
<img id="alignright" src="uploads/images/IT%20support.jpg" alt="IT_support" title="core_skills">
<div class="core_skill">
<h5>WHY CHOOSE ME FOR WORDPRESS DEVELOPMENT WORK ?</h5>
<h3 class="h3_blue">MY CORE SKILLS:</h3>
<ul style="font-size: .8em">
<li>Website Design</li>
<li>WordPress</li>
<li>Web Content</li>
<li>HTML & CSS</li>
<li>Python</li>
<li>A bit of PHP & JS</li>
</ul>
<br>
<div style="font-size: 1.5em;">
<p>I have been developing WordPress sites for almost 3+ years now and I can provide a list of sites that will showcase my work. My goal is to deliver high quality websites that help small and medium-sized businesses get the most out of their online presence optimizing websites for small and medium screens such as iPhone, iPad, Android devices, and retina displays.</p>
</div>
</div>
</div>
<div class="skill_box">
<br><br>
<div class="skill_set">
<h5>MY PROFESSIONAL WP SERVICES</h5>
<h3>MY SKILLSET</h3>
</div>
<div class="web_dev">
<img width="50px" height="50px" src="uploads/images/svg/internet.svg" title="Website development" alt="Website development">
<h4>WEB DEVELOPMENT</h4>
<p>From start to finish, a beautify website.</p>
</div>
<div class="web_con">
<img width="50px" height="50px" src="uploads/images/svg/blogging.svg" title="web content" alt="content creation">
<h4>WEB CONTENT</h4>
<p>Experience in writhing content with good SEO.</p>
</div>
<div class="web_rev">
<img width="50px" height="50px" src="uploads/images/svg/clipboard.svg" title="website review" alt="Consulting">
<h4>WEBSITE REVIEW</h4>
<p>Expert advise for consistent and secure website</p>
</div>
<br><br>
</div>
<br><br>
<div>
<img id="alignright_2" src="/uploads/images/web%20content.jpg" alt="good pratice" title="responsive site">
<div class="EME">
<h3 class="h3_blue">EXPERIENCE MEETS EXPERTICE</h3>
<div style="font-size: 1.5em;">
<p>Learn how I help Individuals and agencies focus on new and exciting projects, how I handle client’s demands for website design, maintenance and content creation.</p>
<a class="button_2" href="/portfolio.html">VIEW PORTFOLIO</a>
</div>
</div>
</div>
<br><br>
<div class="img_before_footer">
<div class="img">
<img src="uploads/images/responsive%20site.jpg" title="resposive design" alt="resposive design">
</div>
<div class="img">
<img src="uploads/images/code01.jpg" title="adaptive code" alt="adaptive code">
</div>
<div class="img">
<img src="uploads/images/strategy.jpg" title="strategy" alt="plan">
</div>
</div>
<footer>
<div class="foot_div_1">
<br><br>
<h5 style="color: white;">NEED HELP WITH YOUR PROJECT?</h5>
<h3 style="color: white;">LET'S WORK TOGETHER</h3>
<br>
<a class="get_in_touch" id="git" href="contact.html">GET IN TOUCH</a>
<br><br><br>
</div>
<div class="copyright">
<br>
©<a style="color: white;" href="about.html" target="_blank">Peace</a> |WordPress® Developer|2017 - <script>
document.write(new Date().getFullYear())
</script>
</div>
</footer>
</body>
</html>