-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (30 loc) · 1.45 KB
/
404.html
File metadata and controls
32 lines (30 loc) · 1.45 KB
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
---
---
<!DOCTYPE html>
<html lang="en" style="padding-top: 0">
{% include head.html title="Page not found" %}
<body class="bg-img">
<section class="hero is-fullheight transparent" id="construction">
<div class="hero-body transparent is-flex-direction-column is-justify-content-center py-0">
<figure class="image">
<img src="{{ site.baseurl }}/assets/img/logos/3-logos.png" alt="ARW Logos">
</figure>
<div class="glass-container has-glass-border has-text-centered is-flex-grow-0 mt-6 mb-6">
<p class="slogan gradient-text">MAKING HISTORY SOON...</p>
<p class="info gradient-text">THIS SITE IS UNDER CONSTRUCTION</p>
<p class="credits gradient-text">(C) 2021 BY ARW2021 CENTRAL COMMITTEE</p>
</div>
<div class="buttons is-justify-content-space-around">
<a href="https://www.facebook.com/DLSUFWARW" target="_blank" rel="noreferrer" class="button is-large glass-container is-flex-grow-0">
<span class="icon gradient-text pl-1"><i class="fab fa-facebook fa-lg"></i></span>
<span class="gradient-text">FACEBOOK</span>
</a>
<a href="https://www.instagram.com/dlsu_arw/" target="_blank" rel="noreferrer" class="button is-large glass-container is-flex-grow-0">
<span class="icon gradient-text pl-1"><i class="fab fa-instagram fa-lg"></i></span>
<span class="gradient-text">INSTAGRAM</span>
</a>
</div>
</div>
</section>
</body>
</html>