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
|
layout: post
|
||||||
image: elective.jpg
|
image: "electice_selection_algorithm_cover.png"
|
||||||
tags: [wona, column]
|
tags: [wona, column]
|
||||||
category:
|
category: academics
|
||||||
isImageCover: false
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Are you totally flummoxed after seeing the elective registration list?
|
Are you totally flummoxed after seeing the elective registration list?
|
||||||
@ -12,3 +11,6 @@ Or
|
|||||||
Are you stuck choosing between the elective which has your crush and the one which guarantees you a dassi?
|
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%;
|
width: 100%;
|
||||||
|
|
||||||
&.wide {
|
&.wide {
|
||||||
height: 100%
|
height: 100%;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.tall {
|
&.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 }}">
|
<a href="{{ post.url }}">
|
||||||
<div class="cover-container-container">
|
<div class="cover-container-container">
|
||||||
<div class="center-fill-container img-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>
|
</div>
|
||||||
<div class="details text-center ">
|
<div class="details text-center ">
|
||||||
@ -41,7 +41,7 @@ title: "Watch Out!, IIT Roorkee"
|
|||||||
|
|
||||||
<a href="{{ post.url }}">
|
<a href="{{ post.url }}">
|
||||||
<div class="center-fill-container article-cover-container">
|
<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>
|
||||||
<div class="details text-center">
|
<div class="details text-center">
|
||||||
<div class="tag">{{ post.category }}</div>
|
<div class="tag">{{ post.category }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user