mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-06-12 05:11:38 +02:00
Bootstrap Kevin's Data-Toolbox
This commit is contained in:
parent
4da936864f
commit
3f4d6da00b
30 changed files with 1255 additions and 120 deletions
|
@ -7,37 +7,19 @@
|
|||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
content="Tools crafted for your enjoyment."
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
|
||||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>Kevin's Data-Toolbox</title>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<noscript>You need to enable JavaScript to run Kevin's Data-Toolbox.</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
This HTML file is a template.
|
||||
If you open it directly in the browser, you will see an empty page.
|
||||
|
||||
You can add webfonts, meta tags, or analytics to this file.
|
||||
The build step will place the bundled scripts into the <body> tag.
|
||||
|
||||
To begin the development, run `npm start` or `yarn start`.
|
||||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
Hello you source-dwelling human. If you like source-code, you should check out my GitHub-Account at https://github.com/Unkn0wnCat
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
34
public/locales/de/translation.json
Normal file
34
public/locales/de/translation.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"site": {
|
||||
"title": "Kevins Datenkasten",
|
||||
"navigation": {
|
||||
"tools": "Werkzeuge",
|
||||
"about": "Über"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"heroPretitle": "Kevins",
|
||||
"heroTitle": "Datenkasten",
|
||||
"heroSubtitle": "Dein 1-Stopp-Daten-Shop!"
|
||||
},
|
||||
"tools": {
|
||||
"toolCategories": "Kategorien",
|
||||
"toolList": "Liste von Werkzeugen",
|
||||
"noresults": "Keine Ergebnisse.",
|
||||
"categories": {
|
||||
"everything": "Alles"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "Über Kevins Datenkasten",
|
||||
"p1": "Kevins Datenkasten ist meine Kollektion von kleinen, nützlichen Werkzeugen. Schau doch mal ob du was nüzliches findest!",
|
||||
"p2": "Ich werde mehr Werkzeuge hinzufügen sobald ich diese fertig habe, also schau regelmäßig wieder rein!",
|
||||
"morebyme": "Mehr von mir",
|
||||
"visitKevinKdev": "Schau dir meine Website unter <1>KevinK.dev</1> an!"
|
||||
|
||||
},
|
||||
"system": {
|
||||
"notfound": "Seite nicht gefunden",
|
||||
"language": "Sprache"
|
||||
}
|
||||
}
|
34
public/locales/en/translation.json
Normal file
34
public/locales/en/translation.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"site": {
|
||||
"title": "Kevin's Data-Toolbox",
|
||||
"navigation": {
|
||||
"tools": "Tools",
|
||||
"about": "About"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"heroPretitle": "Kevin's",
|
||||
"heroTitle": "Data-Toolbox",
|
||||
"heroSubtitle": "Your One-Stop-Data-Shop!"
|
||||
},
|
||||
"tools": {
|
||||
"toolCategories": "Categories",
|
||||
"toolList": "List of tools",
|
||||
"noresults": "No results have been found.",
|
||||
"categories": {
|
||||
"everything": "Everything"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "About Kevin's Data-Toolbox",
|
||||
"p1": "Kevin's Data-Toolbox is my collection of useful small tools. Feel free to look through them to see if there anything is of use to you!",
|
||||
"p2": "There will be more tools added over time as I create them, so check back regularly to learn about new tools!",
|
||||
"morebyme": "More By Me",
|
||||
"visitKevinKdev": "Check out my website <1>KevinK.dev</1>!"
|
||||
|
||||
},
|
||||
"system": {
|
||||
"notfound": "Page Not Found",
|
||||
"language": "Language"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue