-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
41 lines (38 loc) · 2.02 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
<!-- FOOTER -->
<script>
function TwitterRedirect() {
location.href = "https://twitter.com/sigaccess?s=21";
}
function FBRedirect() {
location.href = "https://www.facebook.com/groups/318413479187/?ref=share";
}
</script>
<section class="footer p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-6">
<p style="font-size:10pt; margin: 0.2rem 0rem;">Please contact the <a href="mailto:[email protected]" style="color: white;">Web and Graphics Design Chairs</a> for website feedback and/or feature requests.</p>
<p>
<span>© 2022 ASSETS 2022 Organizing Committee. All rights reserved. </span>
<span>
<button aria-label="SIGACCESS Twitter Page" onclick="TwitterRedirect()" name="Twitter Page">
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-.139 9.237c.209 4.617-3.234 9.765-9.33 9.765-1.854 0-3.579-.543-5.032-1.475 1.742.205 3.48-.278 4.86-1.359-1.437-.027-2.649-.976-3.066-2.28.515.098 1.021.069 1.482-.056-1.579-.317-2.668-1.739-2.633-3.26.442.246.949.394 1.486.411-1.461-.977-1.875-2.907-1.016-4.383 1.619 1.986 4.038 3.293 6.766 3.43-.479-2.053 1.08-4.03 3.199-4.03.943 0 1.797.398 2.395 1.037.748-.147 1.451-.42 2.086-.796-.246.767-.766 1.41-1.443 1.816.664-.08 1.297-.256 1.885-.517-.439.656-.996 1.234-1.639 1.697z"/></svg> -->
<img src="assets/img/large/twitter-icon.png" alt="Twitter page" width="20" />
</button>
<button aria-label="SIGACCESS Facebook Page" onclick="FBRedirect()" name="Facebook Page">
<!-- <svg
xmlns="http://www.w3.org/2000/svg"
height="24"
viewBox="0 0 24 24"
width="24"
> -->
<img src="assets/img/large/facebook-icon.png" alt="Facebook page" width="20" />
</svg>
</button>
</span>
</p>
</div>
</div>
</div>
</section>
<!-- FOOTER -->