This repository was archived by the owner on Nov 16, 2021. It is now read-only.
generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
55 lines (55 loc) · 1.89 KB
/
home.html
File metadata and controls
55 lines (55 loc) · 1.89 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
---
layout: default
title: About
permalink: /
pin: true
no-header: true
imgur: https://i.imgur.com/kBNj4cM.png
image: https://i.imgur.com/kBNj4cMm.png
description: Maps, news, info, and support for the French Fire in the Kern Valley
pages:
- name: Fire News
href: /news/
icon: news
description: News, info, and updates on the French Fire
- name: Fire Map
href: /map/
icon: map
description: Map of the French Fire
- name: Agency Contacts
href: /contacts/
icon: address-book
description: Contact info for various fire and support agencies
- name: Lost & Found Pets
href: /pets/
icon: pets
description: Search and report lost and found pets
- name: Donate
href: /donate/
icon: gift
description: A collection of places to donate for the French Fire
---
<section id="about" class="card shadow home-section">
<p>The <a href="https://inciweb.nwcg.gov/incident/7813/" rel="noopener noreferrer external">French Fire</a>
is a wildfire buring in the mountains of the Kern River Valley
between Keyesville, Wofford Heights, and Alta Sierra. It began at around
<time datetime="2021-08-18T16:30-07:00">4:30 PM on Aug. 18, 2021</time>.
</p>
<div class="center">
{% include common/imgur.html url="https://i.imgur.com/bsxGcTz.jpg" %}
</div>
<p>The French Fire has devastated the rural community of the Kern River Valley.
It has burned over 20,000 acres, destroyed at least 9 homes as well as several
other structures.</p>
</section>
<section id="site-links" class="grid site-links space-evenly home-section">
{% for p in page.pages %}
<a href="{{ p.href }}" class="card shadow site-link color-inherit">
<h3 class="center">{{ p.name }}</h3>
<div class="center">
{% include common/icon.html icon=p.icon width="96" height="96" fill="currentColor" class="link-icon" %}
</div>
<blockquote>{{ p.description }}</blockquote>
</a>
{% endfor %}
</section>