Skip to content

Commit c293cb9

Browse files
committed
✨ Add volunteer page, move Feedback to Get-involved menu
1 parent f0c3c4e commit c293cb9

File tree

4 files changed

+76
-36
lines changed

4 files changed

+76
-36
lines changed

source/feedback.html.twig

-29
This file was deleted.
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default
3+
title: Feedback
4+
5+
---
6+
<section class="donations">
7+
<div class="container">
8+
<div class="row">
9+
<div class="col-xs-12">
10+
<div class="page-header section-header clearfix">
11+
<h1>Feedback</h1>
12+
</div>
13+
<div class="page_group">
14+
<p>
15+
Hi there! If you're into technology in Memphis and you want to help MTF help the community,
16+
you've probably got energy and ideas! While we prefer to see your ideas presented with a working
17+
solution, there can be unexamined needs and issues worth raising with us. Feel free to
18+
<a href="mailto:[email protected]">privately email the board</a> where appropriate.
19+
</p>
20+
<p>
21+
If you have a broader issue that might benefit from being shared and worked on publicly, try
22+
submitting a new issue on this site's <a href="https://github.com/memtech/memphistechnology.org/issues">
23+
GitHub Issues page.
24+
<div style="margin-top: 5%; border: 1px black solid; width: fit-content;">
25+
<img src="/images/give-a-present.png" alt="Screenshot of an example GitHub issue"/>
26+
</a>
27+
</div>
28+
</p>
29+
</div>
30+
</div>
31+
</div>
32+
</section>
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: default
3+
title: Volunteer
4+
5+
---
6+
<section class="donations">
7+
<div class="container">
8+
<div class="row">
9+
<div class="col-xs-12">
10+
<div class="page-header section-header clearfix">
11+
<h1>Volunteer</h1>
12+
</div>
13+
<div class="page_group">
14+
<p>
15+
Info coming soon™. For now join us in slack and join the #mtf-contrib channel.
16+
</p>
17+
</div>
18+
</div>
19+
</div>
20+
</div>
21+
</div>
22+
</section>

source/themes/memtech/memtech_v2/_layouts/partials/header.html.twig

+22-7
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,28 @@
9898
<li>
9999
<a href="/about/sponsors">Sponsors</a>
100100
</li>
101+
<li>
102+
<a href="/about/feedback">Feedback</a>
103+
</li>
104+
</ul>
105+
</div>
106+
</li>
107+
<li>
108+
<a href="#" class="submenu-icon">
109+
get involved
110+
<span class="glyphicon glyphicon-chevron-down"></span>
111+
<span class="glyphicon glyphicon-chevron-up"></span>
112+
</a>
113+
<!-- Drop Down -->
114+
115+
<div class="dropdown-menu">
116+
<ul>
117+
<li>
118+
<a href="/get-involved/volunteer">Volunteer</a>
119+
</li>
120+
<li>
121+
<a href="/get-involved/feedback">Feedback</a>
122+
</li>
101123
</ul>
102124
</div>
103125
</li>
@@ -122,13 +144,6 @@
122144
<span class="glyphicon glyphicon-chevron-up"></span>
123145
</a>
124146
</li>
125-
<li>
126-
<a href="/feedback/" class="submenu-icon">
127-
Feedback
128-
<span class="glyphicon glyphicon-chevron-down"></span>
129-
<span class="glyphicon glyphicon-chevron-up"></span>
130-
</a>
131-
</li>
132147
<li class="active">
133148
<a href="/donate/" class="submenu-icon ">
134149
Donate

0 commit comments

Comments
 (0)