-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (74 loc) · 3.48 KB
/
index.html
File metadata and controls
84 lines (74 loc) · 3.48 KB
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
80
81
82
83
84
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125730998-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-125730998-1");
</script>
</head>
<body>
<div class="body">
<div class="pill">
<div class="pill-top">
<div class="text">
<div class="name"><h5>Hugh(ie)<br>D. Nguyen</h5> </div>
</div>
</div>
<div class="pill-stripe"></div>
<div class="pill-bottom">
<div class="grid-container">
<div class="icons">
<span class="fa-stack fa-lg" style="padding-left: 4em;">
<a href="mailto:hughiednguyen@gmail.com">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-envelope fa-stack-1x fa-lg fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-lg" style="padding-right: 4em;">
<a href="https://github.com/hughiednguyen">
<i class="fab fa-github fa-stack-2x"></i>
</a>
</span>
</div>
<div class="icons">
<span class="fa-stack fa-lg" style="padding-left: 4em;">
<a href="https://twitter.com/hughiednguyen">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-lg fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-lg" style="padding-right: 4em;">
<a href="https://www.linkedin.com/in/hughiednguyen/">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin-in fa-stack-1x fa-lg fa-inverse"></i>
</a>
</span>
</div>
<div class="icons">
<span class="fa-stack fa-lg" style="padding-left: 4em;">
<a href="https://instagram.com/hughiednguyen">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x fa-lg fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-lg" style="padding-right: 4em;">
<a href="https://open.spotify.com/user/hungie1122">
<i class="fab fa-spotify fa-stack-2x"></i>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>