-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 1.73 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
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div id="wrapper">
<header class="headingfonts" id="header">
<a href="index.html"><h1 class="headingfonts">Victor Ozoh</h1></a>
<nav class="bodyfonts" id="navigation">
<a href="index.html">About </a> |
<a href="portfolio.html"> Portfolio </a> |
<a href="contact.html"> Contact</a>
</nav>
</header>
<div id="main_content">
<section id="section">
<h2>About Me</h2>
<br>
<img src="assets/images/leonardo-turtle.png" width="300" height="250">
<p class="bodyfonts textcolor">
My name is Victor Ozoh and I am working on becoming a Software Engineer.
I am interested in a wide range of topics from the Teenage Mutant Ninja Turtles to
Machine Learning, Reggae, African Literature, History, Robotics and much more.
Don't hesitate to visit my <a href="https://bayesrock.com">blog</a> to read my
fascinating, insightful and mind unwrapping posts.
</p>
</section>
<aside id="connect">
<h3 class="bodyfonts">Connect with Me</h3>
<br>
<div id="social_links">
<a href="https://github.com/victorozoh"><img src="assets/images/github.png" height="50" width="50"></a>
<a href="https://www.linkedin.com/in/victorozoh/"><img src="assets/images/linkedin.png" height="50" width="50"></a>
<a href="http://stackoverflow.com/"><img src="assets/images/stackoverflow.png" height="50" width="50"></a>
</div>
</aside>
</div>
<footer id="footer">
<p class="centered">© Copyright 2016 Victor Ozoh</p>
</footer>
</div>
</body>
</html>