-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
63 lines (60 loc) · 1.78 KB
/
footer.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<footer id="footer">
<div class="footer-top">
<div class="container">
<div>
<div class="footer-contact">
<h2>Contact Us</h2>
<p>
Engineering Research Unit, Faculty of Engineering, University of
Moratuwa, Sri Lanka<br />
<strong>Telephone:</strong
><a
href="tel:+94112650301"
cm_dontconvertlink
style="color: white; margin-left: 5px"
>+94 11 265 0301</a
>
, <strong> ext:</strong> 3044 (Office)
, <strong> Email:</strong
><a
href="mailto:[email protected]"
style="color: white; margin-left: 5px"
>
</p>
<div class="social-links">
<a
href="https://twitter.com/merconeru"
target="_blank"
class="twitter"
><i class="fa fa-twitter"></i
></a>
<a
href="https://www.facebook.com/pg/erumercon"
target="_blank"
class="facebook"
><i class="fa fa-facebook"></i
></a>
<a
href="https://www.linkedin.com/showcase/erumercon"
target="_blank"
class="linkedin"
><i class="fa fa-linkedin"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
©<strong> 2024 University of Moratuwa,</strong> developed by
<a
style="font-style: italic; color: rgba(255, 255, 255, 0.89)"
href="mailto:[email protected]"
><strong>NativeCode</strong></a
>
All Rights Reserved
</div>
</div>
</footer>