mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Merge branch 'master' of https://github.com/wona/wona.github.com
This commit is contained in:
@ -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.
|
||||
|
||||

|
||||
|
||||
@ -471,7 +471,8 @@ body {
|
||||
width: 100%;
|
||||
|
||||
&.wide {
|
||||
height: 100%
|
||||
height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
&.tall {
|
||||
|
||||
BIN
images/posts/electice_selection_algorithm_cover.png
Normal file
BIN
images/posts/electice_selection_algorithm_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 720 KiB |
BIN
images/posts/elective_selection_algorithm.jpg
Normal file
BIN
images/posts/elective_selection_algorithm.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user