Skip to content

Commit

Permalink
Migrating to FontAwesome 6, new YouTube handle, Changed to X logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pr committed Dec 10, 2023
1 parent c410fe4 commit 04efd6f
Show file tree
Hide file tree
Showing 14 changed files with 8,182 additions and 2,687 deletions.
13 changes: 5 additions & 8 deletions _includes/socialStripe.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<a href="https://twitter.com/astro_mike" style="color: #1DA1F2; margin-right: 20px"><i class="fab fa-twitter-square fa-3x"></i></a>
<a href="https://www.facebook.com/Mike-Massimino-196140620993676/" style="color: #3b5998; margin-right: 20px"><i class="fab fa-facebook-square fa-3x"></i></a>
<a href="https://www.instagram.com/astromikemassimino/" style="color: #e95950; margin-right: 20px"><i class="fab fa-instagram fa-3x"></i></a>
<a href="https://www.linkedin.com/in/michael-massimino-550785178/" style="color: #0E76A8; margin-right: 20px"><i class="fab fa-linkedin-square fa-3x"></i></a>
<a href="https://www.youtube.com/channel/UCZDdhEE2NnquDRm1SY7n5cA" style="color: #FF0000; margin-right: 20px"><i class="fab fa-youtube-square fa-3x"></i></a>



<a href="https://twitter.com/astro_mike" style="color: #000000; margin-right: 20px"><i class="fa-brands fa-square-x-twitter fa-3x"></i></a>
<a href="https://www.facebook.com/Mike-Massimino-196140620993676/" style="color: #3b5998; margin-right: 20px"><i class="fa-brands fa-square-facebook fa-3x"></i></a>
<a href="https://www.instagram.com/astromikemassimino/" style="color: #F56040; margin-right: 20px"><i class="fa-brands fa-square-instagram fa-3x"></i></a>
<a href="https://www.linkedin.com/in/michael-massimino-550785178/" style="color: #0E76A8; margin-right: 20px"><i class="fa-brands fa-linkedin fa-3x"></i></a>
<a href="https://www.youtube.com/@mike_massimino" style="color: #FF0000; margin-right: 20px"><i class="fa-brands fa-square-youtube fa-3x"></i></a>
3 changes: 1 addition & 2 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

<link rel="stylesheet" type="text/css" href="/assets/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="/assets/slick/slick-theme.css"/>

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/assets/fontawesome/css/all.min.css"/>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118659453-1"></script>
Expand Down
4 changes: 0 additions & 4 deletions assets/css/font-awesome.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/theme-main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,500|Oswald:400");
@import "colors.css";

Expand Down
Loading

0 comments on commit 04efd6f

Please sign in to comment.