Compare commits
3 Commits
5eb0760ed6
...
8790fa297b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8790fa297b | ||
|
|
c18a5c6b77 | ||
|
|
4ce8e994e2 |
@@ -79,9 +79,15 @@ features:
|
|||||||
color: "#9B8EE8"
|
color: "#9B8EE8"
|
||||||
content_class: "text-white"
|
content_class: "text-white"
|
||||||
- title: "NASA Observer"
|
- title: "NASA Observer"
|
||||||
content: "Unofficial observer role (no voting power.) Hardware engineer at NASA. Involvement is anonymous given the current climate."
|
content: "Unofficial observer role (no voting power.) Hardware engineer at NASA. Anonymous involvement given the current climate."
|
||||||
color: "#9B8EE8"
|
color: "#9B8EE8"
|
||||||
content_class: "text-white"
|
content_class: "text-white"
|
||||||
|
button:
|
||||||
|
enable: true
|
||||||
|
label: "Governance"
|
||||||
|
link: "/board"
|
||||||
|
icon: "fa fa-ticket pl-2"
|
||||||
|
class: "btn text-white meetups-bg"
|
||||||
notice: "**Note:** The advisory board is comprised of volunteers. Member's opinions are their own, not their employer's."
|
notice: "**Note:** The advisory board is comprised of volunteers. Member's opinions are their own, not their employer's."
|
||||||
|
|
||||||
- title: "Morgan Rammell"
|
- title: "Morgan Rammell"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Advisory Board Meeting"
|
title: "Advisory Board Meeting"
|
||||||
meta_title: "Board's Meeting Notes"
|
meta_title: "Board's Meeting Notes"
|
||||||
layout: "single"
|
layout: "board"
|
||||||
description: "Advisory Board Meeting Notes - 18 Mar 2025"
|
description: "Advisory Board Meeting Notes - 18 Mar 2025"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Advisory Board"
|
title: "Advisory Board"
|
||||||
meta_title: "Advisory Board"
|
meta_title: "Advisory Board"
|
||||||
layout: "single"
|
layout: "board"
|
||||||
description: "The Handmade Cities Advisory Board"
|
description: "The Handmade Cities Advisory Board"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|||||||
12
layouts/_default/board.html
Normal file
12
layouts/_default/board.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
{{ partial "page-header" . }}
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-center">
|
||||||
|
<div class="lg:col-10">
|
||||||
|
<div class="content">
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "page-header" . }}
|
{{ partial "page-header" . }}
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
<section class="section-sm">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-center">
|
<div class="row justify-center">
|
||||||
|
|||||||
@@ -109,10 +109,12 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{{ with .button }}
|
{{ with .button }}
|
||||||
{{ if .enable }}
|
{{ if .enable }}
|
||||||
|
<div class="flex justify-center items-center">
|
||||||
<a class="btn mt-6 {{ .class }}" href="{{ .link | absURL }}">
|
<a class="btn mt-6 {{ .class }}" href="{{ .link | absURL }}">
|
||||||
{{ .label }}
|
{{ .label }}
|
||||||
<i class="fa fa-arrow-right pl-2"></i>
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user