-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-site.html
63 lines (52 loc) · 3.14 KB
/
about-site.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"/>
<title>Credits</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<div style="position:absolute;top:10px;left:10px;">
<a href="/" class="fas fa-home" style="border-bottom:none;"></a>
</div>
<!-- Header -->
<header id="header">
<h1>Was this really all free?</h1>
<p>Well, sort of. There's no such thing as a free lunch, but this was pretty close.</p>
<p style="text-align:left;font-size:1em;">Thanks to:
<ul class="colon" style="list-style-type:circle;text-align:left;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;">
<li><a href="https://aj.lkn.io/">AJ</a> from <a href="http://html5up.net">HTML5 UP</a>, <a href="https://pixelarity.com/">Pixelarity</a>, and <a href="https://carrd.co/">Carrd</a> for the superb page theme, Aerial, which is licensed under <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a> and which I have further toyed around with</li>
<li>Dave Gandy from <a href="http://fontawesome.io/">Font Awesome</a> for the stellar font and icons</li>
<li>Manuel Will and <a href="https://unsplash.com">Unsplash</a> for the <a href="https://unsplash.com/photos/PHWf-l5cVXQ">photo</a>, which I altered and used for the background</li>
<li><a href="https://nc.me">Namecheap</a>, which offers free (.me) and discounted (other generic top-level) domains to students</li>
<li><a href="https://www.cloudflare.com/">Cloudflare</a> for the SSL certificate <a href="https://blog.cloudflare.com/secure-and-fast-github-pages-with-cloudflare/">that works with GitHub Pages</a></li>
<li>Claud D. Park from <a href="https://github.com/posquit0/Awesome-CV">Awesome-CV</a> for the wonderful \(\LaTeX\) template</li>
<li><a href="https://www.mathjax.org/">MathJax</a>, licensed under the <a href="https://github.com/mathjax/MathJax/blob/master/LICENSE">Apache License, Version 2.0</a>, for the ability to display notation like that above</li>
</ul>
</p>
</header>
<!-- Body -->
<!-- Footer -->
<footer id="footer">
<span class="copyright">© Andrew Juneau</span>
</footer>
</div>
</div>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
window.onload = function() { document.body.className = ''; }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>