added elective selection algorithm

This commit is contained in:
jaindeepali
2014-09-30 18:14:04 +05:30
parent 42ed714d14
commit 8d71a7331b
4 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
layout: post
image: elective.jpg
categories: [wona, column]
tag:
---

View File

@ -209,6 +209,7 @@ header {
border-bottom: 1px solid #ccc;
width: 100%;
opacity: 0.8;
overflow-y: hidden;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
@ -235,6 +236,10 @@ header {
border-top: 2px solid #1ABC9C; }
.article.almostfamous {
border-top: 2px solid #34495E; }
.article-cover-container {
height: 200px;
overflow: hidden;
}
.post {
background: white;

BIN
images/posts/elective.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -32,7 +32,9 @@ title: "Home"
<a href="{{ post.url }}">
{% if post.image %}
<img src="/images/posts/{{ post.image }}" class="article-cover">
<div class="article-cover-container">
<img src="/images/posts/{{ post.image }}" class="article-cover">
</div>
{% else %}
<br><br>
{% endif %}