-
Notifications
You must be signed in to change notification settings - Fork 42
/
index.html
35 lines (35 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Madza.dev</title>
<link rel="icon" href="icons/favicon.ico" />
<link rel="stylesheet" href="icons/font-awesome/css/all.css" />
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<div class="content-wrapper">
<h1>Hi, I'm Madza</h1>
<p>
Developer <span class="divider"> | </span> Blogger
<span class="divider"> | </span> Producer
</p>
<a href="https://twitter.com/madzadev">
<i class="icon fab fa-twitter fa-2x"></i>
</a>
<a href="https://github.com/madzadev">
<i class="icon fab fa-github fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/madzadev/">
<i class="icon fab fa-linkedin-in fa-2x"></i>
</a>
<a href="https://madza.dev/blog">
<i class="icon fas fa-book fa-2x"></i>
</a>
<a href="mailto:[email protected]">
<i class="icon fas fa-envelope fa-2x"></i>
</a>
</div>
</body>
</html>