forked from akshay-anil22/nasa-pace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
30 lines (27 loc) · 1.05 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
<!--FONT AWESOME-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Play&display=swap" rel="stylesheet">
</head>
<body>
<footer>
<div class="footer">
<div class="row">
<a href="https://www.facebook.com/NASA/"><i class="fa fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/nasa/"><i class="fa fa-instagram fa-2x"></i></a>
<a href="https://www.youtube.com/nasa"><i class="fa fa-youtube fa-2x"></i></a>
<a href="https://twitter.com/nasa"><i class="fa fa-twitter fa-2x"></i></a>
</div>
<div class="row">
<ul>
<li><a href="/pacemain/pacehome.html">Home</a></li>
<li><a href="https://www.nasa.gov/">NASA</a></li>
<li><a href="/pacemain/pacehome.html#resources">Resources</a></li>
</ul>
</div>
<div class="row">
© 2024 NASA PACE Mission <br>
All content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)
</div>
</footer>