Skip to content

Commit

Permalink
Revert "Update mentor section (#7)"
Browse files Browse the repository at this point in the history
This reverts commit b2e5d95.
  • Loading branch information
liveHarshit committed Oct 26, 2018
1 parent b2e5d95 commit 3dab9bb
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 93 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ gem 'github-pages', group: :jekyll_plugins
gem 'fastimage'
gem 'img_checker'
#gem 'jekyll-sitemap'
#gem 'jekyll-paginate'
#gem 'jekyll-paginate'

28 changes: 0 additions & 28 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5710,31 +5710,3 @@ footer.bg-dark a {
padding-bottom: 240px !important;
}
}
div.gallery {
margin-left: 5px;
margin-right: 20px;
margin-bottom: 5px;
margin-top: 5px;
border: 1px solid #ccc;
width: 30%;
display: inline-block;
transition: 1s;
}

div.gallery:hover {
border: 1px solid #777;
}

div.gallery img {
width: 100%;
height: auto;
}

div.desc {
text-align: center;
}

.social-icons{
padding: 15px;
font-size: 20px;
}
Binary file removed img/mentors/harsit98.jpg
Binary file not shown.
Binary file removed img/mentors/hpdang.jpg
Binary file not shown.
Binary file removed img/mentors/isuruAb.jpg
Binary file not shown.
Binary file removed img/mentors/mariobehling.jpg
Binary file not shown.
Binary file removed img/mentors/mentor.jpg
Binary file not shown.
Binary file removed img/mentors/niccokunzmann.png
Binary file not shown.
Binary file removed img/mentors/sumedh.jpeg
Binary file not shown.
65 changes: 1 addition & 64 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@
</div>
</nav>
</div>

<div class="main-container">
<section class="cover fullscreen image-slider slider-all-controls controls-inside parallax">
<ul class="slides">
Expand Down Expand Up @@ -677,69 +676,7 @@ <h6 class="uppercase mb16" id="new_text">With over 900 students and 90 mentors</
</ul>
</section>
<section>


<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h1>Mentors</h1>
<p>
Here is the mentors who helping you!
</p>
</div>
</div>
<!--end of row-->
<div class="row">
<div class="col-sm-12">
<div class="mentors">
{% for mentor in site.data.mentors limit:6 %}
<div class="gallery">
<a target="_blank" href="https://github.com/{{mentor.github}}">
{% if mentor.image %}
<img src="img/mentors/{{mentor.image}}" alt="{{ mentor.name }}" width="150" height="100">
{% else %}
<img src="img/mentors/mentor.jpg" alt="{{ mentor.name }}" width="300" height="200">
{% endif %}
</a>
<div class="desc">
<h4>{{ mentor.name }}</h2>
</div>
<div class="social-icons">
<center>
{% if mentor.github %}
<a href="https://github.com/{{mentor.github}}" class="icon-a">
<i class="ti-github icon-i"></i>
</a>
{% endif %}
{% if mentor.twitter %}
<a href="https://twitter.com/{{ mentor.twitter }}" class="icon-a">
<i class="ti-twitter-alt icon-i"></i>
</a>
{% endif %}
{% if mentor.blog %}
<a href="https://{{ mentor.blog }}" class="icon-a">
<i class="ti-rss-alt icon-i"></i>
</a>
{% endif %}
{% if mentor.facebook %}
<a href="https://facebook.com/{{ mentor.facebook }}" class="icon-a">
<i class="ti-facebook icon-i"></i>
</a>
{% endif %}
</center>
</div>
</div>
{% endfor %}
</div>
<!--end of lightbox gallery-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section>
<div class="container" id="social_box">
<div class="container" id="social_box">
<div class="row mb80 mb-xs-0">
<div class="col-md-8 col-md-offset-2 text-center">
<h1>Connect with Fossasia on Social Media</h1>
Expand Down

0 comments on commit 3dab9bb

Please sign in to comment.