-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
79 lines (69 loc) · 3.68 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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.0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Looking for a software developer, am a fit to that software developer position">
<meta name="author" content="Mustapha Aliyu Galadima">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!--Favicon for this project-->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="img/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="img/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="icon" type="image/x-icon" href="/images/favi.ico">
<link href="styles.css" rel="stylesheet">
<title>Contact-Me</title>
</head>
<body style="background-color: black; width: 100%;">
<div class="container">
<header style="text-align: center; text-decoration: underline wavy brown; color: rgb(255, 245, 245); background-color: grey;">
<h1>Contacts</h1>
</header>
</div>
<div class="container" style="background-color: white; border-radius: 1rem;">
<p class="text-center">
<strong>Please feel free to reach out in any of my following handlings!</strong>
</p>
<ul>
<p>
<li>
<a href="https://github.com/MG-Musty" class="fa fa-github"><strong>For a more technical portfolio, visit my GitHub.</strong></a>
</li>
</p>
<p>
<li>
<a href="https://www.linkedin.com/in/mustapha-aliyu" class="fa fa-linkedin"><strong>Also my professional LinkedIn profile.</strong></a>
</li>
</p>
<p>
<li>
<a href="https://www.facebook.com/elmusty.elsmart" class="fa fa-facebook"><strong>You add me up on my Facebook.</strong></a>
</li>
</p>
<p>
<li>
<a href="https://www.twitter.com/MgsmartMustee" class="fa fa-twitter"><strong>Do follow me on Twitter.</strong></a>
</li>
</p>
<p>
<li>
<a href="https://myaccount.google.com/" class="fa fa-google"><strong>I am best reach by my Google account.</strong></a>
</li>
</p>
<p>
<li>
<a href= "mailto:mustaphaaliyugaladima@gmail.com ? {subject} = {subject}"><strong>Send Email</strong></a>
</li>
</p>
</ul>
</div>
<hr style="color:beige">
<footer class="text-center">
Copy right <span>© 2023 All Rights Reserved</span>
</footer>
</body>
</html>