-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (41 loc) · 2.95 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>
<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">
<title>About Mfonobong Umondia</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Bella's Css -->
<link rel="stylesheet" href="css/bella.css">
</head>
<body>
<h3 class="about">About</h3>
<hr class="hr">
<div class="row">
<div class="col-12 col-md-4">
<img src="http://res.cloudinary.com/okoyecb/image/upload/c_scale,w_353/v1537015737/IMG_20180915_134516_jwndcf.jpg" alt="" height="450px" width="353px">
</div>
<div class="col-12 col-md-8">
<h3 class="mt-5">Mfonobong Umondia</h3><br>
<p class="bio">Hello there, My name is Mfonobong Umondia.<br>
I am a UI/UX Designer and a Figma Advocate from Akwa Ibom <br>State. I am a 200 Level student of Communication Arts and I lead <br> an Ingressive Campus Community in my school, University of Uyo,<br> Akwa Ibom State.</p><br>
<p class="bio"> I design beautiful Interface and experience for humans and I write <br> when I am less busy.<br>
Click on the handles to check out my portfolio.</p>
<div class="social mt-5">
<a href="https://dribbble.com/Mfonobong" target="_blank"><div class="media dribble"></div></a>
<a href="https://www.instagram.com/mfonobong_umondia/" target="_blank"><div class="media instagram"></div></a>
<a href="https://www.linkedin.com/in/mfonobongd/" target="_blank"><div class="media in"></div></a>
<a href="https://medium.com/@umondiamfonobong" target="_blank"><div class="media medium"></div></a>
<a href="https://github.com/MfonobongD" target="_blank"><div class="media github"></div></a>
<a href="https://twitter.com/bella_mfonobong" target="_blank"><div class="media twitter"></div></a>
</div>
</div>
</div>
</body>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</html>