Skip to content

Commit 9d404c2

Browse files
tbrownawsvpernova09
authored andcommitted
Add a page get-involved/start-something, and link from the menu and the user groups page. (#88)
1 parent cceb20c commit 9d404c2

File tree

4 files changed

+47
-4
lines changed

4 files changed

+47
-4
lines changed

CONTRIB.md

+19
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,22 @@ To contribute: Please fork, branch, issue pull requests.
1111
### No PHP? Know Markdown? No Problem!
1212

1313
Feel free to throw your posts / contributions in as markdown using existing files as guides.
14+
15+
## Design
16+
17+
Try to keep the audience(s) in mind.
18+
19+
The purpose of this website is to provide information to the people visiting it.
20+
21+
Different people will be looking for different information. An attempted taxonomy is below, to hilight the kinds of information we expect people to be looking for.
22+
23+
### User Taxonomy
24+
25+
1) random local techie
26+
2) prospective user group / event organizer
27+
3) existing unaffiliated organizer
28+
4) newsie / non-tech community organizer
29+
5) has specific MTF questions (meeting minutes, board structure, etc)
30+
6) anyone else / John Q. Public
31+
32+
Note this doesn't include anyone affiliated / in-the-know, as I'm assuming they'd be on Slack instead.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: default
3+
title: Do Something
4+
---
5+
<section class="donations">
6+
<div class="container">
7+
<div class="row">
8+
<div class="col-xs-12">
9+
<div class="page-header section-header clearfix">
10+
<h1>Start Something</h1>
11+
</div>
12+
<div class="page_group">
13+
<p>
14+
Looking to start a new meetup, or get assistance with one? <a href="/blog/2015/05/19/join-memtech-on-slack-chat/">Join us in slack</a> and join the #meetups and #mtf-contrib channels.
15+
</p>
16+
<p>
17+
Looking to work with us on something more involved? Ask in the #mtf-contrib Slack channel, or <a href="mailto:[email protected]">email us</a>.
18+
</p>
19+
</div>
20+
</div>
21+
</div>
22+
</div>
23+
</section>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
<li>
9999
<a href="/about/sponsors">Sponsors</a>
100100
</li>
101-
<li>
102-
<a href="/about/feedback">Feedback</a>
103-
</li>
104101
</ul>
105102
</div>
106103
</li>
@@ -114,6 +111,9 @@
114111

115112
<div class="dropdown-menu">
116113
<ul>
114+
<li>
115+
<a href="/get-involved/start-something">Start Something</a>
116+
</li>
117117
<li>
118118
<a href="/get-involved/volunteer">Volunteer</a>
119119
</li>

source/user-groups.html.twig

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ title: "User Groups"
1616
Many local tech user groups schedule events on Meetup.com.
1717
If you don't see what you're looking for below, head over to the
1818
<a href="http://www.meetup.com/memphis-technology-user-groups/" target="_blank">
19-
Memphis Tehnology User Groups</a>.
19+
Memphis Tehnology User Groups</a>. If you're looking to start a new one, check
20+
out the <a href="/get-involved/start-something">Start Something</a> page.
2021
</p>
2122
<div class="row gallery">
2223
<div class="cols-xs-12 col-sm-4">

0 commit comments

Comments
 (0)