added several sections and verbaige

master
Kebler Network System Administrator 2021-11-11 21:34:06 -08:00
parent 2bfa2c59d8
commit d53ea13643
7 changed files with 84 additions and 4 deletions

View File

@ -66,10 +66,13 @@ bg_color = "#26ad60"
# use hero must be set to true to use these settings
img = "city-park.jpg" # default is hero.jpg, put assets/images or other location set by imagespath above
# font = "Open Sans" # a valid google font name, default Roboto for all hero text
color = "red"
color = "#26ad60"
# bg_color = "white" ## only needed if you are not using a hero image
text_outline = "white"
# text_shadow = "black"
text_shadow=true
text_shadow_horz = "4" # offset in px negative is left
text_shadow_vert = "3" # in offset in px negative is up
text_shadow_blur = "1" # blur in px
text_shadow_color = "black"
headlines_font = "Roboto" # a valid google font name, defaults to page font or hero font above
## H1 -
headline = "Greater Prairie City Community Association"
@ -84,7 +87,7 @@ subheadline = "GPCCA"
# subsubheadline_color = "seagreen"
# subsubheadline_size = "2"
## H4
lines = ["Serving Prairie City"]
lines = ["Serving", "Prairie City, Oregon"]
# lines_color = "green"
# lines_size = "1.5"
divider = true

View File

@ -7,4 +7,8 @@ link_text = "About"
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++
The Greater Prairie City Community Association (GPCCA) was born as a non-profit 501(c)(3) out of the need to have a non-profit organization to receive the generous donation of the iconic Methodist Church at the south end of the City Park. The church is now referred to as the **Community Center**. The GPPCA also committed to serving the needs of the community beyond just managing the Community Center building.
Recently, after a few years hiatus, the GPCCA is again active with a new crop of volunteers and purpose. We're calling it GPCCA 2.0. The new websites and new streaming a/v equipment at the community center are just a couple improvements already available for the community.

19
content/sections/cc.md Normal file
View File

@ -0,0 +1,19 @@
+++
weight = 20
title = "Community Center"
link_text = "Community-Center"
# align = "left" # will force all elements to be aligned to left, default is centered
# hidden = true ## uncomment to disable/hide this section/file
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++
{{< image filename="community-center.jpg" maxwidth="" wpad="" title="" caption="Community Center" link="https://gpccaor.org" style="" >}}
The GPCCA own and maintains the former Methodist Church as a community center. Residents and others are encouraged to make use of the building for meetings and events.
In a break from the past greater Prairie City residents who would like to use the Community Center for their event or meeting can do so without a fee. Instead we have developed a "suggested donation for use" guidelines.
If you are not a greater Prairie City resident and want to have an event or meeting we have some very reasonable rental rates.
In an ideal world the GPCCA would be able to cover the cost of upkeep, utilities, equipment and improvements without donations but the truth is we need at least some income to cover these beyond what grants can. So if you use YOUR Community Center we hope you will take good care of it, leave it like you found it, and consider making even a small, modest donation for use.

View File

@ -0,0 +1,24 @@
+++
weight = 50
title = "Donate"
link_text = "Donate"
# align = "left" # will force all elements to be aligned to left, default is centered
# hidden = true ## uncomment to disable/hide this section/file
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++
<div id="donate-button-container">
<div id="donate-button"></div>
<script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"></script>
<script>
PayPal.Donation.Button({
env:'production',
hosted_button_id:'PRXNJ574R7QUA',
image: {
src:'https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif',
alt:'Donate with PayPal button',
title:'PayPal - The safer, easier way to pay online!',
}
}).render('#donate-button');
</script>
</div>

12
content/sections/pco.md Normal file
View File

@ -0,0 +1,12 @@
+++
weight = 30
title = "prairiecityoregon domains"
link_text = "PCO"
# align = "left" # will force all elements to be aligned to left, default is centered
# hidden = true ## uncomment to disable/hide this section/file
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++
The GPCCA own and maintains the domains

View File

@ -0,0 +1,9 @@
+++
weight = 35
title = "Services"
link_text = "Services"
# align = "left" # will force all elements to be aligned to left, default is centered
# hidden = true ## uncomment to disable/hide this section/file
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++

View File

@ -0,0 +1,9 @@
+++
weight = 40
title = "Volunteering"
link_text = "Helping"
# align = "left" # will force all elements to be aligned to left, default is centered
# hidden = true ## uncomment to disable/hide this section/file
# navbar = false ## uncomment to have a section that doesn't have a corresponding link the the navbar
+++