mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixed about page and post image
This commit is contained in:
@ -16,6 +16,12 @@ layout: layout
|
||||
<div class="row body">
|
||||
|
||||
<section class="col-md-8 content{% if page.justify %} justify{% endif %}">
|
||||
<div class="center-fill-container cover-img">
|
||||
<div class="img-container">
|
||||
<img class="center-both img-center-fill" src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<div class="fb-content">
|
||||
|
||||
11
about.html
11
about.html
@ -1,11 +0,0 @@
|
||||
---
|
||||
layout: layout
|
||||
title: "About"
|
||||
---
|
||||
|
||||
<!-- You can edit this whole page, remove it, or use it as basis for any non-post pages you have. -->
|
||||
<section class="content">
|
||||
<h1>{{ site.name }}</h1>
|
||||
|
||||
<p>This would be an excellent time to update this page and talk about yourself a bit.</p>
|
||||
</section>
|
||||
@ -2,18 +2,10 @@
|
||||
layout: layout
|
||||
---
|
||||
|
||||
<div id="header" class="container-fluid category-header about-header">
|
||||
<div class="cover center-both text-center">
|
||||
<a href="#" class="cover-link"><h1 class="title">About Us</h1></a>
|
||||
</div>
|
||||
|
||||
<div class="left">
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
</div>
|
||||
|
||||
<div id="header" class="container about-header">
|
||||
<a href="#" class="cover-link"-fluid><h1 class="title">About Us</h1></a>
|
||||
</div>
|
||||
|
||||
<div class="category-posts container about">
|
||||
<div>Watch Out! is the campus news body of the Indian Institute of Technology, Roorkee. We are a student run group that functions under the aegis of the Cultural Council, IIT Roorkee. Watch Out! is financially independent of IIT Roorkee and is supported by advertising revenues. 23 years after it’s conception, Watch Out! has grown to offer news and commentary from around the campus on it’s website in conjunction with a semesterly print issue.</div>
|
||||
|
||||
|
||||
@ -628,6 +628,11 @@ blockquote {
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
||||
.cover-img {
|
||||
height: 25em;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
p img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
@ -808,6 +813,5 @@ footer {
|
||||
line-height:125%;
|
||||
}
|
||||
|
||||
padding: 2em 3em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user