[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com. morganwill.com
0

Configure Feed

Select the types of activity you want to include in your feed.

linkedin logo, hand crafted edit

Will probably break

+8 -13
+8 -13
src/routes/+page.svelte
··· 119 119 </a> 120 120 121 121 <a 122 - href="https://twitter.com/mrgnw" 122 + href="https://www.linkedin.com/in/mrgnw/" 123 123 target="_blank" 124 124 class="link stroked" 125 - aria-label="Twitter" 125 + aria-label="LinkedIn" 126 126 on:focus={() => { selected = "twitter"; }} 127 - on:mouseover={() => { selected = "twitter"; }} 127 + on:mouseover={() => { selected = "linkedin"; }} 128 128 on:mouseout={() => { selected = "Morgan"; }} 129 129 on:blur={() => { selected = "Morgan"; }} 130 130 > 131 - <svg 132 - width={size} 133 - height={size} 134 - viewBox="0 0 14 14" 135 - xmlns="http://www.w3.org/2000/svg" 136 - > 137 - <path 138 - d="M4,9.4a6.77,6.77,0,0,1-2.41,1.21.5.5,0,0,0,0,.94C8.51,14.39,12.91,10,12.24,5.13l1.12-2.32h-1.3C10.44.82,6.14.92,6.85,5.16c0,0-2.3.41-5.24-2.48A.5.5,0,0,0,.76,3,5.52,5.52,0,0,0,4,9.4Z" 139 - fill="none" 140 - /></svg 131 + <svg 132 + src="/static/iconmonstr-linkedin-3.svg" 133 + width={size} 134 + height={size} 135 + </svg 141 136 > 142 137 </a> 143 138