-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (52 loc) · 4.44 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Daniel Oluborode</title>
<meta name="description" content="Daniel Oluborode." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Web designer, Web Developer, Programmer, frontend, backend, fullstack, full-stack, fullstack developer, HTML, Php, Vue, Laravel, Laravel developer, Vue developer, Bootstrap, HTML5, CSS, JavaScript, JS, Inertia JS, Alphine JS, Livewire"/>
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/colours.css" />
<script src="https://use.fontawesome.com/7cbea10fca.js"></script>
</head>
<body class="white">
<div class="section white pt-60">
<div class="container align-self-center left">
<h1>Hello<span class="t-electric-red">.</span></h1>
<h4 class="mb-30">My name is Daniel Oluborode. I am a freelance full stack web developer with a bias towards the Vue and Laravel frameworks. I have worked on:</h4>
<h4><a href="https://comcard.uimsa.org.ng" target="_blank">UIMSA COM/CARD Website</a></h4>
<h4><a href="https://hackathon.uimsa.org.ng" target="_blank">UIMSAHack Website</a></h4>
<h4><a href="https://crim.com.ui.edu.ng" target="_blank">College Research and Innovation Management Unit, CoMUI Web App</a></h4>
<h4><a href="https://begreatconsultingllc.info/" target="_blank">Be Great Consulting LLC</a></h4>
<h4><a href="https://member.uimsa.org.ng" target="_blank">University of Ibadan Medical Students' Association Website</a></h4>
<h4><a href="https://tedxuchibadan.com" target="_blank">TedXUCHIbadan Website</a></h4>
<h3>++++</h3>
<h4>- I am very passionate about healthcare, digital products, data and policy.</h4>
<h4>- Music and literature are God's greatest gifts to humanity. Football is a close third. </h4>
<h4 class="mt-50"> I sometimes write about <a href="https://medium.com/@danolu">my reflections—possibly a product of observation or imagination—and experiences</a>; do check <a href="https://medium.com/@danolu">them</a> out. You can also find me on <a href="https://github.com/danolu">Github</a> and <a href="https://linkedin.com/in/danolu" target="_blank" class="t-linkedin">LinkedIn</a>.</h4>
<h4>I am available for exciting work opportunities, and I'd love to be a part of your project. You can reach me at <a href="https://twitter.com/danoluborode" class="t-twitter">@danoluborode</a> / <a class="t-google-red" href="mailto:[email protected]">[email protected]</a> .</h4>
<div class="ac-container">
<ul class="nav">
<li class="nav-item">
<a href="https://github.com/danolu" target="_blank"><button class="ac-tab t-hv-black"><i class="fa fa-2x fa-github"></i></button></a>
</li>
<li class="nav-item">
<a href="https://linkedin.com/in/danolu" target="_blank"><button class="ac-tab t-hv-linkedin"><i class="fa fa-2x fa-linkedin"></i></button></a>
</li>
<li class="nav-item">
<a href="https://twitter.com/danoluborode" target="_blank"><button class="ac-tab t-hv-twitter"><i class="fa fa-2x fa-twitter"></i></button></a>
</li>
<li class="nav-item">
<a href="https://instagram.com/danoluborode" target="_blank"><button class="ac-tab t-hv-twitter"><i class="fa fa-2x fa-instagram"></i></button></a>
</li>
</ul>
</div>
</div>
</div>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>