forked from katezach/FinalProjectPSPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
44 lines (42 loc) · 2.14 KB
/
footer.php
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
37
38
39
40
41
42
<!--Footer-->
<section id="footer">
<div class="container">
<div class="row text-center text-xs-center text-sm-left text-md-left">
<div class="col-xs-12 col-sm-4 col-md-4">
<h4>Inspiration</h4>
<h1>We were inspired by the eleventh goal of the UN. You can read more at this
<a href="https://unric.org/en/sdg-11/#top" target="_blank"><u><b>link</b></u></a> .
</h1>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h4><a href="contact.php">Contact Us</a></h4>
<ul class="list-unstyled quick-links">
<li><a href="https://mail.google.com/mail/u/0/#inbox" target="_blank"><i class="fas fa-envelope"></i>Email: ourgoalcity@gmail.com</a></li>
<li><a href="https://www.csd.auth.gr/en/" target="_blank"><i class="fas fa-map-marker-alt"></i>Address: Aristotle U,GR</a></li>
<li><a href="index.php"><i class="fab fa-google"></i>Website</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h4>About Us</h4>
<h1>We are a volunteer team from Greece. Our goal is to make a better world which will
provide inclusive cities safe and sustainable for each of her citizen.
</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item"><a href="https://www.facebook.com/goalcityPSPI" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/our.goalcity/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</hr>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
<p class="h6">© 2021 PSPI.</p>
</div>
</hr>
</div>
</div>
</section>