Fixes About page

This commit is contained in:
Ketan Gupta
2016-07-03 00:11:41 +05:30
parent 8601168db3
commit a3ee0c6708
2 changed files with 31 additions and 8 deletions

View File

@ -2,10 +2,20 @@
layout: layout
---
<section class="team">
<h2>ABOUT US</h2>
<div id="header" class="container-fluid category-header">
<div class="cover center-both text-center">
<a href="#" class="cover-link"><h1 class="title">About Us</h1></a>
</div>
<p>
<div class="left">
</div>
<div class="right">
</div>
</div>
<div class="category-posts about container">
<h4>
We know the secret passage to SB. <br>
We know why Bhawan days are so farzi. <br>
We stand in the abyss that separates B.Techs and M.Techs. <br>
@ -13,9 +23,9 @@ layout: layout
We are the proxies that stand between 74.9 and 75.1. <br>
We are the farce. <br>
We are the sham!
</p>
<p>
</h4>
<br/><br/>
<h3>
Watch Out! News Agency is the official news magazine of IIT Roorkee.
</p>
</section>
</h3>
</div>

View File

@ -538,3 +538,16 @@ footer {
text-align: center;
}
}
// ============== ABOUT ============== //
.about {
h4 {
font-size: 1.7em;
}
h1, h3, h5, h6 {
margin: 0px;
font-weight: 500;
font-size: 1.9em;
}
}