-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
29 lines (27 loc) · 1.29 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
<div class="footer">
<hr />
<center>
<p> Copyright © T.H.R.I.V.E. Inc. 2021 </p>
<!-- Add font awesome icons -->
<p style="text-center;">
<a target="_blank" href="https://facebook.com/ThriveLifeline" aria-label="Facebook"><i class="fab fa-facebook fa-3x" aria-hidden="true"></i></a>
<b style="word-space:2em"> </b>
<a target="_blank" href="https://twitter.com/ThriveLifeline" aria-label="Twitter"><i class="fab fa-twitter fa-3x" aria-hidden="true"></i></a>
<b style="word-space:2em"> </b>
<a target="_blank" href="https://instagram.com/ThriveLifeline" aria-label="Instagram"><i class="fab fa-instagram fa-3x" aria-hidden="true"></i></a>
<b style="word-space:2em"> </b>
<a target="_blank" href="https://github.com/ThriveLifeline" aria-label="GitHub"><i class="fab fa-github fa-3x" aria-hidden="true"></i></a>
</p>
<p>
<a target="_blank" href="images/privacy.pdf">Terms of Service/Privacy Policy</a>
</p>
<!--
<p>
%c https://thrivelifeline.org/images/sweepstakes-rules.pdf c%
<a target="_blank" href="sweepstakes-rules.html" style="color:#65427D">Social Media Sweepstakes Rules</a> |
<a target="_blank" href="images/sweepstakes-rules.pdf" style="color:#65427D">Rules (PDF copy)</a>
</p>
-->
</center>
</div>