-
Notifications
You must be signed in to change notification settings - Fork 8
/
footer.html
85 lines (71 loc) · 5.24 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>FOOTER</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Oswald:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<footer class="flex-rw">
<ul class="footer-list-top">
<li>
<h4 class="footer-list-header">QUICK LINKS</h4></li>
<li><a target=" _blank" href='index.html' class="generic-anchor footer-list-anchor" itemprop="significantLink">HOME</a></li>
<li><a target=" _blank" href='https://forms.gle/1BSUnh8vtJrft8Lh7' class="generic-anchor footer-list-anchor" itemprop="significantLink">REGISTER NOW</a></li>
<li><a target=" _blank" href='gallery.html' itemprop="significantLink" class="generic-anchor footer-list-anchor">GALLERY</a></li>
<li class="generic-anchor footer-list-anchor"><b>DEVELOPERS:</b><br>VRINDAR KHANWALKAR<BR>SHREYA TRIPATHI<br>DEEPA VINCENT</li>
</ul>
<ul class="footer-list-top">
<li>
<h4 class="footer-list-header">EVENTS</h4></li>
<li><a target=" _blank" href='bgtech.html' class="generic-anchor footer-list-anchor">TECHNICAL</a></li>
<li><a target=" _blank" href='bgmanage.html' class="generic-anchor footer-list-anchor">MANAGERIAL</a></li>
<li><a target=" _blank" href='bgdesign.html' class="generic-anchor footer-list-anchor">DESIGN</a></li>
<li class="generic-anchor footer-list-anchor cl"><b>DEVELOPERS:</b><br> ASHUTOSH SINGAL<br>RAGHAV LALVANI<br>ARYAN SONI</li>
</ul>
<ul class="footer-list-top">
<li>
<h4 class="footer-list-header">CONTACT US</h4></li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Jinu Jogy</a>+91-7619203418</li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Gowtham Ramesh</a>+91-8547882489</li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Aldrin Figurado</a>+91-9400492737</li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Glenn Geo Jospeh</a>+91-8281307670</li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Felix James</a>+91-7012896434</li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Thushara Unnikrishnan</a>+91-9487450764</li>
</ul>
<!-- <ul class="footer-list-top">
<li id='help'>
<h4 class="footer-list-header">Please Help Me</h4></li>
<li><a href='https://goo.gl/maps/RSkhbignbdQJ8cud8' target="_blank" class="generic-anchor footer-list-anchor" itemprop="significantLink">LOCATION</a></li>
<li id='find-a-store'><a href='/shop/store-locator' class="generic-anchor footer-list-anchor" itemprop="significantLink">STORE LOCATOR</a></li>
<li id='user-registration'><a href='/shop/user-registration?URL=' class="generic-anchor footer-list-anchor" itemprop="significantLink">NEW USERS</a></li>
<li id='order-tracking'><a href='/shop/order-status' itemprop="significantLink" class="generic-anchor footer-list-anchor">ORDER STATUS</a></li>
</ul> -->
<section class="footer-social-section flex-rw">
<span class="footer-social-overlap footer-social-connect">
Enjoy <span class="footer-social-small">MAGNOVITE</span> Renaissance<span class="footer-social-small">With Us</span>
</span>
<!-- <span class="footer-social-overlap footer-social-icons-wrapper">
<a href="https://www.facebook.com/paviliongift" class="generic-anchor" target="_blank" title="Facebook" itemprop="significantLink"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/PavilionGiftCo" class="generic-anchor" target="_blank" title="Twitter" itemprop="significantLink"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/invites/contact/?i=wiiu9174ou3s&utm_content=1v5jho7" class="generic-anchor" title="Instagram" itemprop="significantLink"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCYgUODvd0qXbu_LkUWpTVEg" class="generic-anchor" target="_blank" title="Youtube" itemprop="significantLink"><i class="fa fa-youtube"></i></a>
<a href="https://plus.google.com/+Paviliongift/posts" class="generic-anchor" target="_blank" title="Google Plus" itemprop="significantLink"><i class="fa fa-google-plus"></i></a>
</span> -->
</section>
<!-- <section class="footer-bottom-section flex-rw">
<div class="footer-bottom-wrapper">
<i class="fa fa-copyright" role="copyright">
</i> 2019 Pavilion in <address class="footer-address" role="company address">Bergen, NY</address><span class="footer-bottom-rights"> - All Rights Reserved - </span>
</div>
<div class="footer-bottom-wrapper">
<a href="/terms-of-use.html" class="generic-anchor" rel="nofollow">Terms</a> | <a href="/privacy-policy.html" class="generic-anchor" rel="nofollow">Privacy</a>
</div>
</section> -->
</footer>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>