-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (25 loc) · 1.21 KB
/
about.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<title>About Free Churro - a type project by Emily Zhong</title>
</head>
<body>
<nav>
<div id="left">
<a href="index.html"><b>Free Churro</b></a><span class="hide-mobile">, a type project by <a href="http://emilyzhong.me">Emily Zhong</a></span>
</div>
</nav>
<main>
<h1>About</h1>
<p><b>Free Churro</b> is an (estimated) 100 day type project by me, <a href="http://emilyzhong.me">Emily Zhong</a>, with hopes that it'll diversify my arsenal of typography in my everyday designs.</p>
<p>The text is from the eulogy in season 5, episode 6 of Bojack Horseman, Free Churro. You can view the whole script <a href="https://www.springfieldspringfield.co.uk/view_episode_scripts.php?tv-show=bojack-horseman-2014&episode=s05e06" target="_blank">here</a>.</p>
<img src="favicon.png">
<p><a href="index.html">← Back to the main page</a></p>
</main>
</body>
<script src="script.js"></script>
</html>