-
Notifications
You must be signed in to change notification settings - Fork 3
/
About.html
44 lines (35 loc) · 1.51 KB
/
About.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
<html>
<head>
<meta name="viewport" content="width=device-width, intial-scale=1">
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="js/menu.js"></script>
</head>
<body>
<div class="about" </div> <header>
<img src="images/logo.png">
<nav class="menu">
<a class="button"><img src="icon.png" /></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Contact.html">Contact</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="Projects.html">Projects</a></li>
</ul>
</nav>
</header>
<img class="mypic" src="images/JKpic.jpg" width="300">
<p>My name is James Kalunga, also known as McJkalu. I'am originaly from central Africa, D.R.Congo. Are you looking for a professional Mc that will make your event unforgetabale with a lot of fun? well, you are at the right place now! I host
various
events
including, Weddings, Festivals, Concerts, Radio Show and etc...! I can host your events in the following languages,English, Swahili, French, Lingala. Feel free to contact me directly to discuss your options. </p>
<ul class="socialmedia">
<li><a target="_blank" href="https://github.com/jskalu">github</a></li>
<li><a target="_blank" href="https://www.linkedin.com/feed/">linkedin</a></li>
</ul>
<footer class="footer">
©2019. JK All Rights Reserved
</footer>
</body>
</html>