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 2dfbac1

Browse filesBrowse files
committed
feat: add more skills
1 parent 47a50d1 commit 2dfbac1
Copy full SHA for 2dfbac1
Expand file treeCollapse file tree

16 files changed

+236
-0
lines changed

‎content/data/sections/strengths/services/consulting.de.md

Copy file name to clipboardExpand all lines: content/data/sections/strengths/services/consulting.de.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Beraten
33
sprite: consulting
4+
skills: ['../skills/project-management.de.md', '../skills/requirements-engineering.de.md']
45
order: 3
56
---
67

‎content/data/sections/strengths/services/consulting.en.md

Copy file name to clipboardExpand all lines: content/data/sections/strengths/services/consulting.en.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Consulting
33
sprite: consulting
4+
skills: ['../skills/project-management.en.md', '../skills/requirements-engineering.en.md']
45
order: 3
56
---
67

‎content/data/sections/strengths/services/education.de.md

Copy file name to clipboardExpand all lines: content/data/sections/strengths/services/education.de.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Schulung
33
sprite: education
4+
skills: [../skills/courses.de.md, ../skills/trial-apprenticeship.de.md]
45
order: 2
56
---
67

‎content/data/sections/strengths/services/education.en.md

Copy file name to clipboardExpand all lines: content/data/sections/strengths/services/education.en.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Education
33
sprite: education
4+
skills: [../skills/courses.en.md, ../skills/trial-apprenticeship.en.md]
45
order: 2
56
---
67

+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Kurse
3+
sprite: education
4+
link: /present/strengths#courses
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Courses
3+
sprite: education
4+
link: /present/strengths#courses
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Projektleitung
3+
sprite: project-management
4+
link: /present/strengths#project-management
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Project Management
3+
sprite: project-management
4+
link: /present/strengths#project-management
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Anforderungs-Analysen
3+
sprite: check
4+
link: /present/strengths#requirements-engineering
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Requirements engineering
3+
sprite: check
4+
link: /present/strengths#requirements-engineering
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Schnupperlehre
3+
sprite: education
4+
link: /present/strengths#trial-apprenticeship
5+
---
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Trial apprenticeship
3+
sprite: education
4+
link: /present/strengths#trial-apprenticeship
5+
---

‎content/images/check.svg

Copy file name to clipboard
+17Lines changed: 17 additions & 0 deletions
Loading

‎content/images/project-management.svg

Copy file name to clipboard
+10Lines changed: 10 additions & 0 deletions
Loading

‎content/images/sprite.json

