Merge pull request 'Stravaのアイコンを追加' (#12) from strava-icon into master

Reviewed-on: #12
This commit is contained in:
Kazuhiro MUSASHI 2023-01-03 11:18:53 +00:00
commit 74dede9094
3 changed files with 5 additions and 2 deletions

3
assets/icons/strava.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-strava" viewBox="0 0 16 16">
<path d="M6.731 0 2 9.125h2.788L6.73 5.497l1.93 3.628h2.766L6.731 0zm4.694 9.125-1.372 2.756L8.66 9.125H6.547L10.053 16l3.484-6.875h-2.112z"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B

View File

@ -20,7 +20,7 @@ title: 武蔵一弘
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://github.com/kazu634" target="_blank" <a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://github.com/kazu634" target="_blank"
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "github" >}}</a> aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "github" >}}</a>
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://www.strava.com/athletes/89291248" target="_blank" <a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://www.strava.com/athletes/89291248" target="_blank"
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "link" >}}</a> aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "strava" >}}</a>
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://www.flickr.com/photos/42332031@N02/" target="_blank" <a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://www.flickr.com/photos/42332031@N02/" target="_blank"
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "flickr" >}}</a> aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "flickr" >}}</a>
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://foursquare.com/musashikazuhiro" target="_blank" <a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://foursquare.com/musashikazuhiro" target="_blank"

View File

@ -8,7 +8,7 @@
{ "facebook": "https://facebook.com/kazu634" }, { "facebook": "https://facebook.com/kazu634" },
{ "linkedin": "https://linkedin.com/in/一弘-武蔵-b90bba54" }, { "linkedin": "https://linkedin.com/in/一弘-武蔵-b90bba54" },
{ "github": "https://github.com/kazu634" }, { "github": "https://github.com/kazu634" },
{ "link": "https://www.strava.com/athletes/89291248" }, { "strava": "https://www.strava.com/athletes/89291248" },
{ "flickr": "https://www.flickr.com/photos/42332031@N02/" }, { "flickr": "https://www.flickr.com/photos/42332031@N02/" },
{ "foursquare": "https://foursquare.com/musashikazuhiro" } { "foursquare": "https://foursquare.com/musashikazuhiro" }
] ]