first draft of site

This commit is contained in:
Justin 2018-05-17 10:31:34 -04:00
parent 58b5590889
commit 0c44a2e2fe
33 changed files with 498 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View file

@ -1,3 +1,45 @@
baseURL = "http://example.org/" baseurl = "http://DenairFire.com"
title = "Denair Fire District"
theme = "dimension"
languageCode = "en-us" languageCode = "en-us"
title = "My New Hugo Site" defaultContentLanguage = "en"
enableRobotsTXT = true
disableKinds=["RSS"]
[params]
description = "A community oriented, volunteer fire department In the heart of California's Central Valley"
# logo = "fa-fire"
logoimage = '/images/logo.png'
copyright = "All Rights Reserved"
[[params.social]]
medium = "twitter"
icon = "twitter"
link = "#"
[[params.social]]
medium = "facebook"
icon = "facebook"
link = "#"
[[params.social]]
medium = "instagram"
icon = "instagram"
link = "#"
[[params.social]]
medium = "github"
icon = "github"
link = "#"
[languages]
[languages.en]
languageName = "English"
weight = 1
#[languages.de]
#languageName = "Deutsch"
#weight = 2
#title = "Dimension"
#description = '<!--[-->A fully responsive site template designed by <a href="https://#html5up.net">HTML5 UP</a> and released<!--]--><br />
# <!--[-->for free under the <a href="https://html5up.net/license">Creative #Commons</a> license.<!--]-->'

BIN
content/.DS_Store vendored Normal file

Binary file not shown.

20
content/board.md Normal file
View file

