2019-09-29 18:53:20 -06:00
|
|
|
<!DOCTYPE html>
|
2019-09-30 11:17:07 -06:00
|
|
|
|
2019-09-29 18:53:20 -06:00
|
|
|
<html>
|
2019-09-30 11:17:07 -06:00
|
|
|
|
2019-09-29 18:53:20 -06:00
|
|
|
<head>
|
2019-10-08 18:10:51 -06:00
|
|
|
<title>About</title>
|
|
|
|
|
<link rel="icon" href="/img/weather.png">
|
2019-09-30 11:17:07 -06:00
|
|
|
<link rel="stylesheet" href="/css/styles.css">
|
2019-09-29 18:53:20 -06:00
|
|
|
</head>
|
2019-09-30 11:17:07 -06:00
|
|
|
|
2019-09-29 18:53:20 -06:00
|
|
|
<body>
|
2019-10-08 18:10:51 -06:00
|
|
|
<div class="main-content">
|
2019-10-05 18:06:33 -06:00
|
|
|
{{>header}}
|
2019-10-10 17:48:22 -06:00
|
|
|
<p>This site was created by Jason Williams. It uses data from mapbox.com and darksky.net!</p>
|
2019-10-08 18:10:51 -06:00
|
|
|
<img class="portrait" src="/img/me.jpg">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{>footer}}
|
2019-09-29 18:53:20 -06:00
|
|
|
</body>
|
2019-09-30 11:17:07 -06:00
|
|
|
|
2019-09-29 18:53:20 -06:00
|
|
|
</html>
|