Skip to content

Commit

Permalink
Merge pull request #50 from hennevogel/gh-pages
Browse files Browse the repository at this point in the history
Link fixes
  • Loading branch information
ChrisBr committed Feb 19, 2016
2 parents 40b7eff + 9b81fe9 commit 26f7ca0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Expand Up @@ -10,7 +10,8 @@ description: The openSUSE Mentoring project collects ideas for programs like Goo
copyright: 'Copyright © 2015 openSUSE. All Rights Reserved.'
github_organization: openSUSE
github_repository: mentoring

gems:
- jekyll-redirect-from
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
Expand Down
8 changes: 5 additions & 3 deletions _includes/mentor.html
@@ -1,7 +1,7 @@
<section id="mentor">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="col-lg-8 col-lg-offset-2" id="mentor-guidelines">
<h2 class="text-center">Become a Mentor!</h2>
<p class="lead">
The world needs more free software hackers/code.
Expand All @@ -13,12 +13,14 @@ <h2 class="text-center">Become a Mentor!</h2>
Being a mentor requires your time, a clear vision of your
project and good organization skills. We carefully compiled some tips,
tricks and guidelines for mentoring into our
<a role="button" data-toggle="collapse" href="#mentor-guidelines" aria-expanded="false" aria-controls="collapseExample">
<a role="button" data-toggle="collapse"
data-target="#mentor-guidelines-collapse"
aria-expanded="false" aria-controls="mentor-guidelines-collapse">
mentor guidelines
</a>.
Please read this for more information about being a mentor.
</p>
<div class="collapse" id="mentor-guidelines">
<div class="collapse" id="mentor-guidelines-collapse">
{% include mentor-guidelines.html %}
</div>
</div>
Expand Down
20 changes: 12 additions & 8 deletions _includes/more-mentee.html
@@ -1,9 +1,13 @@
Still not convinced this is right for you? Check
out a more detailed description in our
<a role="button" data-toggle="collapse" href="#mentee-guidelines" aria-expanded="false" aria-controls="mentee-guidelines">
mentee guidelines
</a>.
</p>
<div class="collapse" id="mentee-guidelines">
{% include mentee-guidelines.html %}
<div>
<p>
Still not convinced this is right for you? Check out a
<a role="button" data-toggle="collapse"
data-target="#mentee-guidelines-collapse"
aria-expanded="false" aria-controls="mentee-guidelines-collapse">
more detailed description
</a>.
</p>
<div class="collapse" id="mentee-guidelines-collapse">
{% include mentee-guidelines.html %}
</div>
</div>
4 changes: 3 additions & 1 deletion index.html
@@ -1,14 +1,16 @@
---
layout: default
title: openSUSE 101
redirect_from:
- /mentor/index.html
---

{% include header.html %}

<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="col-lg-8 col-lg-offset-2" id="mentee-guidelines">
<h2 class="text-center">Get started with Free Software now!</h2>
<p class="lead">
{% include teaser.md %}
Expand Down

0 comments on commit 26f7ca0

Please sign in to comment.