added menu and caret
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
eda672569f
commit
b97eb40517
7 changed files with 154 additions and 37 deletions
|
@ -16,5 +16,18 @@
|
|||
"icon": "de",
|
||||
"url": "https://samuel-philipp.de"
|
||||
}
|
||||
]
|
||||
],
|
||||
"menu": {
|
||||
"title": {
|
||||
"de": "Menü",
|
||||
"en": "Menu"
|
||||
},
|
||||
"items": [
|
||||
"about",
|
||||
"resume",
|
||||
"projects",
|
||||
"skills",
|
||||
"interests"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -36,7 +36,7 @@
|
|||
"company": "AV-TEST GmbH",
|
||||
"url": "https://www.av-test.org",
|
||||
"start": "Jan. 2018",
|
||||
"end": "heute",
|
||||
"end": "Apr. 2023",
|
||||
"descriptions": [
|
||||
"Threat Intelligence Plattform <a href=\"https://av-atlas.org\">av-atlas.org</a>",
|
||||
"Automatisierte Datenschutzanalyse von Android Apps",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"company": "AV-TEST GmbH",
|
||||
"url": "https://www.av-test.org",
|
||||
"start": "Jan. 2018",
|
||||
"end": "now",
|
||||
"end": "Apr. 2023",
|
||||
"descriptions": [
|
||||
"Threat Intelligence Platform <a href=\"https://av-atlas.org\">av-atlas.org</a>",
|
||||
"Automated privacy analysis of Android apps",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const site = require("./site.json");
|
||||
const site = require("./global.json");
|
||||
|
||||
site.buildTime = new Date();
|
||||
site.lang = process.env.LANGUAGE || 'en';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue