-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from FSU-ACM/release
env var addition + iconography tweaks
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,16 +174,15 @@ | |
<div class="col-md-4 my-3 text-md-left "> | ||
<div class="row justify-content-center"> | ||
<div class="col text-center"> | ||
<h3 class=" mb-3 text-white"><a class="font-italic text-primary" href="https://fsu.acm.org" title="ACM at FSU Homepage" target="_blank" rel="external noopener">ACM at FSU</a></h3> | ||
|
||
<h3 class=" mb-3 font-italic text-primary">ACM at FSU</h3> | ||
<a href="mailto:[email protected]" title="ACM at FSU Email" class="text-warning d-block my-3"><i class="fa fa-envelope fa-fw text-white"></i> [email protected]</a> | ||
|
||
<div class="pt-2"> | ||
<a href="https://fsu.acm.org" title="ACM at FSU Homepage" target="_blank" rel="external noopener"><i class="fa-solid fa-house-chimney fa-lg text-white mr-3"></i></a> | ||
<a href="https://www.facebook.com/ACMatFSU/" title="ACM at FSU Facebook" target="_blank" rel="external noopener"><i class="fab fa-facebook fa-lg text-white mr-3"></i></a> | ||
<a href="https://discord.gg/4z3hNMA" title="ACM at FSU Discord" target="_blank" rel="external noopener"><i class="fab fa-discord fa-lg text-white mx-3"></i></a> | ||
<a href="https://www.instagram.com/fsuacm/" title="ACM at FSU Instagram" target="_blank" rel="external noopener"><i | ||
class="fab fa-instagram fa-lg text-white mx-3"></i></a> | ||
<a href="https://www.linkedin.com/groups/12238485/" title="ACM at FSU LinkedIn" target="_blank" rel="external noopener"><i class="fab fa-linkedin fa-lg text-white ml-3"></i></a> | ||
class="fab fa-instagram fa-lg text-white ml-3"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|