-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·43 lines (43 loc) · 1.87 KB
/
index.php
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
<?php include("include/header.php");?>
<main>
<h1 class="mb-0">
<span class="firstname">Ozioma </span>
<br />
<span class="surname">Pascal Dike</span>
</h1>
<div class="mb-5 details">
<p class="text-light lead mb-3">Backend Web Developer - Nigeria</p>
<p class="text-light lead">I'm Ozioma Dike and I love to solve problems.
Software development empowers me to do what I love.
I am looking to work with your organization, Lets solve problems together.</p>
<p>
<label>
<a href="contact.php" style="color:#28a745;">
<i class="fas fa-map-marker" style="font-size: 25px; color:#28a745;" ></i>
Owerri, Nigeria
</a>
</label>
</p>
</div>
<label style="font-size: 30px; color:#ffc107;">Find me on </label><br />
<p>
<a href="https://www.twitter.com/officialozioma" class="mr-3 mb-2" target="blank">
<i class="fab fa-twitter" style="font-size: 35px; color:#28a745;" ></i>
</a>
<a href="https://www.linkedin.com/in/officialozioma" class="mr-3 mb-2 " target="blank">
<i class="fab fa-linkedin" style="font-size: 35px; color:#28a745;"></i>
</a>
<a href="https://www.facebook.com/dikep1" class="mr-3 mb-2" target="blank">
<i class="fab fa-facebook" style="font-size: 35px; color:#28a745;"></i>
</a>
<a href="https://www.github.com/officialozioma" class="mr-3 mb-2" target="blank">
<i class="fab fa-github" style="font-size: 35px; color:#28a745;" ></i>
</a>
<a href="https://www.github.com/officialozioma" class="mr-3 mb-2" target="blank">
<i class="fas fa-envelope-square" style="font-size: 35px; color:#28a745;" ></i>
</a>
</p>
</main>
</div>
</div>
<?php include("include/footer.php");?>