-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlekan.htm
60 lines (42 loc) · 2.32 KB
/
lekan.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lekan's Profile</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://www.dropbox.com/s/nxy51h0tadmvsk4/LekanProfileCSS.css?raw=1" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="container" id="profile">
<div class="col-xs-5 col-sm-4 col-lg-3">
<img src="https://www.dropbox.com/s/ebi4wsp2mwabboz/lekan.jpg?raw=1" id="leks" class="img-responsive img-circle">
</div>
<div class="name">
<h3 class="text-center"><b>Lekan Omoniyi</b></h3>
<p class="text-center"><span class="fa fa-hand-peace-o"></span> <b>Noob, UI/UX prospect, Wannabe Poet, Old soul.</b> <span class="fa fa-hand-peace-o"></span></p>
<p class="text-center"><span class="fa fa-map-marker"> <b>- Lagos, Nigeria</b></span></p>
<p class="text-center"><a href="https://www.twitter.com/thislekan" target="_blank"><span class="fa fa-twitter-square fa-3x"></span></a> <a href="https://www.github.com/thislean" target="_blank"><span class="fa fa-github fa-3x"></span></a>
</p>
</div>
<div class="bio">
<p class="text-center">Lekan Omoniyi is an Electrical Engineering graduate, a former Telecommunication Engineer</p>
<p class="text-center">who picked an interest in programming, with a burning passion to learn software development.</p>
<p class="text-center">Lekan can also be reached via mail <a href="mailto:[email protected]"><span class="fa fa-envelope fa-2x"></span></a></p>
</div>
</div>
<div class="container">
<p class="text-center">This page designed utilizing the following tools:</p>
<p class="text-center">
<span class="fa fa-html5 fa-3x"></span>
<span class="fa fa-css3 fa-3x"></span>
<span class="fa fa-chrome fa-3x"></span>
<span class="fa fa-font-awesome fa-3x"></span>
</p>
</div>
</div>
</body>
</html>