Skip to content

Commit e77f107

Browse files
Merge pull request #53 from ThetaTauMiami/elizabeth-branch
Add TikTok link and icon in footer
2 parents e7221fb + a442f5d commit e77f107

3 files changed

Lines changed: 32 additions & 19 deletions

File tree

public/components/footer.html

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1-
<nav class="navbar" class="footer">
1+
<nav class="navbar footer">
22
<div class="row">
3+
<!-- Social Media Links -->
34
<div class="col-lg-12 text-center">
45
<h1 class="social-h1">
6+
<a href="https://www.instagram.com/thetatau_miamiu" target="_blank" rel="noopener">
7+
<i class="fa-brands fa-instagram"></i>
8+
</a>
9+
10+
<a href="https://www.tiktok.com/@thetataumu" target="_blank" rel="noopener">
11+
<i class="fa-brands fa-tiktok"></i>
12+
</a>
13+
514
<!-- Removed facebook and Twitter as they are no longer used for now -->
6-
<a href="https://www.instagram.com/thetatau_miamiu" target="_blank"><i class="fa fa-instagram"></i></a>
7-
<!--<a href="https://www.facebook.com/ThetaTauMU/?fref=ts" target="_blank"><i class="fa fa-facebook"></i></a>-->
8-
<!--<a href="https://twitter.com/thetataumu" target= "_blank"><i class="fa fa-twitter"></i></a>-->
9-
<a href="https://www.linkedin.com/groups/8471878/" target="_blank"><i class="fa fa-linkedin"></i></a>
10-
<a href="https://github.com/ThetaTauMiami/" target="_blank"><i class="fa fa-github"></i></a>
15+
16+
<!--a href="https://www.facebook.com/ThetaTauMU/?fref=ts" target="_blank" rel="noopener">
17+
<i class="fa-brands fa-facebook"></i>
18+
</a-->
19+
20+
<!--a href="https://twitter.com/thetataumu" target="_blank" rel="noopener">
21+
<i class="fa-brands fa-twitter"></i>
22+
</a-->
23+
24+
<a href="https://www.linkedin.com/groups/8471878/" target="_blank" rel="noopener">
25+
<i class="fa-brands fa-linkedin"></i>
26+
</a>
27+
28+
<a href="https://github.com/ThetaTauMiami/" target="_blank" rel="noopener">
29+
<i class="fa-brands fa-github"></i>
30+
</a>
1131
</h1>
1232
</div>
1333
<div class="col-lg-12 text-center">

public/components/styles.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<link href="./favicon.ico" rel="shortcut icon" type="image/x-icon">
22
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100">
33
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
4-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
5-
<link rel="stylesheet" href="assets/css/style.css">
4+
5+
<!-- for social media logos -->
6+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
7+
68
<link rel="stylesheet" href="assets/css/home.css">
7-
<link rel="stylesheet" href="assets/css/jquery-ui.min.css">
9+
<link rel="stylesheet" href="assets/css/jquery-ui.min.css">
10+
<link rel="stylesheet" href="assets/css/style.css">

public/contact.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@
3636

3737
<!-- Added upper ---------------------------------->
3838

39-
<div class="container">
40-
<div class="row" style="text-align: center">
41-
<!-- Removed facebook and Twitter as they are no longer used for now -->
42-
<!--<a href="https://www.facebook.com/ThetaTauMU/" target="_blank"><i id="social" class="fa fa-facebook-official fa-5x" aria-hidden="true">&nbsp;&nbsp; </i></a>-->
43-
<!--<a href="https://twitter.com/thetataumu?lang=en" target="_blank"><i id="social" class="fa fa-twitter fa-5x" aria-hidden="true">&nbsp;&nbsp;</i></a>-->
44-
<a href="https://www.instagram.com/thetatau_miamiu/?hl=en" target="_blank"><i id="social" class="fa fa-instagram fa-5x" aria-hidden="true">&nbsp;&nbsp;</i></a>
45-
<a href="http://www.linkedin.com/groups/8471878" target="_blank"><i id="social" class="fa fa-linkedin fa-5x" aria-hidden="true"></i></a>
46-
</div>
47-
</div>
48-
4939
<div class="container">
5040
<div class="row">
5141
<div class="col-md-6 col-md-offset-3">

0 commit comments

Comments
 (0)