diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/config.toml b/config.toml index e4b7418..bbe9125 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,45 @@ -baseURL = "http://example.org/" +baseurl = "http://DenairFire.com" +title = "Denair Fire District" +theme = "dimension" 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 HTML5 UP and released
+# for free under the Creative #Commons license.' diff --git a/content/.DS_Store b/content/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/content/.DS_Store differ diff --git a/content/board.md b/content/board.md new file mode 100644 index 0000000..443d8f3 --- /dev/null +++ b/content/board.md @@ -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 \ No newline at end of file diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..660c184 --- /dev/null +++ b/content/contact.md @@ -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 + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +[//]: # ({{< socialLinks >}}) diff --git a/content/elements.md b/content/elements.md new file mode 100644 index 0000000..0690138 --- /dev/null +++ b/content/elements.md @@ -0,0 +1,251 @@ ++++ +title = "Elements" +weight = 50 +draft = true ++++ + +

Hugo shortcodes in theme

+ +{‌{< socialLinks >}} will get into {{< socialLinks >}} configured in config.toml. + +{‌{< gmaps pb="\" >}} 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. + +

Text

+ +This is **bold** and this is __strong__. This is *italic* and this is _emphasized_. +This is superscript text and this is subscript text. +This is underlined and this is code: for (;;) { ... }. +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.'; + +

Lists

+ +#### 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 + + + +#### Actions + + + +

Table

+#### Default + +| Tables | Are | Cool | +| ------------- |:-------------:| -----:| +| col 3 is | right-aligned | $1600 | +| col 2 is | centered | $12 | +| zebra stripes | are neat | $1 | + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
+
+ +

Alternate

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
+
+ + + +

Buttons

+ + + + + + + +

Form

+
+
+ + +
+
+ + +
+
+ +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ diff --git a/content/events.md b/content/events.md new file mode 100644 index 0000000..9eca65a --- /dev/null +++ b/content/events.md @@ -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 \ No newline at end of file diff --git a/content/formspree.md b/content/formspree.md new file mode 100644 index 0000000..855b6a9 --- /dev/null +++ b/content/formspree.md @@ -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 + +
+
+ +
+
+ +
+
+ +
+ + + + +
+Thank you for your message + + + + +[//]: # ({{< socialLinks >}}) diff --git a/content/history.md b/content/history.md new file mode 100644 index 0000000..c2e4a9d --- /dev/null +++ b/content/history.md @@ -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. \ No newline at end of file diff --git a/content/intro.md b/content/intro.md new file mode 100644 index 0000000..a315da4 --- /dev/null +++ b/content/intro.md @@ -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. diff --git a/content/vehicles.md b/content/vehicles.md new file mode 100644 index 0000000..62b939f --- /dev/null +++ b/content/vehicles.md @@ -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. \ No newline at end of file diff --git a/content/volunteers.md b/content/volunteers.md new file mode 100644 index 0000000..f8b485d --- /dev/null +++ b/content/volunteers.md @@ -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" >}}|| + diff --git a/old/logo.jpg b/old/logo.jpg new file mode 100644 index 0000000..a02b281 Binary files /dev/null and b/old/logo.jpg differ diff --git a/static/.DS_Store b/static/.DS_Store new file mode 100644 index 0000000..c808554 Binary files /dev/null and b/static/.DS_Store differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..95759e7 Binary files /dev/null and b/static/favicon.png differ diff --git a/static/images/Aaron_Mundello.jpg b/static/images/Aaron_Mundello.jpg new file mode 100644 index 0000000..b041a52 Binary files /dev/null and b/static/images/Aaron_Mundello.jpg differ diff --git a/static/images/Aaron_Mundello.png b/static/images/Aaron_Mundello.png new file mode 100644 index 0000000..af2d321 Binary files /dev/null and b/static/images/Aaron_Mundello.png differ diff --git a/static/images/Aspen Desaire.jpg b/static/images/Aspen Desaire.jpg new file mode 100644 index 0000000..ab8a3f7 Binary files /dev/null and b/static/images/Aspen Desaire.jpg differ diff --git a/static/images/Aspen Desaire.png b/static/images/Aspen Desaire.png new file mode 100644 index 0000000..58c1416 Binary files /dev/null and b/static/images/Aspen Desaire.png differ diff --git a/static/images/Bryant Desaire.jpg b/static/images/Bryant Desaire.jpg new file mode 100644 index 0000000..54f9fa1 Binary files /dev/null and b/static/images/Bryant Desaire.jpg differ diff --git a/static/images/Bryant Desaire.png b/static/images/Bryant Desaire.png new file mode 100644 index 0000000..6af3049 Binary files /dev/null and b/static/images/Bryant Desaire.png differ diff --git a/static/images/Craig_Lundquist.jpg b/static/images/Craig_Lundquist.jpg new file mode 100644 index 0000000..d146440 Binary files /dev/null and b/static/images/Craig_Lundquist.jpg differ diff --git a/static/images/Craig_Lundquist.png b/static/images/Craig_Lundquist.png new file mode 100644 index 0000000..19dd064 Binary files /dev/null and b/static/images/Craig_Lundquist.png differ diff --git a/static/images/James_Brewer.jpg b/static/images/James_Brewer.jpg new file mode 100644 index 0000000..7b18b62 Binary files /dev/null and b/static/images/James_Brewer.jpg differ diff --git a/static/images/James_Brewer.png b/static/images/James_Brewer.png new file mode 100644 index 0000000..4701985 Binary files /dev/null and b/static/images/James_Brewer.png differ diff --git a/static/images/Nate Ward.jpg b/static/images/Nate Ward.jpg new file mode 100644 index 0000000..8f2bc68 Binary files /dev/null and b/static/images/Nate Ward.jpg differ diff --git a/static/images/Nate Ward.png b/static/images/Nate Ward.png new file mode 100644 index 0000000..450f518 Binary files /dev/null and b/static/images/Nate Ward.png differ diff --git a/static/images/bg.jpg b/static/images/bg.jpg new file mode 100644 index 0000000..e0acc31 Binary files /dev/null and b/static/images/bg.jpg differ diff --git a/static/images/denair57.jpg b/static/images/denair57.jpg new file mode 100644 index 0000000..e0acc31 Binary files /dev/null and b/static/images/denair57.jpg differ diff --git a/static/images/denair57.png b/static/images/denair57.png new file mode 100644 index 0000000..050e575 Binary files /dev/null and b/static/images/denair57.png differ diff --git a/static/images/denair84.jpg b/static/images/denair84.jpg new file mode 100644 index 0000000..e32f6d7 Binary files /dev/null and b/static/images/denair84.jpg differ diff --git a/static/images/denair84.png b/static/images/denair84.png new file mode 100644 index 0000000..a50a528 Binary files /dev/null and b/static/images/denair84.png differ diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..8916a24 Binary files /dev/null and b/static/images/logo.png differ