Skip to content

Commit

Permalink
Update open meetings and add to footer
Browse files Browse the repository at this point in the history
addresses #234
  • Loading branch information
regisphilibert committed Jun 22, 2022
1 parent 4232598 commit d6b49ae
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
3 changes: 3 additions & 0 deletions assets/sass/modules/_ft-links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
.m-ft-links .sections .meetings {
background-image: url('/layout-images/icon-meetings.png');
}
.m-ft-links .sections .open-meetings {
background-image: url('/layout-images/icon-meetings.png');
}
.m-ft-links .sections .press {
background-image: url('/layout-images/icon-press.png');
}
Expand Down
11 changes: 7 additions & 4 deletions assets/sass/modules/_ft.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,21 @@
.traveler{
order:5;
}
.open-meetings{
order: 6
}
.guide{
order:6;
order:7;
}
.newsletter{
order:7;
order:8;
}
.brochure{
order:8;
order:9;
}
.social{
position: relative;
order: 9;
order: 10;
max-width: 50%;
margin: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ open_meetings:
- url: /board-of-directors
name: Board Of Directors
weight: 30
- url: /meeting-information
- url: /about-the-vcb
name: About the VCB
weight: 40
6 changes: 3 additions & 3 deletions content/sitepages/open-meetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Board Meetings are generally held at [**The Mill Casino * Hotel**](https://www.

Board Meetings are usually held on the **2nd Thursday of the month from 8:30 am to approximately 9:45 am**.

_On occasion, changes are made to this schedule. To be informed of meeting times/locations, [please ask to be added](mailto: [email protected]) to the **Public Notice** email which goes out the Monday prior to the meeting._
_On occasion, changes are made to this schedule. To be informed of meeting times/locations, [please ask to be added](mailto:[email protected]) to the **Public Notice** email which goes out the Monday prior to the meeting._

* **Those who wish to attend in person must RSVP** to the [Executive Director](mailto: [email protected]) to ensure adequate seating and spacing in the meeting room.
* **Those who wish to attend in person must RSVP** to the [Executive Director](mailto:[email protected]) to ensure adequate seating and spacing in the meeting room.
* **Those who wish to attend via Zoom**, are able to do so by clicking on the link in the Agenda for the meeting or by [clicking this link](https://us02web.zoom.us/j/81105093209?pwd=ZTFobnJYWFV0UWdvaXJETktBSmNyZz09). Agendas are posted the week of the meeting on the [**Bay Area Chamber's Calendar of Events**](https://coosbaynorthbendcharlestonchamber.com/events/) and sent with the **Public Notice Announcement**.

{{< spacer 50 >}}

#### [Ask to be added to the Public Notice Announcement!](mailto: [email protected] "Add me to the Public Notice Announcement")
#### [Ask to be added to the Public Notice Announcement!](mailto:[email protected] "Add me to the Public Notice Announcement")

{{< spacer 50 >}}

Expand Down
1 change: 1 addition & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h4>Sign Up for E-Newsletter</h4>
<li class="traveler"><a href="/travelers-info">Traveler's Info</a></li>
<li class="meetings"><a href="/meeting-planners">Meetings, Groups &amp; Conventions</a></li>
<li class="press"><a href="/press-media-industry">Press, Media &amp; Industry</a></li>
<li class="open-meetings"><a href="/open-meetings">Open Meetings</a></li>
<li class="guide"><a href="/contact/#contactform">Get Our Free Visitor Guide</a></li>
{{ with .Site.GetPage "/newsletter-archive" }}
<li class="newsletter"><a href="{{ .RelPermalink }}">Newsletter Archive</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -759,15 +759,17 @@ a.phone-body {
order: 4; }
.m-ft .m-ft-links .sections .traveler {
order: 5; }
.m-ft .m-ft-links .sections .guide {
.m-ft .m-ft-links .sections .open-meetings {
order: 6; }
.m-ft .m-ft-links .sections .newsletter {
.m-ft .m-ft-links .sections .guide {
order: 7; }
.m-ft .m-ft-links .sections .brochure {
.m-ft .m-ft-links .sections .newsletter {
order: 8; }
.m-ft .m-ft-links .sections .brochure {
order: 9; }
.m-ft .m-ft-links .sections .social {
position: relative;
order: 9;
order: 10;
max-width: 50%;
margin: 0;
padding: 0; }
Expand Down Expand Up @@ -1913,6 +1915,9 @@ a.emergency {
.m-ft-links .sections .meetings {
background-image: url("/layout-images/icon-meetings.png"); }

.m-ft-links .sections .open-meetings {
background-image: url("/layout-images/icon-meetings.png"); }

.m-ft-links .sections .press {
background-image: url("/layout-images/icon-press.png"); }

Expand Down

0 comments on commit d6b49ae

Please sign in to comment.