-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
52 lines (44 loc) · 2.67 KB
/
header.html
File metadata and controls
52 lines (44 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="A human with a passion for open-ed, large datasets, and beautiful visualisations.">
<meta name="author" content="Amelia Chu">
<link rel="icon" href="./assets/favicon.ico">
<title>Amelia N Chu - Data Scientist - Humans. Data. Design.</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2HX76PLF2H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2HX76PLF2H');
</script>
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Custom styles -->
<link href="./assets/css/navbar-fixed-top.css" rel="stylesheet">
<link href="./assets/css/css-custom.css" rel="stylesheet">
<link href="./assets/css/font-awesome.css" rel="stylesheet" type="text/css">
<script src="https://kit.fontawesome.com/d268edcb34.js" crossorigin="anonymous"></script>
<!-- END Custom styles -->
</head>
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
<a class="navbar-brand ms-3" href="https://ameliachu.github.io/index.html"><img src="https://ameliachu.github.io/assets/img/lola.svg" height="32" width="32" alt="Lola."></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="https://www.linkedin.com/in/ameliachu"><i class="fa fa-linkedin"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://www.twitter.com/amelianchu"><i class="fa fa-twitter"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://www.github.com/ameliachu"><i class="fa fa-github"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://ameliachu.github.io/resume.html">resume.</a></li>
<!--<li class="nav-item"><a class="nav-link" href="https://amelianchu.tumblr.com">unabridged.</a></li>-->
</ul>
</div><!--/.nav-collapse -->
</nav>
<!--/navigation-->