-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (56 loc) · 2.11 KB
/
index.html
File metadata and controls
66 lines (56 loc) · 2.11 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Balogun Gift | The Portfolio</title>
<meta charset="utf-8" />
<meta name="robots" content="follow, index">
<meta name="author" content="Balogun Gift">
<meta name="description" content="Balogun Gift | The Portfolio">
<meta name="keywords" content="Balogun Gift, Portfolio, Website, Github">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="images/bg.jpg" type="image/x-icon">
<link rel="stylesheet" href="portfolio/css/main.css" />
<noscript><link rel="stylesheet" href="portfolio/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="images/avatar.jpg" alt="ProfilePicture" /></span>
<h1>Hi, I'm Balogun Gift</h1>
<p>Full Stack Developer</p>
</header>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/am_de_one" class="icon brands fa-twitter">Twitter</a></li>
<li><a href="https://www.instagram.com/am_thd_one/" class="icon brands fa-instagram">Instagram</a>
</li>
<li><a href="https://github.com/giftbalogun" class="icon brands fa-github">Github</a></li>
<li><a href="https://www.linkedin.com/in/gift-balogun-907103160/"
class="icon brands fa-linkedin">Github</a></li>
<li><a href="mailto:blgnbalogun53@gmail.com" class="icon brands fa-envelope">Email</a></li>
<li><a href="https://giftbalogun.name.ng" class="icon brands fa-user">Portfolio</a></li>
</ul>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Balogun Gift</li>
<li>Design: <a href="https://giftbalogun.name.ng">Brute_Code</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function () {
document.body.className = document.body.className.replace(/\bis-preload\b/, '');
});
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>