-
Notifications
You must be signed in to change notification settings - Fork 0
/
hng.html
57 lines (56 loc) · 2.19 KB
/
hng.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<div class="container" style="text-align: centre;">
<div class="row">
<div class="col-sm-4">
<div class="col-sm-4"></div>
<div class="col-sm-8">
<figure class="figure">
<img src="img/mark.jpg" alt="" class="img-thumbnail">
<figcaption class="figure-caption"><h5>Mark Essien.</h5></figcaption>
</figure>
<p>Mark Essien is the CEO of hotels.ng and the organiser of the yearly hng internship. He is an entrepreneur and a tech enthusiast</p>
<br>
<div class="col-sm-4"></div>
<div class="col-sm-8">
<h3>Blog</h3>
<br>
<h3>Modesto</h3>
<br>
<h3>Diary</h3>
<br><hr style="border: 1px dashed black;">
<h3><i class="fas fa-wrench"></i> Projects</h3>
<hr style="border: 1px dashed black;">
<h3>Biography</h3>
<h3>Photos</h3>
<h3>Videos</h3><hr style="border: 1px dashed black;">
<div class="row">
<h3>Contact</h3>
<div class="col-sm-6">
<i class="fab fa-facebook-f"></i>
</div>
<div class="col-sm-6">
<i class="fab fa-twitter"></i>
</div>
</div>
</div>
</div><br>
<div class="form-group">
<input type="text">
<button>Subscribe</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>