Skip to content

Commit

Permalink
reverting soc change
Browse files Browse the repository at this point in the history
  • Loading branch information
cheekujodhpur committed Jul 6, 2017
1 parent 4fab46c commit 3d94de0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 39 deletions.
3 changes: 2 additions & 1 deletion _pages/soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ div.tab button.active {

<div id="completed" class="tabcontent">
<div class="container">
<!-- the following line is optional to sort by weight -->
{% assign projects = site.soc_projects | sort:"weight" %}
{% for project in projects%}
{% for project in site.soc_projects%}
{% if project.ribbon == "completed" %}
{% capture modulo %}{{ forloop.index0 | mod:3 }}{% endcapture %}
{% capture thecycle %}{% cycle '0', '1' ,'2' %}{% endcapture %}
Expand Down
77 changes: 39 additions & 38 deletions _site/soc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ <h2>List of Projects</h2>

<div id="completed" class="tabcontent">
<div class="container">
<!-- the following line is optional to sort by weight -->



Expand All @@ -256,6 +257,44 @@ <h2>List of Projects</h2>












































Expand Down Expand Up @@ -290,24 +329,6 @@ <h4>- Scientific Computation</h4>
























Expand Down Expand Up @@ -340,24 +361,6 @@ <h4>- Scientific Computing</h4>
























Expand Down Expand Up @@ -392,8 +395,6 @@ <h4>- Scientific Computing</h4>





<div style="text-align: center;">
<!-- <a href="#" class="button big special">View All Projects</a> -->
</div>
Expand Down

0 comments on commit 3d94de0

Please sign in to comment.