-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·45 lines (38 loc) · 1.6 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
<!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">
<meta name="description" content="Alex Munda's personal website. Check out projects, Alex's GitHub profile, and how to contact him.">
<meta name="keywords" content="Alex Munda, Software Engineer, Freelance, Hire, Contractor, Moonlighting">
<meta name="author" content="Alex Munda">
<title>Alex Munda - Software Engineer</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<img src="images/alex.jpg" class="me">
<h1 class="header">Alex Munda</h1>
<h3 class="header">Software Engineer</h3>
<h4>
I enjoy bits and <a href="https://www.instagram.com/hogsplanbbq/?hl=en" target="_blank">BBQ</a>.
</h4>
<div class="links">
<a href="https://github.com/alexmunda" title="GitHub" target="_blank">
<i class="fa fa-github-square" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" title="Email">
<i class="fa fa-envelope-square" aria-hidden="true"></i>
</a>
<a href="http://alexmunda.com/wedding" title="Projects" target="_blank">
<i class="fa fa-briefcase" aria-hidden="true"></i>
</a>
<a href="https://engineering.smrxt.com/author/alex/" title="Blog" target="_blank">
<i class="fa fa-pencil-square" aria-hidden="true"></i>
</a>
</div>
</div>
</body>
</html>