Skip to content

Commit

Permalink
Add team section on Iași page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoman committed Jan 5, 2016
1 parent d7969c6 commit 187b4bc
Show file tree
Hide file tree
Showing 15 changed files with 98 additions and 13 deletions.
1 change: 1 addition & 0 deletions _data/iasi/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: null
links:
- {section: "page-top", text: "Home"}
- {section: "about", text: "About"}
- {section: "team", text: "Mentors"}
- {section: "timeline", text: "Timeline"}
- {section: "latest-post", text: "News"}
- {section: "apply-now", text: "Apply now"}
Expand Down
45 changes: 45 additions & 0 deletions _data/iasi/team.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
title: "Meet the mentors"
description: ""

members:
- name: "Adelina"
surname: "Tuvenie"
picture: "adelina_tuvenie.jpg"
title: "Cloud Engineer"
social:
- title: "github"
url: "https://github.com/adelina-t"
- title: "linkedin"
url: "https://ro.linkedin.com/in/adelina-georgiana-tuvenie-3a4a144b/en"

- name: "Adrian"
surname: "Bora"
picture: "adrian_bora.jpg"
title: "Community Manager"
social:
- title: "facebook"
url: "https://www.facebook.com/adi.bora.7"
- title: "twitter"
url: "https://twitter.com/BoraAdi"
- title: "linkedin"
url: "https://ro.linkedin.com/in/boraadrian"

- name: "Alexandru"
surname: "Coman"
picture: "alexandru_coman.jpg"
title: "Cloud Engineer"
social:
- title: "github"
url: "https://github.com/alexandrucoman"
- title: "linkedin"
url: "https://www.linkedin.com/in/comanalex"
- title: "link"
url: "https://alexcoman.com/"

- name: "Alina"
surname: "Elenescu"
picture: "alina_elenescu.jpg"
title: "Office Manager"
social:
- title: "linkedin"
url: "https://ro.linkedin.com/in/alinaelenescu"
27 changes: 27 additions & 0 deletions _includes/team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{% assign team = site.data[page.data].team %}
<!-- Team Section -->
<section id="team" class="team container text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h3>{{ team.title }}</h3>
<p class="text-left">{{ team.description }}</p>
</div>

<div class="col-lg-12 text-center">
{% for team_member in team.members %}
<div class="col-md-3 col-sm-6 col-xs-12 same-height cols-centered">
<img class="img-me" src="{{ site.baseurl | append: '/img/team/' | append: team_member.picture }}">
<div class="col-md-12 col-sm-12 col-xs-12 same-height text-center">
<h4>{{ team_member.name }} <span>{{ team_member.surname }}</span></h4>
<p class="text-muted">{{ team_member.title }}</p>
<ul class="list-inline social-buttons">
{% for network in team_member.social %}
<li><a href="{{ network.url }}" target="_blank"><i class="fa fa-{{ network.title }} fa-fw"></i></a></li>
{% endfor %}
</ul>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion _includes/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>{{ timeline.title }}</h3>
<ul class="timeline">
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="{{site.baseurl}}{{ site.timeline-img }}" alt="">
<img class="img-circle img-responsive" src="{{site.baseurl}}{{ timeline.timeline-img }}" alt="">
</div>
</li>
{% for event in timeline.events %}
Expand Down
2 changes: 2 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

// Sections
@import "partials/apply-now";
@import "partials/contact";
@import "partials/team";
@import "partials/timeline";

// Third-party
Expand Down
10 changes: 10 additions & 0 deletions _sass/partials/_contact.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.contact {
ul {
margin-top: 13px;
padding: 0;
}
li {
margin-bottom: 9px;
list-style-type: none;
}
}
9 changes: 9 additions & 0 deletions _sass/partials/_team.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.team {
h3 {
margin-bottom: 26px;
}
h4 {
margin: 20px 0 5px;
text-align: center;
}
}
11 changes: 0 additions & 11 deletions _sass/vendor/_grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,14 +422,3 @@ body {
.fourofour {
border: 1px solid $dark !important;
}

.contact {
ul {
margin-top: 13px;
padding: 0;
}
li {
margin-bottom: 9px;
list-style-type: none;
}
}
2 changes: 1 addition & 1 deletion css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions iasi.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

{% include about.html %}

{% include team.html %}

{% include timeline.html %}

{% include latest-post.html %}
Expand Down
Binary file modified img/iasi-background.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/adelina_tuvenie.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/adrian_bora.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/alexandru_coman.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/alina_elenescu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 187b4bc

Please sign in to comment.