-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.jsp
30 lines (27 loc) · 1.09 KB
/
footer.jsp
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
<head>
<link rel="stylesheet" href="css/footer_style.css">
</head>
<body>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3 item" id ="Contact_us">
<h3>Contact us</h3>
<ul>
<li>Email : [email protected]</li>
<li>Phone : 2101234567</li>
<li>Address : 28is Oktovriou 76, Athina 104 34</li>
</ul>
</div>
<div class="col-md-6 item text" id = "About">
<h3>Company Information</h3>
<p>UniEvents was created by Agapitos, Efthimis and Giorgos</p>
<p>Established in Athens, Aueb, DMST</p>
</div>
</div>
<p class="copyright">Copyright © 2022 UniEvents </p>
</div>
</footer>
</div>
</body>