Final launch tweaks
Some checks are pending
Deploy to Netlify / Deploy Hugo site to Netlify (push) Waiting to run

This commit is contained in:
Alan Youngblood 2024-03-06 16:42:40 -05:00
parent 9c269beb24
commit fa7ae99f5c
31 changed files with 26 additions and 13 deletions

BIN
content/en/.DS_Store vendored

Binary file not shown.

View File

@ -8,3 +8,7 @@ theme_version: "2.8.2"
---
Welcome to New Beginnings Community Operations' Website!
New Beginnings is selling Tee Shirts, Hoodies, and Merch. Please help us support our programs by [clicking here to purchase](https://www.bonfire.com/new-beginnings-community-operations/)
Please volunteer for one or both activities by clicking on the volunteer link and filling out the volunteer form. Some one will contact you.

View File

@ -8,6 +8,6 @@ menu:
4307 OLD Poole Rd
Raleigh, NC 27610
Contact us if you are interested in volunteering, donating, or learning how we can cooperate to serve our community.
Please volunteer to help with one of our activities by filling out this form. Some one will contact you.
{{< form-contact action="https://formsubmit.co/ernestine.ledbetter@outlook.com">}}
{{< form-contact action="https://formsubmit.co/fdf732393b9a66c4d4d48008cbbb0e1f">}}

BIN
content/en/posts/.DS_Store vendored Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -1,8 +1,10 @@
---
date: 2024-01-23T13:58:08-05:00
description: "Event 1"
description: "Alexander YMCA Partnership serving children form 7-16 helping them learn reading and math skills."
tags: ["posts"]
title: "Event 1"
title: "Alexander YMCA Partnership"
---
Placeholder info for Event 1.
New Beginnings is partnering with the Alexander YMCA tutoring program to help children in reading and math due to the residual effects of the Pandemic. We volunteer one to four hours per week to tutor children at the Antioch Bible Fellowship Church in Raleigh, NC. The children range in age from 7 to 16 years old.
[Contact us to Volunteer!]({{< ref "/contact" >}} "Contact Us to Volunteer")

View File

@ -1,8 +1,10 @@
---
date: 2024-01-23T13:59:08-05:00
description: "Event 2"
description: "Partnership with Reverend Clora Webb and Reverend McArthur Webb"
tags: ["posts"]
title: "Event 2"
title: "Serving Elders Peak Assisted Living"
---
Placeholder info for Event 2.
New Beginnings is partnering with Reverend Clora Webb and Reverend McArthur Webb from New Bethel Christian Church to minister and serve the residents at Elders Peak Assisted Living Facility on Creech Road in Raleigh, NC.
[Contact us to Volunteer!]({{< ref "/contact" >}} "Contact Us to Volunteer")

View File

@ -25,14 +25,16 @@
<section class="w-100 mw8">
{{/* Range through the first $n_posts items of the section */}}
{{ range (first $n_posts $section) }}
{{ if ne .Title "About" }}
<div class="relative w-100 mb4">
{{ .Render "summary-with-image" }}
</div>
{{ end }}
{{ end }}
</section>
{{ if ge $section_count (add $n_posts 1) }}
<section class="w-100">
<!-- <section class="w-100">
<h1 class="f3">{{ i18n "more" }}</h1>
{{/* Now, range through the next four after the initial $n_posts items. Nest the requirements, "after" then "first" on the outside */}}
{{ range (first 4 (after $n_posts $section)) }}
@ -41,13 +43,13 @@
{{ .Title }}
</a>
</h2>
{{ end }}
{{ end }}
{{/* As above, Use $section_name to get the section title, and URL. Use "with" to only show it if it exists */}}
{{ with .Site.GetPage "section" $section_name }}
<a href="{{ .RelPermalink }}" class="link db f6 pa2 br3 bg-mid-gray white dim w4 tc">{{ i18n "allTitle" . }}</a>
{{ end }}
</section>
</section> -->
{{ end }}
</div>

View File

@ -1,10 +1,10 @@
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib">
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib"> <b>Home</b>
{{ with .Site.Params.site_logo }}
<img src="{{ relURL . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
{{ else }}
{{ .Site.Title }}
<!--{{ .Site.Title }}-->
{{ end }}
</a>
<div class="flex-l items-center">
@ -18,6 +18,9 @@
</a>
</li>
{{ end }}
<li class="list f5 f4-ns fw4 dib {{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
<a class="hover-white no-underline white-90" href="https://www.bonfire.com/new-beginnings-community-operations/" target="_blank" rel="noreferrer noopener" title="Fundraising">Fundraising</a>
</li>
</ul>
{{ end }}
{{ partialCached "social-follow.html" . }}