-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.87 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
<!doctype html>
<html lang="en" class="no-js">
<head>
</script>
<base target="_blank">
<meta charset="UTF-8" />
<title>Matt McManus</title>
<meta name="description" content="">
<link rel=“canonical” href="https://mattmcmanus.co" />
<meta property="og:title" content="Matt McManus" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mattmcmanus.co" />
<meta property="og:description" content="" />
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
<link rel="apple-touch-icon" href="assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous" type="text/css">
<!-- remember, jQuery is completely optional -->
<!-- <script type='text/javascript' src='js/jquery-1.11.1.min.js'></script> -->
<script type="text/javascript" src="js/jquery.particleground.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
</head>
<body>
<div id="particles">
<div id="intro">
<h2 style="font-family: 'Syncopate', sans-serif; font-weight: 15;">Matt McManus</h2>
<a href="mailto:[email protected]" style="color: white;"><i class="fas fa-envelope" style="font-size: 2em;"></i></a>
 
<a href="https://www.linkedin.com/in/mattmcm" style="color: white;"><i class="fab fa-linkedin" style="font-size: 2em;"></i></a>
 
<a href="McManus_Resume.pdf" style="color: white;"><i class="fa fa-file" aria-hidden="true" style="font-size: 2em;"></i></a>
 
<a href="https://github.com/mmcmanus1" style="color: white;"><i class="fab fa-github" style="font-size: 2em;"></i></a>
</div>
</div>
</body>
</html>