Skip to content

Commit

Permalink
feat: update links and color of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Apr 9, 2024
1 parent b79bb83 commit ce49a71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import HeaderLink from '@/components/HeaderLink'
import TwitterIcon from '@/components/icons/TwitterIcon'
import GithubIcon from '@/components/icons/GithubIcon'
import LinkedinIcon from '@/components/icons/linkedinIcon'
import MenuIcon from './icons/MenuIcon.astro'
import Search from '@/components/Search'
import TagIcon from './icons/TagIcon.astro'
Expand All @@ -11,13 +12,18 @@ import ToggleTheme from './ToggleTheme.astro'
const SOCIALNETWORKS = [
{
name: 'Github',
url: 'https://github.com/danielcgilibert/blog-template',
url: 'https://github.com/WayneGoosen',
icon: GithubIcon
},
{
name: 'Linkedin',
url: 'https://www.linkedin.com/in/waynegoosen/',
icon: LinkedinIcon
},
{
name: 'Twitter',
url: 'https://github.com/danielcgilibert/blog-template',
url: 'https://twitter.com/GoosenWayne',
icon: TwitterIcon
}
]
Expand Down
6 changes: 3 additions & 3 deletions src/components/icons/Shape.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
data-name='Layer 9'
fill='url("#SvgjsLinearGradient3010")'></path><defs
><linearGradient gradientTransform='rotate(0 0.5 0.5)' id='SvgjsLinearGradient3010'
><stop stop-opacity=' 1' stop-color='rgba(125, 81, 146)' offset='0'></stop><stop
><stop stop-opacity=' 1' stop-color='rgba(255, 165, 0)' offset='0'></stop><stop
stop-opacity=' 1'
stop-color='rgba(125, 81, 146)'
offset='0.48'></stop><stop stop-opacity=' 1' stop-color='rgba(128, 5, 166)' offset='1'
stop-color='rgba(255, 165, 0)'
offset='0.48'></stop><stop stop-opacity=' 1' stop-color='rgba(255, 140, 0)' offset='1'
></stop></linearGradient
></defs
></svg
Expand Down
2 changes: 1 addition & 1 deletion src/components/icons/linkedinIcon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
><g
><path
d='M32,30c0,1.104-0.896,2-2,2H2c-1.104,0-2-0.896-2-2V2c0-1.104,0.896-2,2-2h28c1.104,0,2,0.896,2,2V30z'
fill='#007BB5'></path><g
fill='#808080'></path><g
><rect fill='#FFFFFF' height='14' width='4' x='7' y='11'></rect><path
d='M20.499,11c-2.791,0-3.271,1.018-3.499,2v-2h-4v14h4v-8c0-1.297,0.703-2,2-2c1.266,0,2,0.688,2,2v8h4v-7 C25,14,24.479,11,20.499,11z'
fill='#FFFFFF'></path><circle cx='9' cy='8' fill='#FFFFFF' r='2'></circle></g
Expand Down

0 comments on commit ce49a71

Please sign in to comment.