-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
81 lines (65 loc) · 4.32 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
<!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='gallery.html' itemprop="significantLink" class="generic-anchor footer-list-anchor">GALLERY</a></li>
<li class="generic-anchor footer-list-anchor"><b>DEVELOPERS:</b><br>MANJOT SINGH<BR>SHREY LIMBANI<br>AVNEET DEKATEY<br>SIDDHARTH PATEL<br>ISHAN DUBEY<br>LIYANS MATHEWS<br> </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><a target=" _blank" href='bgdpsych.html' class="generic-anchor footer-list-anchor">PSYCHOLOGY</a></li>
<li class="generic-anchor footer-list-anchor cl"><b>DEVELOPERS:</b><br> PRABHNOOR SINGH<br>KESARIA SACHIN<br>CHRIS PETER<br>PRITAM SAHA</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">Sheryl Jacob
</a><span style="font-weight: bolder;">+91-9901801673</span></li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Roshan Anand Kirpalani
</a><span style="font-weight: bolder;">+91-9845572302</span></li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Yedururi Sundar Charan
</a><span style="font-weight: bolder;">+91-6302229865</span></li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Shrinithi S
</a><span style="font-weight: bolder;">+91-9444270410</span></li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Sudharshana
</a><span style="font-weight: bolder;">+91- 9742747527</span></li>
<li><a href="mailto:[email protected]" class="generic-anchor footer-list-anchor">Tejas Jayan
</a><span style="font-weight: bolder;">+91-9742840045</span></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-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>