Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 948f477

Browse filesBrowse files
committed
feat: move skill icons to svg sprite
1 parent 254d8c2 commit 948f477
Copy full SHA for 948f477

File tree

Expand file treeCollapse file tree

16 files changed

+56
-179
lines changed
Filter options
Expand file treeCollapse file tree

16 files changed

+56
-179
lines changed
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Schnittstellen
3-
icon: ./apis.svg
3+
sprite: apis
44
link: /present/strengths#apis
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Interfaces
3-
icon: ./apis.svg
3+
sprite: apis
44
link: /present/strengths#apis
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Kalender-Funktionalität
3-
icon: ./calendar.svg
3+
sprite: calendar
44
link: /present/strengths#calendar
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Calendar functionality
3-
icon: ./calendar.svg
3+
sprite: calendar
44
link: /present/strengths#calendar
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Benutzer und Zugriff
3-
icon: ./iam.svg
3+
sprite: iam
44
link: /present/strengths#iam
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Users and access
3-
icon: ./iam.svg
3+
sprite: iam
44
link: /present/strengths#iam
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Web-Applikationen
3-
icon: ./web-applications.svg
3+
sprite: web-applications
44
link: /present/strengths#web-applications
55
---
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Web applications
3-
icon: ./web-applications.svg
3+
sprite: web-applications
44
link: /present/strengths#web-applications
55
---
+1-1Lines changed: 1 addition & 1 deletion
Loading

‎content/data/sections/strengths/skills/calendar.svg renamed to ‎content/images/calendar.svg

Copy file name to clipboardExpand all lines: content/images/calendar.svg
+12-12Lines changed: 12 additions & 12 deletions
Loading

‎content/data/sections/strengths/skills/iam.svg renamed to ‎content/images/iam.svg

Copy file name to clipboardExpand all lines: content/images/iam.svg
+3-2Lines changed: 3 additions & 2 deletions
Loading

‎content/images/sprite.json

Copy file name to clipboardExpand all lines: content/images/sprite.json
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"apis": {
3+
"width": "73",
4+
"height": "73"
5+
},
26
"arrow": {
37
"width": "9.387",
48
"height": "10"
@@ -7,6 +11,10 @@
711
"width": "52.089",
812
"height": "35.334"
913
},
14+
"calendar": {
15+
"width": "896",
16+
"height": "981"
17+
},
1018
"consulting": {
1119
"width": "711",
1220
"height": "655"
@@ -23,6 +31,10 @@
2331
"width": "66.234",
2432
"height": "64.4"
2533
},
34+
"iam": {
35+
"width": "67",
36+
"height": "81"
37+
},
2638
"illustration": {
2739
"width": "2000",
2840
"height": "668.01"
@@ -102,5 +114,9 @@
102114
"twoColorDivider": {
103115
"width": "1600",
104116
"height": "46"
117+
},
118+
"web-applications": {
119+
"width": "18",
120+
"height": "18"
105121
}
106122
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.