alpha
Login
or
Join now
xcc.es
/
morganwill.com
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com.
morganwill.com
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
inline linkedin svg
author
Morgan
date
2 years ago
(Sep 20, 2023, 2:48 PM +0200)
commit
0695304a
0695304a3de5cb1fb48ecb68b0e550ffd785643f
parent
9e7362ac
9e7362acab935a00c6932ae2e098224a884bac4f
+9
-7
2 changed files
Expand all
Collapse all
Unified
Split
src
routes
+page.svelte
static
iconmonstr-linkedin-3.svg
+9
-6
src/routes/+page.svelte
View file
Reviewed
···
121
121
<a
122
122
href="https://www.linkedin.com/in/mrgnw/"
123
123
target="_blank"
124
124
-
class="link stroked"
124
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
131
-
<img
132
132
-
src="iconmonstr-linkedin-3.svg"
133
133
-
style="width: {size}; height: {size}"
134
134
-
alt="LinkedIn"
135
135
-
/>
131
131
+
<svg width={size}
132
132
+
height={size}
133
133
+
viewBox="0 0 24 24"
134
134
+
xmlns="http://www.w3.org/2000/svg"
135
135
+
>
136
136
+
<path
137
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
138
+
</svg>
136
139
137
140
</a>
138
141
-1
static/iconmonstr-linkedin-3.svg
Reviewed
···
1
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>