-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (87 loc) · 4.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Tyler Bui-Palsulich">
<meta name="keywords" content="blog,developer,personal">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tyler Bui-Palsulich"/>
<meta name="twitter:description" content=""/>
<meta name="twitter:site" content="@tbpalsulich"/>
<meta property="og:title" content="Tyler Bui-Palsulich" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://buipalsulich.com/" />
<base href="https://buipalsulich.com/">
<title>Tyler Bui-Palsulich</title>
<link rel="canonical" href="https://buipalsulich.com/">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://buipalsulich.com/css/coder.min.28d751104f30c16da1aa1bb04015cbe662cacfe0d1b01af4f2240ad58580069c.css" integrity="sha256-KNdREE8wwW2hqhuwQBXL5mLKz+DRsBr08iQK1YWABpw=" crossorigin="anonymous" media="screen" />
<link rel="icon" type="image/png" href="https://buipalsulich.com/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://buipalsulich.com/images/favicon-16x16.png" sizes="16x16">
<link rel="alternate" type="application/rss+xml" href="https://buipalsulich.com/index.xml" title="Tyler Bui-Palsulich" />
<meta name="generator" content="Hugo 0.82.0" />
</head>
<body class=" ">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://buipalsulich.com">
Tyler Bui-Palsulich
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="https://buipalsulich.com/post/">Blog</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="https://buipalsulich.com/images/profile.jpg" alt="avatar"></div>
<h1>Tyler Bui-Palsulich</h1>
<h2>Engineer at Google</h2>
<ul>
<li>
<a href="https://github.com/tbpalsulich/" aria-label="Github">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/tbpalsulich/" aria-label="Twitter">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://medium.com/@tbpalsulich" aria-label="Medium">
<i class="fab fa-medium" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
</section>
</footer>
</main>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-140913492-1', 'auto');
ga('send', 'pageview');
}
</script>
</body>
</html>