-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
47 lines (33 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<footer class="footer">
<div class="col-1">
<h2>LINKS</h2>
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="sponsorship.html">SPONSORSHIP</a>
<a href="outreach.html">OUTREACH</a>
<a href="resources.html">RESOURCES</a>
<a href="join.html">JOIN</a>
<a href="contact.html">CONTACT</a>
</div>
<div class="col-2">
<h2>CONTACT</h2>
<a href="https://mail.google.com/mail/u/0/?fs=1&[email protected]&tf=cm">[email protected]</a>
<p>750 Nautilus St., La Jolla, CA 92037</p>
<p class="instagramLogo"><a href="https://www.instagram.com/frc2984/" target=”_blank”><i class="lab la-instagram"></i> @frc2984 </a></p>
<p class="gitHubLogo" ><a href="https://github.com/FRCTeam2984" target=”_blank”><i class="lab la-github"></i> FRCTeam2984</a></p>
<h3 class="ljhsLogo">LJHS Logo</h3>
</div>
<div class="col-3">
<h2>SUPPORT US</h2>
<a href="https://www.foundationofljhs.com/donate-to-academics.html#roboticsteam" target=”_blank”>DONATE</a>
</div >
<h3 class="mobile-ljhsLogo">LJHS Logo</h3>
</footer>
</html>