-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
36 lines (34 loc) · 1.41 KB
/
contacts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contacts</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<style>
</style>
</head>
<body>
<div class="bg-dark h-100 text-light">
<h1 class="mx-5">Mulamba Marlon Pius.</h1>
<nav class="navbar navbar-expand-sm bg-dark mx-5">
<div class="container-fluid bg-warning" style="border-radius: 10px;">
<ul class="navbar-nav">
<li class="nav-item " >
<a class="nav-link" href="index.html" style="font-size: xx-large; color: aliceblue;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about2.html" style="font-size: xx-large; color: aliceblue;">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="skills2.html" style="font-size: xx-large; color: aliceblue;">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html" style="font-size: xx-large; color: aliceblue;">Contacts</a>
</li>
</ul>
</div>
</nav>
</body>
</html>