Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.7 KB

gsoc_2016_posts.md

File metadata and controls

63 lines (48 loc) · 1.7 KB
layout title
default
Google Summer of Code 2016
		<header class="codrops-header">
			<h1> Google Summer of Code 2016</h1>
			<p> Organization : SymPy<br> Contribution before GSoC and GSoc Reports. </p>
		</header>

		<section class="demo-1">
			<div class="grid">

      {% for post in site.categories.gsoc2016_post %}
          <a href="{{ site.baseurl }}{{ post.url }}">
  					<div class="box">
  						<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
  							<line class="top" x1="0" y1="0" x2="3000" y2="0"/>
  							<line class="left" x1="0" y1="460" x2="0" y2="-920"/>
  							<line class="bottom" x1="0" y1="400" x2="-3000" y2="300"/>
  							<line class="right" x1="0" y1="0" x2="0" y2="0"/>
  						</svg>



                  <h6>{{ post.title }}</h6>
                  <span> GSoC 2016 Report </span>
      						<span> {{ post.week }}  </span>

                  <div class="entry">
                    <!-- {{ post.excerpt }} Instead of this use post.desc where
										desc will be small intro about blog.-->
                  </div>

            </div>
  				</a>
      {% endfor %}


		</div><!--
		</div><!-- /grid -->
		</section>

{% include footer-front.html %}