Skip to content

Commit

Permalink
added bluesky icon css
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrhoads committed Jun 29, 2024
1 parent 7ec5394 commit d70d664
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">

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

<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.2/css/all.css">

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

<!----Font Awesome----->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">

<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.2/css/all.css">

<link rel="stylesheet" href="fonts/css/font-awesome.css">
<link rel="stylesheet" href="fonts/css/brands.css">
Expand Down Expand Up @@ -84,7 +86,7 @@ <h2></h2>
<div class="soc_icons">
<ul class="list-unstyled text-center">
<li><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/intent/user?user_id=380634496"><i class="fa fa-twitter-square"></i></a></li>
<li><a target="_blank" rel="noopener noreferrer" rel="me" href="https://bsky.app/profile/shawnrhoadsphd.bsky.social"><i class="fa fa-bluesky"></i></a></li>
<li><a target="_blank" rel="noopener noreferrer" rel="me" href="https://bsky.app/profile/shawnrhoadsphd.bsky.social"><i class="fa-brands fa-bluesky"></i></a></li>
<li><a target="_blank" rel="noopener noreferrer" rel="me" href="https://neuromatch.social/@shawnrhoadsphd"><i class="fab fa-mastodon"></i></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/shawnrhoads"><i class="fa fa-github"></i></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://scholar.google.com/citations?user=__YmDVEAAAAJ&hl=en"><i class="ai ai-google-scholar"></i></a></li>
Expand Down

0 comments on commit d70d664

Please sign in to comment.