[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.

inline linkedin svg

+9 -7
+9 -6
src/routes/+page.svelte
··· 121 121 <a 122 122 href="https://www.linkedin.com/in/mrgnw/" 123 123 target="_blank" 124 - class="link stroked" 124 + class="link filled" 125 125 aria-label="LinkedIn" 126 126 on:focus={() => { selected = "twitter"; }} 127 127 on:mouseover={() => { selected = "linkedin"; }} 128 128 on:mouseout={() => { selected = "Morgan"; }} 129 129 on:blur={() => { selected = "Morgan"; }} 130 130 > 131 - <img 132 - src="iconmonstr-linkedin-3.svg" 133 - style="width: {size}; height: {size}" 134 - alt="LinkedIn" 135 - /> 131 + <svg width={size} 132 + height={size} 133 + viewBox="0 0 24 24" 134 + xmlns="http://www.w3.org/2000/svg" 135 + > 136 + <path 137 + d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/> 138 + </svg> 136 139 137 140 </a> 138 141
-1
static/iconmonstr-linkedin-3.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>