-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
36 lines (32 loc) · 1.18 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
permalink: blog.html
---
<script>
$(".navbar-custom").css('background-color', '#272940');
</script>
<!-- Section: mentorship -->
<section id="calen" class="home-section text-center">
<div class="heading">
<div class="heading-about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="wow bounceInDown" data-wow-delay="0.4s">
<div class="section-heading">
<h2>Blog</h2>
<p> All hail ACSU
</p>
<br/>
<img src = "https://octodex.github.com/images/constructocat2.jpg" style = "width:200px"><br/><br/>
under construction. coming soon to a location near you.<br>
(All rights belong to Github for this image)
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: mentorship -->