Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Issue 5 team #16

Merged
merged 3 commits into from
Jul 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _data/team.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
- name: Kelsey Krach
image: default-headshot.jpg
image: kelsey-200.jpg
email: kelsey@codeforbaltimore.org
role: Brigade Co-Captain

- name: Mike Fried
image: default-headshot.jpg
image: mike-200.jpg
email: mike@codeforbaltimore.org
role: Brigade Co-Captain

- name: Byran Connor
image: default-headshot.jpg
image: bryan-200.jpg
email: bryan@codeforbaltimore.org
role: Delivery Lead

- name: Sean Astro
image: default-headshot.jpg
image: sean-200.jpg
email: hello@codeforbaltimore.org
role: Tech Lead

- name: Angelina Millare
image: default-headshot.jpg
image: angelina-200.jpg
email: angelina@codeforbaltimore.org
role: Community Manager
5 changes: 3 additions & 2 deletions _includes/pages-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ul>
{% assign pagelist = site.pages | sort: 'order' %}
{% for page in pagelist %}
{% if page.title and page.type == 'inNavBar' %}
{% if page.title and page.type == 'inNavBar' %}
<li>
{% if page.nav_highlight %}
<a class="btn-primary btn--small" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
Expand All @@ -11,7 +11,8 @@
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
</li>
{% endif %}
{% endif %}

{% endfor %}
</ul>
</nav>
6 changes: 5 additions & 1 deletion _includes/team-grid.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<ul class="team-grid">
{% for member in site.data.team %}
<li><img src="{{ '/img/team/' | prepend: site.baseurl }}{{member.image}}" alt="{{member.name}}">{{member.role}}: {{member.name}}</li>
<li>
<img src="{{ '/img/team/' | prepend: site.baseurl }}{{member.image}}" alt="{{member.name}}">
<div class="team-grid__name">{{member.name}}</div>
<div class="team-grid__role">{{member.role}}</div>
</li>
{% endfor %}
</ul>
24 changes: 16 additions & 8 deletions _sass/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,27 @@
margin: 0 auto;
text-align: center;
li {
width: 10%;
width: 200px;
display: inline-block;
vertical-align: top;
text-align: left;
text-align: center;
line-height: 1.2;
@media (max-width: 700px) {
width: 20%;
}
@media (max-width: 500px) {
width: 30%;
}
margin: 10px;

}
img {
padding-bottom: 0.25em;
padding-top: 1em;
}

&__name {
font-size: 1.2rem;
padding-bottom: 0.25em;
font-weight: bold;
}
&__role {
font-size: 0.938rem;
color: $purple-color;
}

}
Binary file added img/team/angelina-200.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/angelina-millare-full.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/bryan-200.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/bryan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/kelsey-200.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/kelsey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/mike-200.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/mike.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/sean-200.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/sean.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.