@ -0,0 +1,20 @@
+++
title = "Board"
weight = 20
draft = false
+++
[//]: # ({{< figure class="image main" src="/images/pic02.jpg" >}})
## Charter
To run the fire district.
## Members
| | |
| --- | --- |
| Name | Name |
| Pic | Pic |
## 2018 Agendas

42
content/contact.md Normal file
View file

@ -0,0 +1,42 @@
+++
title = "Contact"
weight = 40
draft = true
+++
## Address
### Mailing
P.O. Box 262
Denair, California 95316
### Street
3918 North Gratton Road
Denair, California, 95316
## Phone
Emergencies: **911**
Non-Emergencies: (209) 632-5032
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
[//]: # ({{< socialLinks >}})

251
content/elements.md Normal file
View file

@ -0,0 +1,251 @@
+++
title = "Elements"
weight = 50
draft = true
+++
<h3 class="major">Hugo shortcodes in theme</h3>
<code>{&zwnj;{< socialLinks >}}</code> will get into {{< socialLinks >}} configured in <code>config.toml</code>.
<code>{&zwnj;{< gmaps pb="\<sharecode\>" >}}</code> will get a google map
{{< gmaps pb="!1m18!1m12!1m3!1d86456.59681285016!2d8.466675323953403!3d47.377433669132884!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900b9749bea219%3A0xe66e8df1e71fdc03!2zWsO8cmljaA!5e0!3m2!1sde!2sch!4v1488248947910" >}}
To get the pb parameter value, search the desired place on google maps and click the share button and copy/paste the pb parameter out of the iframe code.
<h3 class="major">Text</h3>
This is **bold** and this is __strong__. This is *italic* and this is _emphasized_.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>.
Finally, [this is a link to a markdown cheatsheet](https://beegit.com/markdown-cheat-sheet).
> Not all markdown syntax is allowed but you can mix most html tags into the markdown text.
---
## Heading Level 2
### Heading Level 3
#### Heading Level 4
##### Heading Level 5
###### Heading Level 6
---
#### Blockquote
> Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
#### Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';
<h3 class="major">Lists</h3>
#### Unordered
* Dolor pulvinar etiam.
* Sagittis adipiscing.
* Felis enim feugiat.
#### Ordered
1. Dolor pulvinar etiam.
2. Etiam vel felis viverra.
3. Felis enim feugiat.
4. Dolor pulvinar etiam.
5. Etiam vel felis lorem.
6. Felis enim et feugiat.
#### Icons
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
#### Actions
<ul class="actions">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<h3 class="major">Table</h3>
#### Default
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h3 class="major">Buttons</h3>
<ul class="actions">
<li><a href="#" class="button special">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button special icon fa-download">Icon</a></li>
<li><a href="#" class="button icon fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button special disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
<h3 class="major">Form</h3>
<form method="post" action="#">
<div class="field half first">
<label for="demo-name">Name</label>
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" />
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input type="email" name="demo-email" id="demo-email" value="" placeholder="jane@untitled.tld" />
</div>
<div class="field">
<label for="demo-category">Category</label>
<div class="select-wrapper">
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
</div>
<div class="field half first">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="field half">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="field half first">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>

14
content/events.md Normal file
View file

@ -0,0 +1,14 @@
---
title: "Events"
date: 2018-05-16T23:55:06-04:00
draft: false
---
## Deep Pit Bar-B-Que
### September 2018
Amazing, savory bbq fundraiser. A tradition for decades.
## Christmas Tree Lighting
Happens every christmas

58
content/formspree.md Normal file
View file

@ -0,0 +1,58 @@
+++
title = "Contact"
weight = 60
menuname = "Contact"
draft = false
+++
## Address
### Mailing
P.O. Box 262
Denair, California 95316
### Street
3918 North Gratton Road
Denair, California, 95316
## Phone
Emergencies: **911**
Non-Emergencies: (209) 632-5032
<form id="contactform" method="post" action="https://formspree.io/info@denairfire.com">
<div class="field half first">
<input type="text" name="name" id="name" placeholder="Name"/>
</div>
<div class="field half">
<input type="email" id="email" name="email" placeholder="Email">
</div>
<div class="field">
<textarea name="message" id="message" rows="4" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
<input type="hidden" name="_next" value="?sent#formspree" />
<input type="hidden" name="_subject" value="Subject for your mail like new message" />
<input type="text" name="_gotcha" style="display:none" />
</form>
<span id="contactformsent">Thank you for your message</span>
<script>
$(document).ready(function($) {
$(function(){
if (window.location.search == "?sent") {
$('#contactform').hide();
$('#contactformsent').show();
} else {
$('#contactformsent').hide();
}
});
});
</script>
[//]: # ({{< socialLinks >}})

10
content/history.md Normal file
View file

@ -0,0 +1,10 @@
---
title: "History"
date: 2018-05-16T23:50:19-04:00
draft: false
weight: 40
---
On May 6, 1942 Mr. Morrow from the Stanislaus County Farm Mutual Insurance Company visited a group of 24 men to discuss establishing a fire department in the town of Denair. Mr. Morrow informed those in attendance that on March 25, 1942 the Stanislaus County Farm Mutual Insurance Company ordered seven fire engines from the Van Pelt Organization in Oakdale California to establish departments throughout Stanislaus County. Of those seven, the Denair Fire Department was offered the very first engine. It was decided by those in attendance to join the program and to establish a fire department. The founding Board of Directors were nominated and put into place that night as well. The founding Board of Directors were: Dave Holvick, Don Scott, Lew Burwell, Hubert Downie, Charles Pratt, Joe Domecq, and Guy Brown. It was also discussed and decided upon to build the first station.
On June 17, 1942 at 2:30pm, the first engine was delivered to the Denair Fire Department on the corner of Alameda Ave and Elm St. Accepting the engine on behalf of the Denair Fire Department was the first Fire Chief, Don Scott. This engine carried 650 feet of hose, 350 gallons of water, and had a pumping capacity of 350 gallons per minute. This engine, designated Engine 1215, can still be seen in parades and special events being attended by the Denair Fire Department.

10
content/intro.md Normal file
View file

@ -0,0 +1,10 @@
+++
title = "Intro"
weight = 10
draft = false
+++
{{< figure class="image main" src="/images/pic01.jpg" >}}
Aenean ornare velit lacus, ac varius enim ullamcorper eu. Proin aliquam facilisis ante interdum congue. Integer mollis, nisl amet convallis, porttitor magna ullamcorper, amet egestas mauris. Ut magna finibus nisi nec lacinia. Nam maximus erat id euismod egestas. By the way, check out my [awesome work](#work).
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.

15
content/vehicles.md Normal file
View file

@ -0,0 +1,15 @@
+++
title = "Vehicles"
weight = 30
draft = false
+++
## 84
{{< figure class="image main" src="/images/denair84.png" >}}
Newest vehicle in the fleet, No. 84 is a fantastic vehicle.
## 57
{{< figure class="image main" src="/images/denair57.png" >}}
The workhorse of the fleet, its been around for a while.

34
content/volunteers.md Normal file
View file

@ -0,0 +1,34 @@
---
title: "Volunteers"
date: 2018-05-16T23:54:29-04:00
draft: false
weight: 20
---
## Leadership
### Chief
| |
| :---: |
|Aaron Mundello|
|{{< figure src="/images/Aaron_Mundello.png" >}}|
### Captains
|||
| :---: | :---: |
|Craig Lundquist|James Brewer|
|{{< figure src="/images/Craig_Lundquist.png" >}}|{{< figure src="/images/James_Brewer.png" >}}|
## Firefighters
|||
| :---: | :---: |
| Aspen Desaire | Bryant Desaire |
|{{< figure src="/images/Aspen Desaire.png" >}}|{{< figure src="/images/Bryant Desaire.png" >}}|
| Nate Ward ||
|{{< figure src="/images/Nate Ward.png" >}}||

BIN
old/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
static/.DS_Store vendored Normal file

Binary file not shown.

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
static/images/Nate Ward.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
static/images/Nate Ward.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
static/images/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
static/images/denair57.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
static/images/denair57.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

BIN
static/images/denair84.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
static/images/denair84.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

BIN
static/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB