-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.html
More file actions
43 lines (37 loc) · 1.03 KB
/
info.html
File metadata and controls
43 lines (37 loc) · 1.03 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
---
layout: default
permalink: /info
category: info
---
<div class="section">
<h1>Information</h1>
</div>
<div class="section">
<h2>Useful links</h2>
<div class="content">
<ul>
{% for usefulLink in site.data.usefulLinks %}
<li>
<a href="{{ usefulLink.url }}">{{ usefulLink.name }}</a>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="section">
<h2>About this website</h2>
<div class="content">
<p>Made by Dan and Laura Carter. If you have any
questions or suggestions, please email <a href="mailto:djcarter85@gmail.com">djcarter85@gmail.com</a>.</p>
<p>Wind speeds represent the fastest gusts in miles per hour.</p>
<p class="has-text-grey-light">
Website last updated from
<a href="https://github.com/djcarter85/studland">
<span><iconify-icon icon="mdi:github"></iconify-icon></span>
<span>source</span>
</a>
{{ site.time | date: "on %A %e %B at %H:%M" }}.
</p>
<img src="{{ site.baseurl }}/assets/images/icon.png" />
</div>
</div>