mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Fixes About page
This commit is contained in:
@ -2,10 +2,20 @@
|
|||||||
layout: layout
|
layout: layout
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="team">
|
<div id="header" class="container-fluid category-header">
|
||||||
<h2>ABOUT US</h2>
|
<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 the secret passage to SB. <br>
|
||||||
We know why Bhawan days are so farzi. <br>
|
We know why Bhawan days are so farzi. <br>
|
||||||
We stand in the abyss that separates B.Techs and M.Techs. <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 proxies that stand between 74.9 and 75.1. <br>
|
||||||
We are the farce. <br>
|
We are the farce. <br>
|
||||||
We are the sham!
|
We are the sham!
|
||||||
</p>
|
</h4>
|
||||||
|
<br/><br/>
|
||||||
<p>
|
<h3>
|
||||||
Watch Out! News Agency is the official news magazine of IIT Roorkee.
|
Watch Out! News Agency is the official news magazine of IIT Roorkee.
|
||||||
</p>
|
</h3>
|
||||||
</section>
|
</div>
|
||||||
@ -538,3 +538,16 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ============== ABOUT ============== //
|
||||||
|
|
||||||
|
.about {
|
||||||
|
h4 {
|
||||||
|
font-size: 1.7em;
|
||||||
|
}
|
||||||
|
h1, h3, h5, h6 {
|
||||||
|
margin: 0px;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 1.9em;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user