-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththoughts.html
More file actions
92 lines (79 loc) · 4.28 KB
/
thoughts.html
File metadata and controls
92 lines (79 loc) · 4.28 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
85
86
87
88
89
90
91
92
<!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="./assets/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- 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">
<!-- Custom styles -->
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
<a class="navbar-brand" 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-->
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron" style="background-image:url('https://ameliachu.github.io/assets/img/network.svg');background-position:right bottom;background-repeat: no-repeat;">
<h2>三人行,必有我师焉</h2>
<p>If I walk amongst three people, there is something to learn from at least one.</p>
</div>
<!-- Example row of columns -->
<div class="row">
<h3>People</h3>
<p></p>
</div>
<div class="row">
<h3>Readings</h3>
<p></p>
</div>
</div> <!-- /container -->
<footer class="footer">
<div class="container">
<p class="text-muted">Amelia N Chu.</p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="https://ameliachu.github.io/assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="https://ameliachu.github.io/assets/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!--
ISOTOPE JAVASCRIPT-->
<script src="https://ameliachu.github.io/assets/js/isotope.pkgd.min.js"></script>
<script src="https://ameliachu.github.io/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>