Copy file name to clipboardExpand all lines: content/images/sprite.json
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"width": "896",
1616
"height": "981"
1717
},
18+
"check": {
19+
"width": "800",
20+
"height": "800"
21+
},
1822
"consulting": {
1923
"width": "711",
2024
"height": "655"
@@ -103,6 +107,10 @@
103107
"width": "21",
104108
"height": "20"
105109
},
110+
"project-management": {
111+
"width": "1073",
112+
"height": "1307"
113+
},
106114
"singleColorDivider": {
107115
"width": "1600",
108116
"height": "40"

‎graphql-types.ts

Copy file name to clipboardExpand all lines: graphql-types.ts
+157Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,7 @@ type Query = {
19351935
readonly allSiteFunction: SiteFunctionConnection;
19361936
readonly allSitePage: SitePageConnection;
19371937
readonly allSitePlugin: SitePluginConnection;
1938+
readonly allTranslation: TranslationConnection;
19381939
readonly directory: Maybe<Directory>;
19391940
readonly file: Maybe<File>;
19401941
readonly imageSharp: Maybe<ImageSharp>;
@@ -1945,6 +1946,7 @@ type Query = {
19451946
readonly siteFunction: Maybe<SiteFunction>;
19461947
readonly sitePage: Maybe<SitePage>;
19471948
readonly sitePlugin: Maybe<SitePlugin>;
1949+
readonly translation: Maybe<Translation>;
19481950
};
19491951

19501952

@@ -2028,6 +2030,14 @@ type Query_allSitePluginArgs = {
20282030
};
20292031

20302032

2033+
type Query_allTranslationArgs = {
2034+
filter: InputMaybe<TranslationFilterInput>;
2035+
limit: InputMaybe<Scalars['Int']>;
2036+
skip: InputMaybe<Scalars['Int']>;
2037+
sort: InputMaybe<ReadonlyArray<InputMaybe<TranslationSortInput>>>;
2038+
};
2039+
2040+
20312041
type Query_directoryArgs = {
20322042
absolutePath: InputMaybe<StringQueryOperatorInput>;
20332043
accessTime: InputMaybe<DateQueryOperatorInput>;
@@ -2165,12 +2175,14 @@ type Query_siteArgs = {
21652175
buildTime: InputMaybe<DateQueryOperatorInput>;
21662176
children: InputMaybe<NodeFilterListInput>;
21672177
graphqlTypegen: InputMaybe<SiteGraphqlTypegenFilterInput>;
2178+
host: InputMaybe<StringQueryOperatorInput>;
21682179
id: InputMaybe<StringQueryOperatorInput>;
21692180
internal: InputMaybe<InternalFilterInput>;
21702181
jsxRuntime: InputMaybe<StringQueryOperatorInput>;
21712182
parent: InputMaybe<NodeFilterInput>;
21722183
pathPrefix: InputMaybe<StringQueryOperatorInput>;
21732184
polyfill: InputMaybe<BooleanQueryOperatorInput>;
2185+
port: InputMaybe<IntQueryOperatorInput>;
21742186
siteMetadata: InputMaybe<SiteSiteMetadataFilterInput>;
21752187
trailingSlash: InputMaybe<StringQueryOperatorInput>;
21762188
};
@@ -2232,16 +2244,29 @@ type Query_sitePluginArgs = {
22322244
version: InputMaybe<StringQueryOperatorInput>;
22332245
};
22342246

2247+
2248+
type Query_translationArgs = {
2249+
children: InputMaybe<NodeFilterListInput>;
2250+
id: InputMaybe<StringQueryOperatorInput>;
2251+
internal: InputMaybe<InternalFilterInput>;
2252+
key: InputMaybe<StringQueryOperatorInput>;
2253+
locale: InputMaybe<StringQueryOperatorInput>;
2254+
message: InputMaybe<StringQueryOperatorInput>;
2255+
parent: InputMaybe<NodeFilterInput>;
2256+
};
2257+
22352258
type Site = Node & {
22362259
readonly buildTime: Maybe<Scalars['Date']>;
22372260
readonly children: ReadonlyArray<Node>;
22382261
readonly graphqlTypegen: Maybe<SiteGraphqlTypegen>;
2262+
readonly host: Maybe<Scalars['String']>;
22392263
readonly id: Scalars['ID'];
22402264
readonly internal: Internal;
22412265
readonly jsxRuntime: Maybe<Scalars['String']>;
22422266
readonly parent: Maybe<Node>;
22432267
readonly pathPrefix: Maybe<Scalars['String']>;
22442268
readonly polyfill: Maybe<Scalars['Boolean']>;
2269+
readonly port: Maybe<Scalars['Int']>;
22452270
readonly siteMetadata: Maybe<SiteSiteMetadata>;
22462271
readonly trailingSlash: Maybe<Scalars['String']>;
22472272
};
@@ -2429,12 +2454,14 @@ type SiteFieldSelector = {
24292454
readonly buildTime: InputMaybe<FieldSelectorEnum>;
24302455
readonly children: InputMaybe<NodeFieldSelector>;
24312456
readonly graphqlTypegen: InputMaybe<SiteGraphqlTypegenFieldSelector>;
2457+
readonly host: InputMaybe<FieldSelectorEnum>;
24322458
readonly id: InputMaybe<FieldSelectorEnum>;
24332459
readonly internal: InputMaybe<InternalFieldSelector>;
24342460
readonly jsxRuntime: InputMaybe<FieldSelectorEnum>;
24352461
readonly parent: InputMaybe<NodeFieldSelector>;
24362462
readonly pathPrefix: InputMaybe<FieldSelectorEnum>;
24372463
readonly polyfill: InputMaybe<FieldSelectorEnum>;
2464+
readonly port: InputMaybe<FieldSelectorEnum>;
24382465
readonly siteMetadata: InputMaybe<SiteSiteMetadataFieldSelector>;
24392466
readonly trailingSlash: InputMaybe<FieldSelectorEnum>;
24402467
};
@@ -2443,12 +2470,14 @@ type SiteFilterInput = {
24432470
readonly buildTime: InputMaybe<DateQueryOperatorInput>;
24442471
readonly children: InputMaybe<NodeFilterListInput>;
24452472
readonly graphqlTypegen: InputMaybe<SiteGraphqlTypegenFilterInput>;
2473+
readonly host: InputMaybe<StringQueryOperatorInput>;
24462474
readonly id: InputMaybe<StringQueryOperatorInput>;
24472475
readonly internal: InputMaybe<InternalFilterInput>;
24482476
readonly jsxRuntime: InputMaybe<StringQueryOperatorInput>;
24492477
readonly parent: InputMaybe<NodeFilterInput>;
24502478
readonly pathPrefix: InputMaybe<StringQueryOperatorInput>;
24512479
readonly polyfill: InputMaybe<BooleanQueryOperatorInput>;
2480+
readonly port: InputMaybe<IntQueryOperatorInput>;
24522481
readonly siteMetadata: InputMaybe<SiteSiteMetadataFilterInput>;
24532482
readonly trailingSlash: InputMaybe<StringQueryOperatorInput>;
24542483
};
@@ -3056,12 +3085,14 @@ type SiteSortInput = {
30563085
readonly buildTime: InputMaybe<SortOrderEnum>;
30573086
readonly children: InputMaybe<NodeSortInput>;
30583087
readonly graphqlTypegen: InputMaybe<SiteGraphqlTypegenSortInput>;
3088+
readonly host: InputMaybe<SortOrderEnum>;
30593089
readonly id: InputMaybe<SortOrderEnum>;
30603090
readonly internal: InputMaybe<InternalSortInput>;
30613091
readonly jsxRuntime: InputMaybe<SortOrderEnum>;
30623092
readonly parent: InputMaybe<NodeSortInput>;
30633093
readonly pathPrefix: InputMaybe<SortOrderEnum>;
30643094
readonly polyfill: InputMaybe<SortOrderEnum>;
3095+
readonly port: InputMaybe<SortOrderEnum>;
30653096
readonly siteMetadata: InputMaybe<SiteSiteMetadataSortInput>;
30663097
readonly trailingSlash: InputMaybe<SortOrderEnum>;
30673098
};
@@ -3088,6 +3119,132 @@ type TransformOptions = {
30883119
readonly trim: InputMaybe<Scalars['Float']>;
30893120
};
30903121

3122+
type Translation = Node & {
3123+
readonly children: ReadonlyArray<Node>;
3124+
readonly id: Scalars['ID'];
3125+
readonly internal: Internal;
3126+
readonly key: Maybe<Scalars['String']>;
3127+
readonly locale: Maybe<Scalars['String']>;
3128+
readonly message: Maybe<Scalars['String']>;
3129+
readonly parent: Maybe<Node>;
3130+
};
3131+
3132+
type TranslationConnection = {
3133+
readonly distinct: ReadonlyArray<Scalars['String']>;
3134+
readonly edges: ReadonlyArray<TranslationEdge>;
3135+
readonly group: ReadonlyArray<TranslationGroupConnection>;
3136+
readonly max: Maybe<Scalars['Float']>;
3137+
readonly min: Maybe<Scalars['Float']>;
3138+
readonly nodes: ReadonlyArray<Translation>;
3139+
readonly pageInfo: PageInfo;
3140+
readonly sum: Maybe<Scalars['Float']>;
3141+
readonly totalCount: Scalars['Int'];
3142+
};
3143+
3144+
3145+
type TranslationConnection_distinctArgs = {
3146+
field: TranslationFieldSelector;
3147+
};
3148+
3149+
3150+
type TranslationConnection_groupArgs = {
3151+
field: TranslationFieldSelector;
3152+
limit: InputMaybe<Scalars['Int']>;
3153+
skip: InputMaybe<Scalars['Int']>;
3154+
};
3155+
3156+
3157+
type TranslationConnection_maxArgs = {
3158+
field: TranslationFieldSelector;
3159+
};
3160+
3161+
3162+
type TranslationConnection_minArgs = {
3163+
field: TranslationFieldSelector;
3164+
};
3165+
3166+
3167+
type TranslationConnection_sumArgs = {
3168+
field: TranslationFieldSelector;
3169+
};
3170+
3171+
type TranslationEdge = {
3172+
readonly next: Maybe<Translation>;
3173+
readonly node: Translation;
3174+
readonly previous: Maybe<Translation>;
3175+
};
3176+
3177+
type TranslationFieldSelector = {
3178+
readonly children: InputMaybe<NodeFieldSelector>;
3179+
readonly id: InputMaybe<FieldSelectorEnum>;
3180+
readonly internal: InputMaybe<InternalFieldSelector>;
3181+
readonly key: InputMaybe<FieldSelectorEnum>;
3182+
readonly locale: InputMaybe<FieldSelectorEnum>;
3183+
readonly message: InputMaybe<FieldSelectorEnum>;
3184+
readonly parent: InputMaybe<NodeFieldSelector>;
3185+
};
3186+
3187+
type TranslationFilterInput = {
3188+
readonly children: InputMaybe<NodeFilterListInput>;
3189+
readonly id: InputMaybe<StringQueryOperatorInput>;
3190+
readonly internal: InputMaybe<InternalFilterInput>;
3191+
readonly key: InputMaybe<StringQueryOperatorInput>;
3192+
readonly locale: InputMaybe<StringQueryOperatorInput>;
3193+
readonly message: InputMaybe<StringQueryOperatorInput>;
3194+
readonly parent: InputMaybe<NodeFilterInput>;
3195+
};
3196+
3197+
type TranslationGroupConnection = {
3198+
readonly distinct: ReadonlyArray<Scalars['String']>;
3199+
readonly edges: ReadonlyArray<TranslationEdge>;
3200+
readonly field: Scalars['String'];
3201+
readonly fieldValue: Maybe<Scalars['String']>;
3202+
readonly group: ReadonlyArray<TranslationGroupConnection>;
3203+
readonly max: Maybe<Scalars['Float']>;
3204+
readonly min: Maybe<Scalars['Float']>;
3205+
readonly nodes: ReadonlyArray<Translation>;
3206+
readonly pageInfo: PageInfo;
3207+
readonly sum: Maybe<Scalars['Float']>;
3208+
readonly totalCount: Scalars['Int'];
3209+
};
3210+
3211+
3212+
type TranslationGroupConnection_distinctArgs = {
3213+
field: TranslationFieldSelector;
3214+
};
3215+
3216+
3217+
type TranslationGroupConnection_groupArgs = {
3218+
field: TranslationFieldSelector;
3219+
limit: InputMaybe<Scalars['Int']>;
3220+
skip: InputMaybe<Scalars['Int']>;
3221+
};
3222+
3223+
3224+
type TranslationGroupConnection_maxArgs = {
3225+
field: TranslationFieldSelector;
3226+
};
3227+
3228+
3229+
type TranslationGroupConnection_minArgs = {
3230+
field: TranslationFieldSelector;
3231+
};
3232+
3233+
3234+
type TranslationGroupConnection_sumArgs = {
3235+
field: TranslationFieldSelector;
3236+
};
3237+
3238+
type TranslationSortInput = {
3239+
readonly children: InputMaybe<NodeSortInput>;
3240+
readonly id: InputMaybe<SortOrderEnum>;
3241+
readonly internal: InputMaybe<InternalSortInput>;
3242+
readonly key: InputMaybe<SortOrderEnum>;
3243+
readonly locale: InputMaybe<SortOrderEnum>;
3244+
readonly message: InputMaybe<SortOrderEnum>;
3245+
readonly parent: InputMaybe<NodeSortInput>;
3246+
};
3247+
30913248
type WebPOptions = {
30923249
readonly quality: InputMaybe<Scalars['Int']>;
30933250
};

0 commit comments

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