-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 2.21 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
46
47
<!doctype html>
<!-- yo whats up guys -->
<html lang="en" class="no-js">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134139828-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134139828-1');
</script>
<base target="_blank">
<meta charset="UTF-8" />
<title>Sam Lawson</title>
<link rel="shortcut icon" type="image/png" 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: 10;">Sam Lawson <a href="resume1.pdf" style="color: white;"><img src="https://png.icons8.com/office/40/000000/open-resume.png" height="35" width="35"></a></h2>
<hr style="width: 50%; background-color: rgb(57, 60, 232); border-color: rgb(57, 60, 232);">
<a href="https://www.linkedin.com/in/sam-lawson-75899a140/" style="color: white;"><i class="fab fa-linkedin" style="font-size: 2em;"></i></a>
 
<a href="https://twitter.com/slawsonfc" style="color: white;"><i class="fab fa-twitter" style="font-size: 2em;"></i></a>
 
<a href="https://github.com/samilawson" style="color: white;"><i class="fab fa-github" style="font-size: 2em;"></i></a>
 
<a href="https://medium.com/@samilawson17" style="color: white;"><i class="fab fa-medium" style="font-size: 2em;"></i></a>
 
<a href="https://www.kaggle.com/thefc17" style="color: white;"><i class="fab fa-kaggle" style="font-size: 2em;"></i></a>
</div>
</div>
</body>
</html>