Skip to content

Commit d723c92

Browse files
committed
Update organizers section.
I added links to various social media accounts as I could find them. I also included some details about the organizers plus a subtle call to action for new organizers. Finally, I switched the spacing back to 3 people per row. Chistine's picture was looking lonely on a row all by itself. :)
1 parent e680d47 commit d723c92

2 files changed

Lines changed: 39 additions & 36 deletions

File tree

_config.yml

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,61 +12,52 @@ description: >-
1212
1313
# Team names, titles and social links
1414
people:
15-
- name: Matt Layman
16-
pic: 1
17-
position: Lead Organizer
18-
social:
19-
- title: twitter
20-
url: #
21-
- title: facebook
22-
url: #
23-
- title: meetup
24-
url: https://www.meetup.com/python-frederick/members/187877491/
25-
26-
- name: Patrick Pierson
27-
pic: 2
15+
- name: Chris Malone
16+
pic: 3
2817
position: Co-Organizer
2918
social:
30-
- title: twitter
31-
url: #
3219
- title: facebook
33-
url: #
20+
url: https://www.facebook.com/Christopher.G.Malone
3421
- title: meetup
35-
url: https://www.meetup.com/python-frederick/members/171706482/
22+
url: https://www.meetup.com/python-frederick/members/206255812/
3623

37-
- name: Chris Malone
38-
pic: 3
24+
- name: Christine Lee
25+
pic: 5
3926
position: Co-Organizer
4027
social:
41-
- title: twitter
42-
url: #
4328
- title: facebook
44-
url: #
29+
url: https://www.facebook.com/cnl1702
4530
- title: meetup
46-
url: https://www.meetup.com/python-frederick/members/206255812/
31+
url: https://www.meetup.com/python-frederick/members/182962638/
4732

4833
- name: Lugene
4934
pic: 4
5035
position: Co-Organizer
36+
social:
37+
- title: meetup
38+
url: https://www.meetup.com/python-frederick/members/3763715/
39+
40+
- name: Matt Layman
41+
pic: 1
42+
position: Lead Organizer
5143
social:
5244
- title: twitter
53-
url: #
45+
url: https://twitter.com/mblayman
5446
- title: facebook
55-
url: #
47+
url: https://www.facebook.com/matthewlayman
5648
- title: meetup
57-
url: https://www.meetup.com/python-frederick/members/3763715/
49+
url: https://www.meetup.com/python-frederick/members/187877491/
5850

59-
- name: Christine Lee
60-
pic: 5
51+
- name: Patrick Pierson
52+
pic: 2
6153
position: Co-Organizer
6254
social:
6355
- title: twitter
64-
url: #
56+
url: https://twitter.com/pierson_pat
6557
- title: facebook
66-
url: #
58+
url: https://www.facebook.com/ihasn
6759
- title: meetup
68-
url: https://www.meetup.com/python-frederick/members/182962638/
69-
60+
url: https://www.meetup.com/python-frederick/members/171706482/
7061

7162
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
7263
social:

_includes/team.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,25 @@
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2 class="section-heading">Meet our organizers</h2>
7-
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit...</h3>
7+
<h3 class="section-subheading text-muted">
8+
Our organizers interests range from web development
9+
to data science
10+
to configuration management
11+
and many other topics.
12+
</h3>
813
</div>
914
</div>
1015
<div class="row">
1116
{% for member in site.people %}
12-
<div class="col-sm-6"><!--Changed from col-sm-4_6/15/2017-->
17+
<div class="col-sm-4">
1318
<div class="team-member">
1419
<img src="img/team/{{ member.pic }}.jpg" class="img-responsive img-circle" alt="">
1520
<h4>{{ member.name }}</h4>
1621
<p class="text-muted">{{ member.position }}</p>
1722
<ul class="list-inline social-buttons">
1823
{% for network in member.social %}
1924
<li>
20-
<a href="{{ network.url }}">
25+
<a href="{{ network.url }}" target="_blank">
2126
<i class="fa fa-{{ network.title }}"></i>
2227
</a>
2328
</li>
@@ -30,7 +35,14 @@ <h4>{{ member.name }}</h4>
3035
</div>
3136
<div class="row">
3237
<div class="col-lg-8 col-lg-offset-2 text-center">
33-
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
38+
<p class="large text-muted">
39+
There is so much to do
40+
that we would love for you to join us.
41+
Do you have a passion for a Python area
42+
that we don't currently handle?
43+
Let us know on Meetup
44+
and you can join this crew.
45+
</p>
3446
</div>
3547
</div>
3648
</div>

0 commit comments

Comments
 (0)