This commit is contained in:
Sahil Grover
2016-10-05 12:19:15 +05:30
5 changed files with 10 additions and 7 deletions

View File

@ -1,9 +1,8 @@
---
layout: post
image: elective.jpg
image: "electice_selection_algorithm_cover.png"
tags: [wona, column]
category:
isImageCover: false
category: academics
---
Are you totally flummoxed after seeing the elective registration list?
@ -11,4 +10,7 @@ Does the sound of 'Fiction of the Indian Diaspora' gives you constipation?
Or
Are you stuck choosing between the elective which has your crush and the one which guarantees you a dassi?
Fear not, ladies and gentlemen of IITR. Watch Out! News Agency proudly presents the solution to all your problems (which you must have, as always, left for the last minute): The Elective Selection Algorithm.
Fear not, ladies and gentlemen of IITR. Watch Out! News Agency proudly presents the solution to all your problems (which you must have, as always, left for the last minute): The Elective Selection Algorithm.
![Taking surveys](/images/posts/elective_selection_algorithm.jpg)

View File

@ -471,7 +471,8 @@ body {
width: 100%;
&.wide {
height: 100%
height: 100%;
width: auto;
}
&.tall {

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -14,7 +14,7 @@ title: "Watch Out!, IIT Roorkee"
<a href="{{ post.url }}">
<div class="cover-container-container">
<div class="center-fill-container img-container">
<img src="/images/posts/{{post.image}}" alt="" class="img-center-fill {% if post.image == null %}hidden{% endif %}">
<img src="/images/posts/{{post.image}}" alt="" class="img-center-fill center-both {% if post.image == null %}hidden{% endif %}">
</div>
</div>
<div class="details text-center ">
@ -41,7 +41,7 @@ title: "Watch Out!, IIT Roorkee"
<a href="{{ post.url }}">
<div class="center-fill-container article-cover-container">
<img src="/images/posts/{{ post.image }}" class="img-center-fill {% if post.image == null %}hidden{% endif %}">
<img src="/images/posts/{{ post.image }}" class="img-center-fill center-both {% if post.image == null %}hidden{% endif %}">
</div>
<div class="details text-center">
<div class="tag">{{ post.category }}</div>