-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 940 Bytes
/
index.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
homepage: true
baseurl: ''
title: Newsroom
description: ''
---
<section>
{% for announcement in site.announcements %}
{% if announcement.display_announcement == true %}
{% include announcement.html %}
{% endif %}
{% endfor %}
</section>
{% include latest-news-widget.html %}
{% include latest-news-modal.html %}
{% include events.html %}
<div class="container">
<div class="row">
<div class="col-lg-6 positioning__heading-margin-bottom">
<h3 class="typography__upcoming-events"><span class="events__bottom-underline">Social Media</span></h3>
</div>
<div class="col-lg-6 position__heading-margin-bottom ms-auto">
{% include social-icons.html %}
</div>
</div>
<div class="row">
<div class="col positioning__margin-bottom">
<div class="timeline__wrapper">
{% include timeline.html %}
</div>
</div>
</div>
</div>
{% include contacts.html %}