diff --git a/.gitignore b/.gitignore index 16fbf17..89867d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,118 +1,3 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# TypeScript v1 declaration files -typings/ - -# TypeScript cache -*.tsbuildinfo - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env -.env.test - -# parcel-bundler cache (https://parceljs.org/) -.cache - -# Next.js build output -.next - -# Nuxt.js build / generate output -.nuxt - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and *not* Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# TernJS port file -.tern-port -assets/fonts/.DS_Store -assets/fonts/.DS_Store -*.DS_Store -assets/.DS_Store -assets/fonts/.DS_Store -assets/.DS_Store .DS_Store -assets/.DS_Store -assets/fonts/.DS_Store -**/.DS_Store - -.DS_Store - -assets/.DS_Store -assets/fonts/.DS_Store +/node_modules diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..30343a1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2023 - Present, Zeon Studio + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md old mode 100644 new mode 100755 index f3197f7..2cbf719 --- a/README.md +++ b/README.md @@ -1,25 +1,239 @@ -# Website for Electrictian Meister Baader -# Getting started +
Hugoplate is a free starter template built with Hugo, and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time.
-```shell -npm install -D tailwindcss -```` -```shell -npx tailwindcss init +Made with β₯ by Zeon Studio
+If you find this project useful, please give it a β to show your support.
+ ++ + + + + + + + + + + + + + + +
+ +## π What's Included + +We have included almost everything you need to start your Hugo project. Let's see what's included in this template: + +### π Key Features + +- π₯ Multi-Authors +- π― Similar Posts Suggestion +- π Search Functionality +- π Dark Mode +- π·οΈ Tags & Categories +- π Netlify setting pre-configured +- π Support contact form +- π± Fully responsive +- π Write and update content in Markdown +- π¬ Disqus Comment +- π³ Syntax Highlighting + +### π 15+ Pre-designed Pages + +- π Homepage +- π€ About +- π Contact +- π₯ Authors +- π€ Author Single +- π Blog +- π Blog Single +- π« Custom 404 +- π‘ Elements +- π Privacy Policy +- π·οΈ Tags +- π·οΈ Tag Single +- ποΈ Categories +- ποΈ Category Single +- π Search + +### π¦ Tech Stack + +- [Hugo](https://gohugo.io/) +- [Tailwind CSS](https://tailwindcss.com/) +- [PostCSS](https://postcss.org/) +- [PurgeCSS](https://purgecss.com/) +- [AutoPrefixer](https://autoprefixer.github.io/) +- [Hugo Modules](https://gohugo.io/hugo-modules/) by [Gethugothemes](https://gethugothemes.com/hugo-modules) +- [Markdown](https://markdownguide.org/) +- [Prettier](https://prettier.io/) +- [Jshint](https://jshint.com/) +- [Netlify](https://www.netlify.com/) +- [Vercel](https://vercel.com/) +- [Github Actions](https://github.com/features/actions) +- [Gitlab Ci](https://docs.gitlab.com/ee/ci/) +- [AWS Amplify](https://aws.amazon.com/amplify/) + +--- + +## π Getting Started + +First you need to [clone](https://github.com/zeon-studio/hugoplate) or [download](https://github.com/zeon-studio/hugoplate/archive/refs/heads/main.zip) the template repository, and then let's get started with the following process: + +### βοΈ Prerequisites + +To start using this template, you need to have some prerequisites installed on your machine. + +- [Hugo Extended v0.115+](https://gohugo.io/installation/) +- [Node v18+](https://nodejs.org/en/download/) +- [Go v1.20+](https://go.dev/doc/install) + +### π Project Setup + +We build this custom script to make your project setup easier. It will create a new Hugo theme folder, and clone the Hugoplate theme into it. Then move the exampleSite folder into the root directory. So that you can start your Hugo server without going into the exampleSite folder. Use the following command to setup your project. + +```bash +npm run project-setup ``` -## 2. Start the Tailwind CLI build process -Run the CLI tool to scan your template files for classes and build your CSS. +### π Install Dependencies -```shell -npx tailwindcss -i ./src/input.css -o ./output.css --watch +Install all the dependencies using the following command. + +```bash +npm install +``` + +### π Development Command + +Start the development server using the following command. + +```bash +npm run dev ``` + +### π¬ Still Confused? Watch a Quick Video + +https://github.com/zeon-studio/hugoplate/assets/58769763/c260c0ae-91be-42ce-b8db-aa7f11f777bd + +--- + +## π Customization + +This template has been designed with a lot of customization options in mind. You can customize almost anything you want, including: + +### π Site Config + +You can change the site title, base URL, language, theme, plugins, and more from the `hugo.toml` file. + +### π Site Params + +You can customize all the parameters from the `config/_default/params.toml` file. This includes the logo, favicon, search, SEO metadata, and more. + +### π Colors and Fonts + +You can change the colors and fonts from the `data/theme.json` file. This includes the primary color, secondary color, font family, and font size. + +### π Social Links + +You can change the social links from the `data/social.json` file. Add your social links here, and they will automatically be displayed on the site. + --- -All details on: -https://tailwindcss.com/docs/installation -## References -https://www.istockphoto.com/de/foto/elektriker-arbeitet-an-elektro-panel-gm1165561132-320758763?phrase=electrician \ No newline at end of file +## π Advanced Usage + +We have added some custom scripts to make your life easier. You can use these scripts to help you with your development. + +### π Update Theme + +If you want to update the theme, then you can use the following command. It will update the theme to the latest version. + +```bash +npm run update-theme +``` + +> **Note:** This command will work after running `project-setup` script. + +### π Update Modules + +We have added a lot of modules to this template. You can update all the modules using the following command. + +```bash +npm run update-modules +``` + +### π Remove Dark Mode + +If you want to remove dark mode from your project, you can use the following command to remove dark mode from your project. + +```bash +npm run remove-darkmode +``` + +> **Note:** This command will work before running `project-setup` script. If you already run the `project-setup` command, then you have to run `npm run theme-setup` first, and then you can run this command. afterward, you can run `npm run project-setup` again. + +--- + +## π Build And Deploy + +After you finish your development, you can build or deploy your project almost everywhere. Let's see the process: + +### π Build Command + +To build your project locally, you can use the following command. It will purge all the unused CSS and minify all the files. + +```bash +npm run build +``` + +### π Deploy Site + +We have provided 5 different deploy platform configurations with this template, so you can deploy easily. + +- [Netlify](https://www.netlify.com/) +- [Vercel](https://vercel.com/) +- [Github Actions](https://github.com/features/actions) +- [Gitlab Ci](https://docs.gitlab.com/ee/ci/) +- [AWS Amplify](https://aws.amazon.com/amplify/) + +And if you want to Host some other hosting platforms. then you can build your project, and you will get a `public` folder. that you can copy and paste on your hosting platform. + +> **Note:** You must change the `baseURL` in the `hugo.toml` file. Otherwise, your site will not work properly. + +--- + +## π Guide to Staying Compliant + +### π Reporting Issues + +We use GitHub Issues as the official bug tracker for this Template. Please Search [existing issues](https://github.com/zeon-studio/hugoplate/issues). Itβs possible someone has already reported the same problem. +If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/zeon-studio/hugoplate/issues). + +### π License + +Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon.studio/) + +**Code License:** Released under the [MIT](https://github.com/zeon-studio/hugoplate/blob/main/LICENSE) license. + +**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images. + +--- + +## πΌοΈ Showcase + +List of some projects people are building with **Hugoplate**! + +| [![Open Neuromorphic](https://tinyurl.com/hp7avtje)](https://open-neuromorphic.org/) | [![AI Models](https://tinyurl.com/mu4p7dhb)](https://aimodels.org/) | [![Hugobricks](https://tinyurl.com/4x3uwhm9)](https://www.hugobricks.preview.usecue.com/) | [![ONO LLC](https://tinyurl.com/yxnu6whn)](https://ono.day/) +|:---:|:---:|:---:|:---:| +| **Open Neuromorphic** | **AI Models** | **Hugobricks** | **ONO LLC** | + +--- + +## π» Need Customization? + +If you need a custom theme, theme customization, or complete website development services from scratch you can [Hire Us](https://zeon.studio/estimate-project). diff --git a/amplify.yml b/amplify.yml new file mode 100644 index 0000000..76d375a --- /dev/null +++ b/amplify.yml @@ -0,0 +1,29 @@ +version: 1 +frontend: + phases: + preBuild: + commands: + - yum install -y curl + - curl -LO "https://github.com/gohugoio/hugo/releases/download/v0.121.2/hugo_extended_0.121.2_Linux-64bit.tar.gz" + - tar -xvf hugo_extended_0.121.2_Linux-64bit.tar.gz + - mv hugo /usr/local/bin/ + - rm hugo_extended_0.121.2_Linux-64bit.tar.gz + - echo "HUGO 0.121.2 INSTALLED" + - curl -LO "https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz" + - tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz + - export PATH=$PATH:/usr/local/go/bin + - rm go1.20.5.linux-amd64.tar.gz + - echo "GO 1.20.5 INSTALLED" + - npm install + build: + commands: + - npm run project-setup + - npm run build + artifacts: + # IMPORTANT - Please verify your build output directory + baseDirectory: /public + files: + - "**/*" + cache: + paths: + - node_modules/**/* diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index ee8200e..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png deleted file mode 100644 index 8cf6938..0000000 Binary files a/android-chrome-512x512.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index 8830430..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/assets/fonts/Cabin/Cabin-Italic-VariableFont_wdth_wght.ttf b/assets/fonts/Cabin/Cabin-Italic-VariableFont_wdth_wght.ttf deleted file mode 100644 index 452b6b5..0000000 Binary files a/assets/fonts/Cabin/Cabin-Italic-VariableFont_wdth_wght.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/Cabin-VariableFont_wdth_wght.ttf b/assets/fonts/Cabin/Cabin-VariableFont_wdth_wght.ttf deleted file mode 100644 index 5fa4b9b..0000000 Binary files a/assets/fonts/Cabin/Cabin-VariableFont_wdth_wght.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/OFL.txt b/assets/fonts/Cabin/OFL.txt deleted file mode 100644 index 5fe9f51..0000000 --- a/assets/fonts/Cabin/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2018 The Cabin Project Authors (https://github.com/impallari/Cabin.git) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Cabin/README.txt b/assets/fonts/Cabin/README.txt deleted file mode 100644 index 13696d7..0000000 --- a/assets/fonts/Cabin/README.txt +++ /dev/null @@ -1,88 +0,0 @@ -Cabin Variable Font -=================== - -This download contains Cabin as both variable fonts and static fonts. - -Cabin is a variable font with these axes: - wdth - wght - -This means all the styles are contained in these files: - Cabin-VariableFont_wdth,wght.ttf - Cabin-Italic-VariableFont_wdth,wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that arenβt available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Cabin: - static/Cabin_Condensed-Regular.ttf - static/Cabin_Condensed-Medium.ttf - static/Cabin_Condensed-SemiBold.ttf - static/Cabin_Condensed-Bold.ttf - static/Cabin_SemiCondensed-Regular.ttf - static/Cabin_SemiCondensed-Medium.ttf - static/Cabin_SemiCondensed-SemiBold.ttf - static/Cabin_SemiCondensed-Bold.ttf - static/Cabin-Regular.ttf - static/Cabin-Medium.ttf - static/Cabin-SemiBold.ttf - static/Cabin-Bold.ttf - static/Cabin_Condensed-Italic.ttf - static/Cabin_Condensed-MediumItalic.ttf - static/Cabin_Condensed-SemiBoldItalic.ttf - static/Cabin_Condensed-BoldItalic.ttf - static/Cabin_SemiCondensed-Italic.ttf - static/Cabin_SemiCondensed-MediumItalic.ttf - static/Cabin_SemiCondensed-SemiBoldItalic.ttf - static/Cabin_SemiCondensed-BoldItalic.ttf - static/Cabin-Italic.ttf - static/Cabin-MediumItalic.ttf - static/Cabin-SemiBoldItalic.ttf - static/Cabin-BoldItalic.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects β print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/assets/fonts/Cabin/static/Cabin-Bold.ttf b/assets/fonts/Cabin/static/Cabin-Bold.ttf deleted file mode 100644 index 4f5a57f..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-BoldItalic.ttf b/assets/fonts/Cabin/static/Cabin-BoldItalic.ttf deleted file mode 100644 index 1118400..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-Italic.ttf b/assets/fonts/Cabin/static/Cabin-Italic.ttf deleted file mode 100644 index a49b9fb..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-Italic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-Medium.ttf b/assets/fonts/Cabin/static/Cabin-Medium.ttf deleted file mode 100644 index 069b842..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-MediumItalic.ttf b/assets/fonts/Cabin/static/Cabin-MediumItalic.ttf deleted file mode 100644 index 0113ddb..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-MediumItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-Regular.ttf b/assets/fonts/Cabin/static/Cabin-Regular.ttf deleted file mode 100644 index 4b78301..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-SemiBold.ttf b/assets/fonts/Cabin/static/Cabin-SemiBold.ttf deleted file mode 100644 index bf78eb9..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin-SemiBoldItalic.ttf b/assets/fonts/Cabin/static/Cabin-SemiBoldItalic.ttf deleted file mode 100644 index 3546fa8..0000000 Binary files a/assets/fonts/Cabin/static/Cabin-SemiBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-Bold.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-Bold.ttf deleted file mode 100644 index 9e3a0de..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-BoldItalic.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-BoldItalic.ttf deleted file mode 100644 index a64317d..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-Italic.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-Italic.ttf deleted file mode 100644 index 339982a..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-Italic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-Medium.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-Medium.ttf deleted file mode 100644 index b418403..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-MediumItalic.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-MediumItalic.ttf deleted file mode 100644 index e69bd9b..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-MediumItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-Regular.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-Regular.ttf deleted file mode 100644 index 5c8272a..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-SemiBold.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-SemiBold.ttf deleted file mode 100644 index aceac18..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_Condensed-SemiBoldItalic.ttf b/assets/fonts/Cabin/static/Cabin_Condensed-SemiBoldItalic.ttf deleted file mode 100644 index c13b46e..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_Condensed-SemiBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Bold.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-Bold.ttf deleted file mode 100644 index b20f115..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-BoldItalic.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-BoldItalic.ttf deleted file mode 100644 index c251f8f..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Italic.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-Italic.ttf deleted file mode 100644 index 3b28ef2..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Italic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Medium.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-Medium.ttf deleted file mode 100644 index 23bf002..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-MediumItalic.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-MediumItalic.ttf deleted file mode 100644 index c9fad3a..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-MediumItalic.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Regular.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-Regular.ttf deleted file mode 100644 index 31a0404..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-SemiBold.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-SemiBold.ttf deleted file mode 100644 index b90ed60..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Cabin/static/Cabin_SemiCondensed-SemiBoldItalic.ttf b/assets/fonts/Cabin/static/Cabin_SemiCondensed-SemiBoldItalic.ttf deleted file mode 100644 index d759e1e..0000000 Binary files a/assets/fonts/Cabin/static/Cabin_SemiCondensed-SemiBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/Chivo-Italic-VariableFont_wght.ttf b/assets/fonts/Chivo/Chivo-Italic-VariableFont_wght.ttf deleted file mode 100644 index 4d64e87..0000000 Binary files a/assets/fonts/Chivo/Chivo-Italic-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/Chivo-VariableFont_wght.ttf b/assets/fonts/Chivo/Chivo-VariableFont_wght.ttf deleted file mode 100644 index dc48e9a..0000000 Binary files a/assets/fonts/Chivo/Chivo-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/OFL.txt b/assets/fonts/Chivo/OFL.txt deleted file mode 100644 index c0b1af0..0000000 --- a/assets/fonts/Chivo/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2019 The Chivo Project Authors (https://github.com/Omnibus-Type/Chivo) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Chivo/README.txt b/assets/fonts/Chivo/README.txt deleted file mode 100644 index 4af0ba4..0000000 --- a/assets/fonts/Chivo/README.txt +++ /dev/null @@ -1,81 +0,0 @@ -Chivo Variable Font -=================== - -This download contains Chivo as both variable fonts and static fonts. - -Chivo is a variable font with this axis: - wght - -This means all the styles are contained in these files: - Chivo-VariableFont_wght.ttf - Chivo-Italic-VariableFont_wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that arenβt available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Chivo: - static/Chivo-Thin.ttf - static/Chivo-ExtraLight.ttf - static/Chivo-Light.ttf - static/Chivo-Regular.ttf - static/Chivo-Medium.ttf - static/Chivo-SemiBold.ttf - static/Chivo-Bold.ttf - static/Chivo-ExtraBold.ttf - static/Chivo-Black.ttf - static/Chivo-ThinItalic.ttf - static/Chivo-ExtraLightItalic.ttf - static/Chivo-LightItalic.ttf - static/Chivo-Italic.ttf - static/Chivo-MediumItalic.ttf - static/Chivo-SemiBoldItalic.ttf - static/Chivo-BoldItalic.ttf - static/Chivo-ExtraBoldItalic.ttf - static/Chivo-BlackItalic.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects β print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/assets/fonts/Chivo/static/Chivo-Black.ttf b/assets/fonts/Chivo/static/Chivo-Black.ttf deleted file mode 100644 index 6ed828e..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Black.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-BlackItalic.ttf b/assets/fonts/Chivo/static/Chivo-BlackItalic.ttf deleted file mode 100644 index da45ae8..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-BlackItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-Bold.ttf b/assets/fonts/Chivo/static/Chivo-Bold.ttf deleted file mode 100644 index 9d5d412..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-BoldItalic.ttf b/assets/fonts/Chivo/static/Chivo-BoldItalic.ttf deleted file mode 100644 index af4fd67..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-ExtraBold.ttf b/assets/fonts/Chivo/static/Chivo-ExtraBold.ttf deleted file mode 100644 index 8ff9b1b..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-ExtraBold.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-ExtraBoldItalic.ttf b/assets/fonts/Chivo/static/Chivo-ExtraBoldItalic.ttf deleted file mode 100644 index 4e296aa..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-ExtraBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-ExtraLight.ttf b/assets/fonts/Chivo/static/Chivo-ExtraLight.ttf deleted file mode 100644 index 0f4303f..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-ExtraLight.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-ExtraLightItalic.ttf b/assets/fonts/Chivo/static/Chivo-ExtraLightItalic.ttf deleted file mode 100644 index bf9cbd4..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-ExtraLightItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-Italic.ttf b/assets/fonts/Chivo/static/Chivo-Italic.ttf deleted file mode 100644 index fd7a3a4..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Italic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-Light.ttf b/assets/fonts/Chivo/static/Chivo-Light.ttf deleted file mode 100644 index e4f6d85..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Light.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-LightItalic.ttf b/assets/fonts/Chivo/static/Chivo-LightItalic.ttf deleted file mode 100644 index 6889a1b..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-LightItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-Medium.ttf b/assets/fonts/Chivo/static/Chivo-Medium.ttf deleted file mode 100644 index e6b4e02..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-MediumItalic.ttf b/assets/fonts/Chivo/static/Chivo-MediumItalic.ttf deleted file mode 100644 index 7022a79..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-MediumItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-Regular.ttf b/assets/fonts/Chivo/static/Chivo-Regular.ttf deleted file mode 100644 index d75f0a4..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-SemiBold.ttf b/assets/fonts/Chivo/static/Chivo-SemiBold.ttf deleted file mode 100644 index 0dd5fa4..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-SemiBoldItalic.ttf b/assets/fonts/Chivo/static/Chivo-SemiBoldItalic.ttf deleted file mode 100644 index 23671cd..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-SemiBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-Thin.ttf b/assets/fonts/Chivo/static/Chivo-Thin.ttf deleted file mode 100644 index fcf5936..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-Thin.ttf and /dev/null differ diff --git a/assets/fonts/Chivo/static/Chivo-ThinItalic.ttf b/assets/fonts/Chivo/static/Chivo-ThinItalic.ttf deleted file mode 100644 index 8e51c0c..0000000 Binary files a/assets/fonts/Chivo/static/Chivo-ThinItalic.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/Lexend-VariableFont_wght.ttf b/assets/fonts/Lexend/Lexend-VariableFont_wght.ttf deleted file mode 100644 index e9c7a9f..0000000 Binary files a/assets/fonts/Lexend/Lexend-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/OFL.txt b/assets/fonts/Lexend/OFL.txt deleted file mode 100644 index 6b67924..0000000 --- a/assets/fonts/Lexend/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2018 The Lexend Project Authors (https://github.com/googlefonts/lexend), with Reserved Font Name βRevReading Lexendβ. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Lexend/README.txt b/assets/fonts/Lexend/README.txt deleted file mode 100644 index f2966df..0000000 --- a/assets/fonts/Lexend/README.txt +++ /dev/null @@ -1,71 +0,0 @@ -Lexend Variable Font -==================== - -This download contains Lexend as both a variable font and static fonts. - -Lexend is a variable font with this axis: - wght - -This means all the styles are contained in a single file: - Lexend-VariableFont_wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that arenβt available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Lexend: - static/Lexend-Thin.ttf - static/Lexend-ExtraLight.ttf - static/Lexend-Light.ttf - static/Lexend-Regular.ttf - static/Lexend-Medium.ttf - static/Lexend-SemiBold.ttf - static/Lexend-Bold.ttf - static/Lexend-ExtraBold.ttf - static/Lexend-Black.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects β print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/assets/fonts/Lexend/static/Lexend-Black.ttf b/assets/fonts/Lexend/static/Lexend-Black.ttf deleted file mode 100644 index 684e419..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-Black.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-Bold.ttf b/assets/fonts/Lexend/static/Lexend-Bold.ttf deleted file mode 100644 index 2020169..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-ExtraBold.ttf b/assets/fonts/Lexend/static/Lexend-ExtraBold.ttf deleted file mode 100644 index 8bfe2c6..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-ExtraBold.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-ExtraLight.ttf b/assets/fonts/Lexend/static/Lexend-ExtraLight.ttf deleted file mode 100644 index 3e5489b..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-ExtraLight.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-Light.ttf b/assets/fonts/Lexend/static/Lexend-Light.ttf deleted file mode 100644 index ce0e0a5..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-Light.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-Medium.ttf b/assets/fonts/Lexend/static/Lexend-Medium.ttf deleted file mode 100644 index 9abc2b8..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-Regular.ttf b/assets/fonts/Lexend/static/Lexend-Regular.ttf deleted file mode 100644 index c5c1417..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-SemiBold.ttf b/assets/fonts/Lexend/static/Lexend-SemiBold.ttf deleted file mode 100644 index 541098a..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Lexend/static/Lexend-Thin.ttf b/assets/fonts/Lexend/static/Lexend-Thin.ttf deleted file mode 100644 index 682c69c..0000000 Binary files a/assets/fonts/Lexend/static/Lexend-Thin.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/OFL.txt b/assets/fonts/Readex_Pro/OFL.txt deleted file mode 100644 index 110979a..0000000 --- a/assets/fonts/Readex_Pro/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2018 The Readex Pro Project Authors (https://github.com/ThomasJockin/readexpro), with Reserved Font Name βRevReading Lexendβ. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Readex_Pro/README.txt b/assets/fonts/Readex_Pro/README.txt deleted file mode 100644 index 67b5413..0000000 --- a/assets/fonts/Readex_Pro/README.txt +++ /dev/null @@ -1,69 +0,0 @@ -Readex Pro Variable Font -======================== - -This download contains Readex Pro as both a variable font and static fonts. - -Readex Pro is a variable font with these axes: - HEXP - wght - -This means all the styles are contained in a single file: - ReadexPro-VariableFont_HEXP,wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that arenβt available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Readex Pro: - static/ReadexPro-ExtraLight.ttf - static/ReadexPro-Light.ttf - static/ReadexPro-Regular.ttf - static/ReadexPro-Medium.ttf - static/ReadexPro-SemiBold.ttf - static/ReadexPro-Bold.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects β print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/assets/fonts/Readex_Pro/ReadexPro-VariableFont_HEXP,wght.ttf b/assets/fonts/Readex_Pro/ReadexPro-VariableFont_HEXP,wght.ttf deleted file mode 100644 index fea9291..0000000 Binary files a/assets/fonts/Readex_Pro/ReadexPro-VariableFont_HEXP,wght.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/static/ReadexPro-Bold.ttf b/assets/fonts/Readex_Pro/static/ReadexPro-Bold.ttf deleted file mode 100644 index 7f56cba..0000000 Binary files a/assets/fonts/Readex_Pro/static/ReadexPro-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/static/ReadexPro-ExtraLight.ttf b/assets/fonts/Readex_Pro/static/ReadexPro-ExtraLight.ttf deleted file mode 100644 index f008ca6..0000000 Binary files a/assets/fonts/Readex_Pro/static/ReadexPro-ExtraLight.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/static/ReadexPro-Light.ttf b/assets/fonts/Readex_Pro/static/ReadexPro-Light.ttf deleted file mode 100644 index bfbe921..0000000 Binary files a/assets/fonts/Readex_Pro/static/ReadexPro-Light.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/static/ReadexPro-Medium.ttf b/assets/fonts/Readex_Pro/static/ReadexPro-Medium.ttf deleted file mode 100644 index abd3cf9..0000000 Binary files a/assets/fonts/Readex_Pro/static/ReadexPro-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/static/ReadexPro-Regular.ttf b/assets/fonts/Readex_Pro/static/ReadexPro-Regular.ttf deleted file mode 100644 index 93fc892..0000000 Binary files a/assets/fonts/Readex_Pro/static/ReadexPro-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Readex_Pro/static/ReadexPro-SemiBold.ttf b/assets/fonts/Readex_Pro/static/ReadexPro-SemiBold.ttf deleted file mode 100644 index 5ca7312..0000000 Binary files a/assets/fonts/Readex_Pro/static/ReadexPro-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/OFL.txt b/assets/fonts/Work_Sans/OFL.txt deleted file mode 100644 index 6841791..0000000 --- a/assets/fonts/Work_Sans/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Work_Sans/README.txt b/assets/fonts/Work_Sans/README.txt deleted file mode 100644 index 456e401..0000000 --- a/assets/fonts/Work_Sans/README.txt +++ /dev/null @@ -1,81 +0,0 @@ -Work Sans Variable Font -======================= - -This download contains Work Sans as both variable fonts and static fonts. - -Work Sans is a variable font with this axis: - wght - -This means all the styles are contained in these files: - WorkSans-VariableFont_wght.ttf - WorkSans-Italic-VariableFont_wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that arenβt available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Work Sans: - static/WorkSans-Thin.ttf - static/WorkSans-ExtraLight.ttf - static/WorkSans-Light.ttf - static/WorkSans-Regular.ttf - static/WorkSans-Medium.ttf - static/WorkSans-SemiBold.ttf - static/WorkSans-Bold.ttf - static/WorkSans-ExtraBold.ttf - static/WorkSans-Black.ttf - static/WorkSans-ThinItalic.ttf - static/WorkSans-ExtraLightItalic.ttf - static/WorkSans-LightItalic.ttf - static/WorkSans-Italic.ttf - static/WorkSans-MediumItalic.ttf - static/WorkSans-SemiBoldItalic.ttf - static/WorkSans-BoldItalic.ttf - static/WorkSans-ExtraBoldItalic.ttf - static/WorkSans-BlackItalic.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects β print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/assets/fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf b/assets/fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf deleted file mode 100644 index 03e9671..0000000 Binary files a/assets/fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf b/assets/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf deleted file mode 100644 index c8d0541..0000000 Binary files a/assets/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Black.ttf b/assets/fonts/Work_Sans/static/WorkSans-Black.ttf deleted file mode 100644 index f0f61fb..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Black.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-BlackItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-BlackItalic.ttf deleted file mode 100644 index 4e56453..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-BlackItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Bold.ttf b/assets/fonts/Work_Sans/static/WorkSans-Bold.ttf deleted file mode 100644 index c30cb07..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-BoldItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-BoldItalic.ttf deleted file mode 100644 index 74485eb..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-ExtraBold.ttf b/assets/fonts/Work_Sans/static/WorkSans-ExtraBold.ttf deleted file mode 100644 index 2d0d46a..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-ExtraBold.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-ExtraBoldItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-ExtraBoldItalic.ttf deleted file mode 100644 index 7bd39ad..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-ExtraBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-ExtraLight.ttf b/assets/fonts/Work_Sans/static/WorkSans-ExtraLight.ttf deleted file mode 100644 index 649ba45..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-ExtraLight.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-ExtraLightItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-ExtraLightItalic.ttf deleted file mode 100644 index 189da43..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-ExtraLightItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Italic.ttf b/assets/fonts/Work_Sans/static/WorkSans-Italic.ttf deleted file mode 100644 index 20098be..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Italic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Light.ttf b/assets/fonts/Work_Sans/static/WorkSans-Light.ttf deleted file mode 100644 index 21b95a3..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Light.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-LightItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-LightItalic.ttf deleted file mode 100644 index e4b733b..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-LightItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Medium.ttf b/assets/fonts/Work_Sans/static/WorkSans-Medium.ttf deleted file mode 100644 index 1800fe2..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-MediumItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-MediumItalic.ttf deleted file mode 100644 index 45ceafa..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-MediumItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Regular.ttf b/assets/fonts/Work_Sans/static/WorkSans-Regular.ttf deleted file mode 100644 index 20c7240..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf b/assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf deleted file mode 100644 index bce808c..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-SemiBoldItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-SemiBoldItalic.ttf deleted file mode 100644 index 57de6c8..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-SemiBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-Thin.ttf b/assets/fonts/Work_Sans/static/WorkSans-Thin.ttf deleted file mode 100644 index 2547932..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-Thin.ttf and /dev/null differ diff --git a/assets/fonts/Work_Sans/static/WorkSans-ThinItalic.ttf b/assets/fonts/Work_Sans/static/WorkSans-ThinItalic.ttf deleted file mode 100644 index 64da9b5..0000000 Binary files a/assets/fonts/Work_Sans/static/WorkSans-ThinItalic.ttf and /dev/null differ diff --git a/assets/images/avatar-sm.png b/assets/images/avatar-sm.png new file mode 100644 index 0000000..e1699dc Binary files /dev/null and b/assets/images/avatar-sm.png differ diff --git a/assets/images/avatar.png b/assets/images/avatar.png new file mode 100755 index 0000000..387b035 Binary files /dev/null and b/assets/images/avatar.png differ diff --git a/assets/images/banner.png b/assets/images/banner.png new file mode 100644 index 0000000..5f8a9e8 Binary files /dev/null and b/assets/images/banner.png differ diff --git a/assets/images/call-to-action.png b/assets/images/call-to-action.png new file mode 100755 index 0000000..ec2d625 Binary files /dev/null and b/assets/images/call-to-action.png differ diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000..13f24a3 Binary files /dev/null and b/assets/images/favicon.png differ diff --git a/assets/images/gallery/01.jpg b/assets/images/gallery/01.jpg new file mode 100644 index 0000000..662fc1d Binary files /dev/null and b/assets/images/gallery/01.jpg differ diff --git a/assets/images/gallery/02.jpg b/assets/images/gallery/02.jpg new file mode 100644 index 0000000..22fb37f Binary files /dev/null and b/assets/images/gallery/02.jpg differ diff --git a/assets/images/gallery/03.jpg b/assets/images/gallery/03.jpg new file mode 100644 index 0000000..cea735f Binary files /dev/null and b/assets/images/gallery/03.jpg differ diff --git a/assets/images/gallery/04.jpg b/assets/images/gallery/04.jpg new file mode 100644 index 0000000..48d7c32 Binary files /dev/null and b/assets/images/gallery/04.jpg differ diff --git a/assets/images/gallery/05.jpg b/assets/images/gallery/05.jpg new file mode 100644 index 0000000..0987809 Binary files /dev/null and b/assets/images/gallery/05.jpg differ diff --git a/assets/images/gallery/06.jpg b/assets/images/gallery/06.jpg new file mode 100644 index 0000000..662fc1d Binary files /dev/null and b/assets/images/gallery/06.jpg differ diff --git a/assets/images/image-placeholder.png b/assets/images/image-placeholder.png new file mode 100755 index 0000000..a61a0c0 Binary files /dev/null and b/assets/images/image-placeholder.png differ diff --git a/assets/images/logo-darkmode.png b/assets/images/logo-darkmode.png new file mode 100644 index 0000000..c85cca9 Binary files /dev/null and b/assets/images/logo-darkmode.png differ diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..afee107 Binary files /dev/null and b/assets/images/logo.png differ diff --git a/assets/images/no-search-found.png b/assets/images/no-search-found.png new file mode 100755 index 0000000..1e1e6e1 Binary files /dev/null and b/assets/images/no-search-found.png differ diff --git a/assets/images/og-image.png b/assets/images/og-image.png new file mode 100644 index 0000000..e31ac0e Binary files /dev/null and b/assets/images/og-image.png differ diff --git a/assets/images/service-1.png b/assets/images/service-1.png new file mode 100755 index 0000000..5842791 Binary files /dev/null and b/assets/images/service-1.png differ diff --git a/assets/images/service-2.png b/assets/images/service-2.png new file mode 100755 index 0000000..2cc116a Binary files /dev/null and b/assets/images/service-2.png differ diff --git a/assets/images/service-3.png b/assets/images/service-3.png new file mode 100755 index 0000000..cf690b7 Binary files /dev/null and b/assets/images/service-3.png differ diff --git a/assets/img/Logo Elektro Baader.svg b/assets/img/Logo Elektro Baader.svg deleted file mode 100644 index 5d05a76..0000000 --- a/assets/img/Logo Elektro Baader.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/assets/img/ihk-logo.png b/assets/img/ihk-logo.png deleted file mode 100644 index 650268f..0000000 Binary files a/assets/img/ihk-logo.png and /dev/null differ diff --git a/assets/img/schaltkasten.png b/assets/img/schaltkasten.png deleted file mode 100644 index 9bb74e8..0000000 Binary files a/assets/img/schaltkasten.png and /dev/null differ diff --git a/assets/img/stage-header.jpg b/assets/img/stage-header.jpg deleted file mode 100644 index 9c8b1ac..0000000 Binary files a/assets/img/stage-header.jpg and /dev/null differ diff --git a/assets/img/wallbox.png b/assets/img/wallbox.png deleted file mode 100644 index f586618..0000000 Binary files a/assets/img/wallbox.png and /dev/null differ diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss new file mode 100755 index 0000000..9685904 --- /dev/null +++ b/assets/scss/custom.scss @@ -0,0 +1 @@ +// Add your own custom styles here diff --git a/config/_default/languages.toml b/config/_default/languages.toml new file mode 100755 index 0000000..fc8d07f --- /dev/null +++ b/config/_default/languages.toml @@ -0,0 +1,6 @@ +################ English language ################## +[en] +languageName = "En" +languageCode = "en-us" +contentDir = "content/english" +weight = 1 diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml new file mode 100755 index 0000000..9a021f4 --- /dev/null +++ b/config/_default/menus.en.toml @@ -0,0 +1,63 @@ +############# English navigation ############## + +# main menu +[[main]] +name = "Home" +pageRef = "/" +weight = 1 + +[[main]] +name = "About" +pageRef = "/about" +weight = 2 + +[[main]] +name = "Elements" +pageRef = "/elements" +weight = 3 + +[[main]] +weight = 4 +name = "Pages" + +[[main]] +parent = "Pages" +name = "Blog" +pageRef = "/blog" + +[[main]] +parent = "Pages" +name = "Contact" +pageRef = "/contact" + +[[main]] +parent = "Pages" +name = "Authors" +pageRef = "/authors" + +[[main]] +parent = "Pages" +name = "Categories" +pageRef = "/categories" + +[[main]] +parent = "Pages" +name = "404 Page" +pageRef = "/404" + + +# footer menu +[[footer]] +name = "About" +pageRef = "/about" +weight = 1 + +[[footer]] +name = "Elements" +pageRef = "/elements" +weight = 2 + +[[footer]] +name = "Privacy Policy" +pageRef = "/privacy-policy" +weight = 3 diff --git a/config/_default/module.toml b/config/_default/module.toml new file mode 100644 index 0000000..3b84cf2 --- /dev/null +++ b/config/_default/module.toml @@ -0,0 +1,93 @@ +[hugoVersion] +extended = true +min = "0.115.2" + +# [[imports]] +# path = "github.com/zeon-studio/hugoplate" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/search" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/pwa" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/images" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/videos" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/icons/font-awesome" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/gzip-caching" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/adsense" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/accordion" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/table-of-contents" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/tab" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/modal" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/gallery-slider" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/preloader" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/social-share" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/cookie-consent" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/custom-script" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/render-link" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/components/valine-comment" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/components/crisp-chat" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/button" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/notice" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics" diff --git a/config/_default/params.toml b/config/_default/params.toml new file mode 100755 index 0000000..fbada1a --- /dev/null +++ b/config/_default/params.toml @@ -0,0 +1,101 @@ +#################### default parameters ################################ +# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation +favicon = "images/favicon.png" +# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation +logo = "images/logo.png" +logo_darkmode = "images/logo-darkmode.png" +# use `px` or `x` with logo_width, example: "100px". +# Note: logo_width is not work with .svg file +logo_width = "160px" +logo_height = "32px" +# if logo_webp set false, will not generate WEBP version of logo | default is true +logo_webp = true +# logo text will only show when logo is missing. +logo_text = "Hugoplate" +# navbar fixed to top +navbar_fixed = true +# theme-mode +theme_switcher = true +theme_default = "system" # available options [light/dark/system] +# Main Sections +mainSections = ["blog"] +# contact form action +contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io] +# google tag manager, see https://developers.google.com/tag-manager/ +google_tag_manager = "" # example: G-XXXXXXXXXX +google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx +# custom script on header, example: custom_script= "" +custom_script = "" +# copyright +copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)" + +# Preloader +# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader +[preloader] +enable = false +preloader = "" # use jpg, png, svg or gif format. + +# Navigation button +[navigation_button] +enable = true +label = "get a quote" +link = "contact" + +# search +# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search +[search] +enable = true +primary_color = "#121212" +include_sections = ["blog"] +show_image = true +show_description = true +show_tags = true +show_categories = true + + +# seo meta data for OpenGraph / Twitter Card +# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo +[metadata] +keywords = ["Boilerplate", "Hugo"] +description = "Hugo & Tailwindcss Starter" +author = "zeon.studio" +image = "images/og-image.png" + + +# site verifications +# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications +[site_verification] +google = "" # Your verification code +bing = "" # Your verification code +baidu = "" # Your verification code +facebook = "" # Your verification code +mastodon = "" # Your verification code + +# cookies +# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent +[cookies] +enable = false +expire_days = 60 +content = "This site uses cookies. By continuing to use this website, you agree to their use." +button = "I Accept" + +######################## sidebar widgets ######################### +[widgets] +sidebar = ["categories", "tags"] + + +# google map +[google_map] +enable = false +map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" +map_latitude = "51.5223477" +map_longitude = "-0.1622023" +map_marker = "images/marker.png" + + +# Subscription +[subscription] +enable = false +# mailchimp subsciption +mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours +mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" diff --git a/content/english/_index.md b/content/english/_index.md new file mode 100755 index 0000000..142c61a --- /dev/null +++ b/content/english/_index.md @@ -0,0 +1,53 @@ +--- +# Banner +banner: + title: "The Ultimate Starter Template You Need To Start Your Hugo Project" + content: "Hugoplate is a free starter template built with Hugo and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time." + image: "/images/banner.png" + button: + enable: true + label: "Get Started For Free" + link: "https://github.com/zeon-studio/hugoplate" + +# Features +features: + - title: "What's Included in Hugoplate" + image: "/images/service-1.png" + content: "Hugoplate is a comprehensive starter template that includes everything you need to get started with your Hugo project. What's Included in Hugoplate" + bulletpoints: + - "10+ Pre-build pages" + - "95+ Google Pagespeed Score" + - "Build with Hugo and TailwindCSS for easy and customizable styling" + - "Fully responsive on all devices" + - "SEO-optimized for better search engine rankings" + - "**Open-source and free** for personal and commercial use" + button: + enable: false + label: "Get Started Now" + link: "#" + + - title: "Discover the Key Features Of Hugo" + image: "/images/service-2.png" + content: "Hugo is an all-in-one web framework for building fast, content-focused websites. It offers a range of exciting features for developers and website creators. Some of the key features are:" + bulletpoints: + - "Zero JS, by default: No JavaScript runtime overhead to slow you down." + - "Customizable: Tailwind, MDX, and 100+ other integrations to choose from." + - "UI-agnostic: Supports React, Preact, Svelte, Vue, Solid, Lit and more." + button: + enable: true + label: "Get Started Now" + link: "https://github.com/zeon-studio/hugoplate" + + - title: "The Top Reasons to Choose Hugo for Your Hugo Project" + image: "/images/service-3.png" + content: "With Hugo, you can build modern and content-focused websites without sacrificing performance or ease of use." + bulletpoints: + - "Instantly load static sites for better user experience and SEO." + - "Intuitive syntax and support for popular frameworks make learning and using Hugo a breeze." + - "Use any front-end library or framework, or build custom components, for any project size." + - "Built on cutting-edge technology to keep your projects up-to-date with the latest web standards." + button: + enable: false + label: "" + link: "" +--- diff --git a/content/english/about/_index.md b/content/english/about/_index.md new file mode 100644 index 0000000..293a3be --- /dev/null +++ b/content/english/about/_index.md @@ -0,0 +1,9 @@ +--- +title: "Hey, I am John Doe!" +meta_title: "About" +description: "this is meta description" +image: "/images/avatar.png" +draft: false +--- + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis illum nesciunt commodi vel nisi ut alias excepturi ipsum, totam, labore tempora, odit ex iste tempore sed. Fugit voluptatibus perspiciatis assumenda nulla ad nihil, omnis vel, doloremque sit quam autem optio maiores, illum eius facilis et quo consectetur provident dolor similique! Enim voluptatem dicta expedita veritatis repellat dolorum impedit, provident quasi at. diff --git a/content/english/authors/_index.md b/content/english/authors/_index.md new file mode 100644 index 0000000..62eae44 --- /dev/null +++ b/content/english/authors/_index.md @@ -0,0 +1,3 @@ +--- +title: "Authors" +--- diff --git a/content/english/authors/john-doe.md b/content/english/authors/john-doe.md new file mode 100644 index 0000000..3b55050 --- /dev/null +++ b/content/english/authors/john-doe.md @@ -0,0 +1,20 @@ +--- +title: John Doe +email: johndoe@email.com +image: "/images/avatar.png" +description: this is meta description +social: + - name: github + icon: fa-brands fa-github + link: https://github.com + + - name: twitter + icon: fa-brands fa-twitter + link: https://twitter.com + + - name: linkedin + icon: fa-brands fa-linkedin + link: https://linkedin.com +--- + +lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr navigation et dolore magna aliqua. diff --git a/content/english/authors/sam-wilson.md b/content/english/authors/sam-wilson.md new file mode 100644 index 0000000..beccae6 --- /dev/null +++ b/content/english/authors/sam-wilson.md @@ -0,0 +1,20 @@ +--- +title: Sam Wilson +email: samwilson@email.com +image: "/images/avatar.png" +description: this is meta description +social: + - name: github + icon: fa-brands fa-github + link: https://github.com + + - name: twitter + icon: fa-brands fa-twitter + link: https://twitter.com + + - name: linkedin + icon: fa-brands fa-linkedin + link: https://linkedin.com +--- + +lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr navigation et dolore magna aliqua. diff --git a/content/english/authors/william-jacob.md b/content/english/authors/william-jacob.md new file mode 100644 index 0000000..3e15e0b --- /dev/null +++ b/content/english/authors/william-jacob.md @@ -0,0 +1,20 @@ +--- +title: William Jacob +email: williamjacob@email.com +image: "/images/avatar.png" +description: this is meta description +social: + - name: github + icon: fa-brands fa-github + link: https://github.com + + - name: twitter + icon: fa-brands fa-twitter + link: https://twitter.com + + - name: linkedin + icon: fa-brands fa-linkedin + link: https://linkedin.com +--- + +lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr navigation et dolore magna aliqua. diff --git a/content/english/blog/_index.md b/content/english/blog/_index.md new file mode 100755 index 0000000..17564a2 --- /dev/null +++ b/content/english/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog Posts" +meta_title: "" +description: "this is meta description" +--- diff --git a/content/english/blog/post-1.md b/content/english/blog/post-1.md new file mode 100755 index 0000000..68280a6 --- /dev/null +++ b/content/english/blog/post-1.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Application", "Data"] +author: "John Doe" +tags: ["nextjs", "tailwind"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/content/english/blog/post-2.md b/content/english/blog/post-2.md new file mode 100755 index 0000000..d0e6f1b --- /dev/null +++ b/content/english/blog/post-2.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Technology", "Data"] +author: "Sam Wilson" +tags: ["technology", "tailwind"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/content/english/blog/post-3.md b/content/english/blog/post-3.md new file mode 100755 index 0000000..ef70402 --- /dev/null +++ b/content/english/blog/post-3.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Software"] +author: "John Doe" +tags: ["software", "tailwind"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/content/english/blog/post-4.md b/content/english/blog/post-4.md new file mode 100755 index 0000000..c9ff372 --- /dev/null +++ b/content/english/blog/post-4.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Architecture"] +author: "John Doe" +tags: ["silicon", "technology"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/content/english/contact/_index.md b/content/english/contact/_index.md new file mode 100644 index 0000000..bd6b9f6 --- /dev/null +++ b/content/english/contact/_index.md @@ -0,0 +1,6 @@ +--- +title: "Contact" +meta_title: "" +description: "this is meta description" +draft: false +--- diff --git a/content/english/pages/elements.md b/content/english/pages/elements.md new file mode 100755 index 0000000..269ddbb --- /dev/null +++ b/content/english/pages/elements.md @@ -0,0 +1,239 @@ +--- +title: "Elements" +# meta title +meta_title: "" +# meta description +description: "This is meta description" +# save as draft +draft: false +--- + +{{< toc >}} + +Here is an example of headings. You can use this heading by the following markdown rules. For example: use `#` for heading 1 and use `######` for heading 6. + +# Heading 1 + +## Heading 2 + +### Heading 3 + +#### Heading 4 + +##### Heading 5 + +###### Heading 6 + +Die folgenden Hinweise geben einen einfachen Γberblick darΓΌber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persΓΆnlich identifiziert werden kΓΆnnen. AusfΓΌhrliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgefΓΌhrten DatenschutzerklΓ€rung.
-Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten kΓΆnnen Sie dem Abschnitt βHinweis zur Verantwortlichen Stelleβ in dieser DatenschutzerklΓ€rung entnehmen.
Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z. B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch oder nach Ihrer Einwilligung beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z. B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie diese Website betreten.
Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewΓ€hrleisten. Andere Daten kΓΆnnen zur Analyse Ihres Nutzerverhaltens verwendet werden.
Sie haben jederzeit das Recht, unentgeltlich Auskunft ΓΌber Herkunft, EmpfΓ€nger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben auΓerdem ein Recht, die Berichtigung oder LΓΆschung dieser Daten zu verlangen. Wenn Sie eine Einwilligung zur Datenverarbeitung erteilt haben, kΓΆnnen Sie diese Einwilligung jederzeit fΓΌr die Zukunft widerrufen. AuΓerdem haben Sie das Recht, unter bestimmten UmstΓ€nden die EinschrΓ€nkung der Verarbeitung Ihrer personenbezogenen Daten zu verlangen. Des Weiteren steht Ihnen ein Beschwerderecht bei der zustΓ€ndigen AufsichtsbehΓΆrde zu.
Hierzu sowie zu weiteren Fragen zum Thema Datenschutz kΓΆnnen Sie sich jederzeit an uns wenden.
-Wir hosten die Inhalte unserer Website bei folgendem Anbieter:
-Diese Website wird extern gehostet. Die personenbezogenen Daten, die auf dieser Website erfasst werden, werden auf den Servern des Hosters / der Hoster gespeichert. Hierbei kann es sich v. a. um IP-Adressen, Kontaktanfragen, Meta- und Kommunikationsdaten, Vertragsdaten, Kontaktdaten, Namen, Websitezugriffe und sonstige Daten, die ΓΌber eine Website generiert werden, handeln.
Das externe Hosting erfolgt zum Zwecke der VertragserfΓΌllung gegenΓΌber unseren potenziellen und bestehenden Kunden (Art. 6 Abs. 1 lit. b DSGVO) und im Interesse einer sicheren, schnellen und effizienten Bereitstellung unseres Online-Angebots durch einen professionellen Anbieter (Art. 6 Abs. 1 lit. f DSGVO). Sofern eine entsprechende Einwilligung abgefragt wurde, erfolgt die Verarbeitung ausschlieΓlich auf Grundlage von Art. 6 Abs. 1 lit. a DSGVO und Β§ 25 Abs. 1 TTDSG, soweit die Einwilligung die Speicherung von Cookies oder den Zugriff auf Informationen im EndgerΓ€t des Nutzers (z. B. Device-Fingerprinting) im Sinne des TTDSG umfasst. Die Einwilligung ist jederzeit widerrufbar.
Unser(e) Hoster wird bzw. werden Ihre Daten nur insoweit verarbeiten, wie dies zur ErfΓΌllung seiner Leistungspflichten erforderlich ist und unsere Weisungen in Bezug auf diese Daten befolgen.
Wir setzen folgende(n) Hoster ein:
-GitHub Inc.
- 88 Colin P Kelly Jr St
- San Francisco, CA 94107
- United States
Wir haben einen Vertrag ΓΌber Auftragsverarbeitung (AVV) zur Nutzung des oben genannten Dienstes geschlossen. Hierbei handelt es sich um einen datenschutzrechtlich vorgeschriebenen Vertrag, der gewΓ€hrleistet, dass dieser die personenbezogenen Daten unserer Websitebesucher nur nach unseren Weisungen und unter Einhaltung der DSGVO verarbeitet.
-Die Betreiber dieser Seiten nehmen den Schutz Ihrer persΓΆnlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend den gesetzlichen Datenschutzvorschriften sowie dieser DatenschutzerklΓ€rung.
Wenn Sie diese Website benutzen, werden verschiedene personenbezogene Daten erhoben. Personenbezogene Daten sind Daten, mit denen Sie persΓΆnlich identifiziert werden kΓΆnnen. Die vorliegende DatenschutzerklΓ€rung erlΓ€utert, welche Daten wir erheben und wofΓΌr wir sie nutzen. Sie erlΓ€utert auch, wie und zu welchem Zweck das geschieht.
Wir weisen darauf hin, dass die DatenΓΌbertragung im Internet (z. B. bei der Kommunikation per E-Mail) SicherheitslΓΌcken aufweisen kann. Ein lΓΌckenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht mΓΆglich.
-Die verantwortliche Stelle fΓΌr die Datenverarbeitung auf dieser Website ist:
Elektro Baader GmbH, TucherstraΓe 30, 90403 NΓΌrnberg
- -Telefon: 0162 4217268
- E-Mail: elektrobaader@gmail.com
Verantwortliche Stelle ist die natΓΌrliche oder juristische Person, die allein oder gemeinsam mit anderen ΓΌber die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z. B. Namen, E-Mail-Adressen o. Γ.) entscheidet.
- -Soweit innerhalb dieser DatenschutzerklΓ€rung keine speziellere Speicherdauer genannt wurde, verbleiben Ihre personenbezogenen Daten bei uns, bis der Zweck fΓΌr die Datenverarbeitung entfΓ€llt. Wenn Sie ein berechtigtes LΓΆschersuchen geltend machen oder eine Einwilligung zur Datenverarbeitung widerrufen, werden Ihre Daten gelΓΆscht, sofern wir keine anderen rechtlich zulΓ€ssigen GrΓΌnde fΓΌr die Speicherung Ihrer personenbezogenen Daten haben (z. B. steuer- oder handelsrechtliche Aufbewahrungsfristen); im letztgenannten Fall erfolgt die LΓΆschung nach Fortfall dieser GrΓΌnde.
-Sofern Sie in die Datenverarbeitung eingewilligt haben, verarbeiten wir Ihre personenbezogenen Daten auf Grundlage von Art. 6 Abs. 1 lit. a DSGVO bzw. Art. 9 Abs. 2 lit. a DSGVO, sofern besondere Datenkategorien nach Art. 9 Abs. 1 DSGVO verarbeitet werden. Im Falle einer ausdrΓΌcklichen Einwilligung in die Γbertragung personenbezogener Daten in Drittstaaten erfolgt die Datenverarbeitung auΓerdem auf Grundlage von Art. 49 Abs. 1 lit. a DSGVO. Sofern Sie in die Speicherung von Cookies oder in den Zugriff auf Informationen in Ihr EndgerΓ€t (z. B. via Device-Fingerprinting) eingewilligt haben, erfolgt die Datenverarbeitung zusΓ€tzlich auf Grundlage von Β§ 25 Abs. 1 TTDSG. Die Einwilligung ist jederzeit widerrufbar. Sind Ihre Daten zur VertragserfΓΌllung oder zur DurchfΓΌhrung vorvertraglicher MaΓnahmen erforderlich, verarbeiten wir Ihre Daten auf Grundlage des Art. 6 Abs. 1 lit. b DSGVO. Des Weiteren verarbeiten wir Ihre Daten, sofern diese zur ErfΓΌllung einer rechtlichen Verpflichtung erforderlich sind auf Grundlage von Art. 6 Abs. 1 lit. c DSGVO. Die Datenverarbeitung kann ferner auf Grundlage unseres berechtigten Interesses nach Art. 6 Abs. 1 lit. f DSGVO erfolgen. Γber die jeweils im Einzelfall einschlΓ€gigen Rechtsgrundlagen wird in den folgenden AbsΓ€tzen dieser DatenschutzerklΓ€rung informiert.
-Viele DatenverarbeitungsvorgΓ€nge sind nur mit Ihrer ausdrΓΌcklichen Einwilligung mΓΆglich. Sie kΓΆnnen eine bereits erteilte Einwilligung jederzeit widerrufen. Die RechtmΓ€Γigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberΓΌhrt.
-WENN DIE DATENVERARBEITUNG AUF GRUNDLAGE VON ART. 6 ABS. 1 LIT. E ODER F DSGVO ERFOLGT, HABEN SIE JEDERZEIT DAS RECHT, AUS GRΓNDEN, DIE SICH AUS IHRER BESONDEREN SITUATION ERGEBEN, GEGEN DIE VERARBEITUNG IHRER PERSONENBEZOGENEN DATEN WIDERSPRUCH EINZULEGEN; DIES GILT AUCH FΓR EIN AUF DIESE BESTIMMUNGEN GESTΓTZTES PROFILING. DIE JEWEILIGE RECHTSGRUNDLAGE, AUF DENEN EINE VERARBEITUNG BERUHT, ENTNEHMEN SIE DIESER DATENSCHUTZERKLΓRUNG. WENN SIE WIDERSPRUCH EINLEGEN, WERDEN WIR IHRE BETROFFENEN PERSONENBEZOGENEN DATEN NICHT MEHR VERARBEITEN, ES SEI DENN, WIR KΓNNEN ZWINGENDE SCHUTZWΓRDIGE GRΓNDE FΓR DIE VERARBEITUNG NACHWEISEN, DIE IHRE INTERESSEN, RECHTE UND FREIHEITEN ΓBERWIEGEN ODER DIE VERARBEITUNG DIENT DER GELTENDMACHUNG, AUSΓBUNG ODER VERTEIDIGUNG VON RECHTSANSPRΓCHEN (WIDERSPRUCH NACH ART. 21 ABS. 1 DSGVO).
WERDEN IHRE PERSONENBEZOGENEN DATEN VERARBEITET, UM DIREKTWERBUNG ZU BETREIBEN, SO HABEN SIE DAS RECHT, JEDERZEIT WIDERSPRUCH GEGEN DIE VERARBEITUNG SIE BETREFFENDER PERSONENBEZOGENER DATEN ZUM ZWECKE DERARTIGER WERBUNG EINZULEGEN; DIES GILT AUCH FΓR DAS PROFILING, SOWEIT ES MIT SOLCHER DIREKTWERBUNG IN VERBINDUNG STEHT. WENN SIE WIDERSPRECHEN, WERDEN IHRE PERSONENBEZOGENEN DATEN ANSCHLIESSEND NICHT MEHR ZUM ZWECKE DER DIREKTWERBUNG VERWENDET (WIDERSPRUCH NACH ART. 21 ABS. 2 DSGVO).
-Im Falle von VerstΓΆΓen gegen die DSGVO steht den Betroffenen ein Beschwerderecht bei einer AufsichtsbehΓΆrde, insbesondere in dem Mitgliedstaat ihres gewΓΆhnlichen Aufenthalts, ihres Arbeitsplatzes oder des Orts des mutmaΓlichen VerstoΓes zu. Das Beschwerderecht besteht unbeschadet anderweitiger verwaltungsrechtlicher oder gerichtlicher Rechtsbehelfe.
-Sie haben das Recht, Daten, die wir auf Grundlage Ihrer Einwilligung oder in ErfΓΌllung eines Vertrags automatisiert verarbeiten, an sich oder an einen Dritten in einem gΓ€ngigen, maschinenlesbaren Format aushΓ€ndigen zu lassen. Sofern Sie die direkte Γbertragung der Daten an einen anderen Verantwortlichen verlangen, erfolgt dies nur, soweit es technisch machbar ist.
-Sie haben im Rahmen der geltenden gesetzlichen Bestimmungen jederzeit das Recht auf unentgeltliche Auskunft ΓΌber Ihre gespeicherten personenbezogenen Daten, deren Herkunft und EmpfΓ€nger und den Zweck der Datenverarbeitung und ggf. ein Recht auf Berichtigung oder LΓΆschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten kΓΆnnen Sie sich jederzeit an uns wenden.
-Sie haben das Recht, die EinschrΓ€nkung der Verarbeitung Ihrer personenbezogenen Daten zu verlangen. Hierzu kΓΆnnen Sie sich jederzeit an uns wenden. Das Recht auf EinschrΓ€nkung der Verarbeitung besteht in folgenden FΓ€llen:
Wenn Sie die Verarbeitung Ihrer personenbezogenen Daten eingeschrΓ€nkt haben, dΓΌrfen diese Daten β von ihrer Speicherung abgesehen β nur mit Ihrer Einwilligung oder zur Geltendmachung, AusΓΌbung oder Verteidigung von RechtsansprΓΌchen oder zum Schutz der Rechte einer anderen natΓΌrlichen oder juristischen Person oder aus GrΓΌnden eines wichtigen ΓΆffentlichen Interesses der EuropΓ€ischen Union oder eines Mitgliedstaats verarbeitet werden.
-Diese Seite nutzt aus SicherheitsgrΓΌnden und zum Schutz der Γbertragung vertraulicher Inhalte, wie zum Beispiel Bestellungen oder Anfragen, die Sie an uns als Seitenbetreiber senden, eine SSL- bzw. TLS-VerschlΓΌsselung. Eine verschlΓΌsselte Verbindung erkennen Sie daran, dass die Adresszeile des Browsers von βhttp://β auf βhttps://β wechselt und an dem Schloss-Symbol in Ihrer Browserzeile.
Wenn die SSL- bzw. TLS-VerschlΓΌsselung aktiviert ist, kΓΆnnen die Daten, die Sie an uns ΓΌbermitteln, nicht von Dritten mitgelesen werden.
-Der Nutzung von im Rahmen der Impressumspflicht verΓΆffentlichten Kontaktdaten zur Γbersendung von nicht ausdrΓΌcklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrΓΌcklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor.
-Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log-Dateien, die Ihr Browser automatisch an uns ΓΌbermittelt. Dies sind:
Eine ZusammenfΓΌhrung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.
Die Erfassung dieser Daten erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO. Der Websitebetreiber hat ein berechtigtes Interesse an der technisch fehlerfreien Darstellung und der Optimierung seiner Website β hierzu mΓΌssen die Server-Log-Files erfasst werden.
-Wenn Sie uns per E-Mail, Telefon oder Telefax kontaktieren, wird Ihre Anfrage inklusive aller daraus hervorgehenden personenbezogenen Daten (Name, Anfrage) zum Zwecke der Bearbeitung Ihres Anliegens bei uns gespeichert und verarbeitet. Diese Daten geben wir nicht ohne Ihre Einwilligung weiter.
Die Verarbeitung dieser Daten erfolgt auf Grundlage von Art. 6 Abs. 1 lit. b DSGVO, sofern Ihre Anfrage mit der ErfΓΌllung eines Vertrags zusammenhΓ€ngt oder zur DurchfΓΌhrung vorvertraglicher MaΓnahmen erforderlich ist. In allen ΓΌbrigen FΓ€llen beruht die Verarbeitung auf unserem berechtigten Interesse an der effektiven Bearbeitung der an uns gerichteten Anfragen (Art. 6 Abs. 1 lit. f DSGVO) oder auf Ihrer Einwilligung (Art. 6 Abs. 1 lit. a DSGVO) sofern diese abgefragt wurde; die Einwilligung ist jederzeit widerrufbar.
Die von Ihnen an uns per Kontaktanfragen ΓΌbersandten Daten verbleiben bei uns, bis Sie uns zur LΓΆschung auffordern, Ihre Einwilligung zur Speicherung widerrufen oder der Zweck fΓΌr die Datenspeicherung entfΓ€llt (z. B. nach abgeschlossener Bearbeitung Ihres Anliegens). Zwingende gesetzliche Bestimmungen β insbesondere gesetzliche Aufbewahrungsfristen β bleiben unberΓΌhrt.
- - - \ No newline at end of file diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 95be97c..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index 5c5333e..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index f0f740a..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.zip b/favicon.zip deleted file mode 100644 index cb3a8af..0000000 Binary files a/favicon.zip and /dev/null differ diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c42a55b --- /dev/null +++ b/go.mod @@ -0,0 +1,28 @@ +module hugoplate.netlify.app + +go 1.20 + +require ( + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240414052440-de0e16b3cfb6 // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20240414052440-de0e16b3cfb6 // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..c569fd4 --- /dev/null +++ b/go.sum @@ -0,0 +1,44 @@ +github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240414052440-de0e16b3cfb6 h1:v3apTO/LZWF30nAryhtD0vl4Q0ec+s2x16RsvhjZOLU= +github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:D4DpauKPDcUHI9CVKYmJeO6bkSJIhUN864TyXZ2o0VI= +github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240414052440-de0e16b3cfb6 h1:0sGFWzU8xytA1Vyi9ivGGVEh8Txz8wwBSFSGcDTTfSE= +github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:8p/gG/cyyu20z4q5cFN/JGE5TOFA55Xsp+aIP9KCsqo= +github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240414052440-de0e16b3cfb6 h1:TZIRapzTqv865rdKk2UNmuZJG5sbfRf0/lHrvT49zjk= +github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:511ERLpGe3ZTfV2z/NAtUSR5NqKF26h9z5lU/zYV4YQ= +github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240414052440-de0e16b3cfb6 h1:4muwEF6j6jAaVLrkEh1UchQY85uyUIk5IQZK7S35S3I= +github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:RuDHq4WnK8sNEzAIJr4BZQ7oXhzcct/EKaAxc2Xvi9E= +github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240414052440-de0e16b3cfb6 h1:AILm2EbyE1F2JOjg88n0bSZFkgXmX5xc3PrLlXcA1vo= +github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:FP0iQ3tMOesuWFZhLst2KEvUEYPb5Jk1GW+QBP9lrwg= +github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240414052440-de0e16b3cfb6 h1:cRyzVWv33ku/D5q0/nKGLcTgsQGux6uPUJhUwHhBQw4= +github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:z3YcIeEBUonAoRDY1/Jv1ojNVkZ5ud35a0Nn8L4Inx0= +github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240414052440-de0e16b3cfb6 h1:2l33wrVNrpCsusHs5iZh0yGyx8UAARaT1J37ZX8GAUM= +github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:Gcj4RM/EBECsJMZnPeWjfy/1roRYGqzV9GYNmeHkvFA= +github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240414052440-de0e16b3cfb6 h1:C7PmhlClwKVUNTPzyuOi6fwHNOl3hcvOsMfCZgcIfIc= +github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:MvQ2js/ofZ22CTX5wuvE+dC0rMe6C5HAWL2fEOu/yzE= +github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240414052440-de0e16b3cfb6 h1:WHE6R1zjZwDF5AX1c1xOf0DEf4sr76+2M3QLBw2HTrE= +github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:0ZMjTZVG4XLZU2/icc8Saqo4mmgMpfRTrUZU2Aa2Pwg= +github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240414052440-de0e16b3cfb6 h1:u36J0PWNoAJ71nV/32AYBFciQyMhLX+OQ072Jygx2cI= +github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:d3gy1vQyfasPmGpau7HpQLrXbOv23PfXclSnjyOBxeU= +github.com/gethugothemes/hugo-modules/images v0.0.0-20240414052440-de0e16b3cfb6 h1:tuyONtZ73iq3WU9mLuAZR0kZkvgmFivoUITEZ/onn5I= +github.com/gethugothemes/hugo-modules/images v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:FKliP3qOW9diIcQeLtyZ0Hdhg3PL8bdAkC/6O+XtU90= +github.com/gethugothemes/hugo-modules/modal v0.0.0-20240414052440-de0e16b3cfb6 h1:ofFV309QRMwgGPQjwNEG6W0S9Kv6+inrndwoDq+zIbU= +github.com/gethugothemes/hugo-modules/modal v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:Eb9v7oV6biymfvjcBhQdvgn0gUGYhUtfCMeOBLFpFsk= +github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240414052440-de0e16b3cfb6 h1:6inHLYcLlHLbIhBwG5KTR0SroJzUCZx712ByFnSFGgU= +github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:TRv7iszdfo37O1PbBEE+S8X/enAdpRIxK5DGrp13Qbo= +github.com/gethugothemes/hugo-modules/search v0.0.0-20240414052440-de0e16b3cfb6 h1:z/cGHsvJvCojqqjzB1mWJYEorcY7FzeOXbQ6mYWRvAY= +github.com/gethugothemes/hugo-modules/search v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:tmDvLaZCM+QDvS/WLZXNjY1QTdWh7/68D2wIToECbyA= +github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240414052440-de0e16b3cfb6 h1:4pgbyZrpMQKmbHCYVdEnqQBRGoZ4pQxYmOiI4XjdF+8= +github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:Q8dPgjamV7pxwKSQyWV21Xwh5CGi23/k+M8HPTphYbs= +github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240414052440-de0e16b3cfb6 h1:WfMgoDzlT0338HPHj4weSvFLs1eoIAy4jpPYUr2k7/c= +github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:cCq50yd55eFTrpqOfeyOK5X0hU5E7qxsqOD7IzTsgLA= +github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240414052440-de0e16b3cfb6 h1:xrbC17wjdw5kh1tpIGMMu5f4qOyNWaCr+ql9ZYdLAhM= +github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:iXielaya126qJscz7Bc2G2WB91moloQOoWru6UoBUyE= +github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240414052440-de0e16b3cfb6 h1:V/FggTKfiT8Dqt5zjuORY3Zxwtas7jFZ04p9C569HMU= +github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:MSvxGvjvcGUKTs6YMATU/9kYFrzW+VSVdy4CCOQLdsY= +github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240414052440-de0e16b3cfb6 h1:4Fs0kCDvC5fWdVKsHizxvOHA/KocIrbegfbfSiAmXrs= +github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:ljWyMJx82WA+6SlKjbGFhEdxcriyvUTCjXkJHDa4lho= +github.com/gethugothemes/hugo-modules/tab v0.0.0-20240414052440-de0e16b3cfb6 h1:Lpp/d8da0/G0EXI+gg4z4h4zvJNvdEqfJ8/wGdY4hpo= +github.com/gethugothemes/hugo-modules/tab v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:h3UxlxrFoU19JldxWLPBKaTZFe3AJtABrqo1wfxr+Ng= +github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240414052440-de0e16b3cfb6 h1:zWFkCxKUfq2wp9WgmKVENMC7veEMkpiXgrMB+b4ViIo= +github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:bEDw4veccQQQYEdVrfu13ATRUWfW8ptDIjJZuhYh4Tw= +github.com/gethugothemes/hugo-modules/videos v0.0.0-20240414052440-de0e16b3cfb6 h1:DM5ieESeOtic9uak9qNs2kOXNAWFKtzVm/cYhsJAEOY= +github.com/gethugothemes/hugo-modules/videos v0.0.0-20240414052440-de0e16b3cfb6/go.mod h1:P722lLWdnNhdZVq6gvMrOLqECUwrAYQWaOWlChta5H0= diff --git a/hugo.toml b/hugo.toml new file mode 100755 index 0000000..c4412ae --- /dev/null +++ b/hugo.toml @@ -0,0 +1,172 @@ +######################## default configuration #################### +# The base URL of your site (required). This will be prepended to all relative URLs. +baseURL = "/" +# Title of your website (required). +title = "Hugoplate" +# Your theme name +theme = "hugoplate" +# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List +timeZone = "America/New_York" +# post pagination +paginate = 2 # see https://gohugo.io/extras/pagination/ +# post excerpt +summaryLength = 10 # see https://gohugo.io/content-management/excerpts/ +# disable language +disableLanguages = [ +] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/ +hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage +# default language +defaultContentLanguage = 'en' +defaultContentLanguageInSubdir = false + +########################### Services ############################# +[services] +[services.googleAnalytics] +ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics + +[services.disqus] +shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ + +########################## Permalinks ############################ +[permalinks.page] +"pages" = "/:slugorfilename/" + + +############################# Modules ############################ +[module] +[[module.mounts]] +source = "assets" +target = "assets" + +[[module.mounts]] +source = "hugo_stats.json" +target = "assets/watching/hugo_stats.json" + +############################# Build ############################## +[build] +noJSConfigInAssets = false +useResourceCacheWhen = 'fallback' +[build.buildStats] +enable = true +[[build.cachebusters]] +source = 'assets/watching/hugo_stats\.json' +target = 'style\.css' +[[build.cachebusters]] +source = '(postcss|tailwind)\.config\.js' +target = 'css' +[[build.cachebusters]] +source = 'assets/.*\.(js|ts|jsx|tsx)' +target = 'js' +[[build.cachebusters]] +source = 'assets/.*\.(css|scss|sass)' +target = 'css' +[[build.cachebusters]] +source = 'data/.*\.(.*)$' +target = 'css' +[[build.cachebusters]] +source = 'assets/.*\.(.*)$' +target = '$1' + + +############################# Outputs ############################ +[outputs] +home = ["HTML", "RSS", "WebAppManifest", "SearchIndex"] + +############################# Imaging ############################ +[imaging] +# See https://github.com/disintegration/imaging +# Default JPEG or WebP quality setting. Default is 75. +quality = 80 +resampleFilter = "Lanczos" + +############################ Caches ############################## +[caches] +[caches.images] +dir = ":resourceDir/_gen" +maxAge = "720h" + +[caches.assets] +dir = ":resourceDir/_gen" +maxAge = "720h" + + +############################ Markup ############################## +[markup] +[markup.goldmark.renderer] +unsafe = true + +[markup.highlight] +style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html + +[markup.tableOfContents] +startLevel = 2 +endLevel = 5 +ordered = true + + +########################### Media types ########################### +[mediaTypes] +[mediaTypes."application/manifest+json"] +suffixes = ["webmanifest"] + + +########################### Output Format ########################## +[outputFormats] +[outputFormats.WebAppManifest] +mediaType = "application/manifest+json" +rel = "manifest" + +[outputFormats.SearchIndex] +mediaType = "application/json" +baseName = "searchindex" +isPlainText = true +notAlternative = true + + +############################# Plugins ############################## + +# CSS Plugins +[[params.plugins.css]] +link = "plugins/swiper/swiper-bundle.css" +lazy = true +[[params.plugins.css]] +link = "plugins/glightbox/glightbox.css" +lazy = true +[[params.plugins.css]] +link = "plugins/font-awesome/v6/brands.css" +lazy = true +[[params.plugins.css]] +link = "plugins/font-awesome/v6/solid.css" +lazy = true +[[params.plugins.css]] +link = "plugins/font-awesome/v6/icons.css" +lazy = true + +# JS Plugins +[[params.plugins.js]] +link = "js/search.js" +lazy = false +[[params.plugins.js]] +link = "plugins/swiper/swiper-bundle.js" +lazy = false +[[params.plugins.js]] +link = "plugins/cookie.js" +lazy = false +[[params.plugins.js]] +link = "plugins/glightbox/glightbox.js" +lazy = true +[[params.plugins.js]] +link = "js/gallery-slider.js" +lazy = true +[[params.plugins.js]] +link = "js/accordion.js" +lazy = true +[[params.plugins.js]] +link = "js/tab.js" +lazy = true +[[params.plugins.js]] +link = "js/modal.js" +lazy = true +[[params.plugins.js]] +link = "plugins/youtube-lite.js" +lazy = true diff --git a/hugo_stats.json b/hugo_stats.json new file mode 100644 index 0000000..5279a08 --- /dev/null +++ b/hugo_stats.json @@ -0,0 +1,383 @@ +{ + "htmlElements": { + "tags": [ + "a", + "article", + "blockquote", + "body", + "button", + "code", + "del", + "details", + "div", + "em", + "footer", + "form", + "h1", + "h2", + "h3", + "h4", + "h5", + "h6", + "head", + "header", + "hr", + "html", + "i", + "iframe", + "img", + "input", + "kbd", + "label", + "li", + "link", + "main", + "meta", + "nav", + "noscript", + "ol", + "p", + "path", + "picture", + "polygon", + "pre", + "script", + "section", + "source", + "span", + "strong", + "summary", + "svg", + "table", + "tbody", + "td", + "textarea", + "th", + "thead", + "title", + "tr", + "ul", + "video" + ], + "classes": [ + "-translate-x-1/2", + "-translate-y-1/2", + "absolute", + "accordion", + "accordion-content", + "accordion-header", + "accordion-icon", + "active", + "bg-body", + "bg-gradient", + "bg-gradient-to-b", + "bg-primary", + "bg-theme-light", + "bg-white", + "block", + "border-b", + "border-border", + "border-r", + "border-t", + "btn", + "btn-outline-primary", + "btn-primary", + "btn-sm", + "capitalize", + "col-12", + "container", + "content", + "cursor-pointer", + "dark:bg-darkmode-body", + "dark:bg-darkmode-primary", + "dark:bg-darkmode-theme-light", + "dark:border-darkmode-border", + "dark:from-darkmode-body", + "dark:hover:bg-darkmode-primary", + "dark:hover:bg-darkmode-theme-light", + "dark:hover:text-dark", + "dark:hover:text-darkmode-primary", + "dark:opacity-0", + "dark:opacity-100", + "dark:text-dark", + "dark:text-darkmode-dark", + "dark:text-darkmode-light", + "dark:text-darkmode-primary", + "dark:text-white", + "dark:to-darkmode-theme-light", + "dsq-brlink", + "fa", + "fa-arrow-right", + "fa-brands", + "fa-check", + "fa-circle-user", + "fa-clock", + "fa-facebook", + "fa-folder", + "fa-github", + "fa-linkedin", + "fa-regular", + "fa-search", + "fa-solid", + "fa-twitter", + "fab", + "fill-current", + "flex", + "font-bold", + "font-primary", + "font-semibold", + "form-input", + "form-label", + "from-body", + "gallery", + "gallery-item", + "gallery-slider", + "glightbox", + "group", + "gx-5", + "h-4", + "h-6", + "h2", + "h3", + "h5", + "header", + "hidden", + "highlight", + "hover:bg-primary", + "hover:bg-theme-light", + "hover:text-primary", + "hover:text-white", + "img", + "img-center", + "img-fluid", + "info", + "inlin-block", + "inline-block", + "inline-flex", + "items-center", + "items-start", + "justify-between", + "justify-center", + "left-0", + "left-1/2", + "lg:!max-w-[800px]", + "lg:col-10", + "lg:col-3", + "lg:col-4", + "lg:col-5", + "lg:col-6", + "lg:col-7", + "lg:col-8", + "lg:flex", + "lg:group-hover:opacity-100", + "lg:group-hover:visible", + "lg:hidden", + "lg:inline-block", + "lg:mb-0", + "lg:ml-0", + "lg:mt-0", + "lg:order-1", + "lg:pb-0", + "lg:space-x-2", + "lg:text-h1", + "lg:text-left", + "lg:text-right", + "lg:w-auto", + "logo-dark", + "logo-disqus", + "logo-light", + "m-1", + "m-3", + "max-w-[600px]", + "mb-10", + "mb-12", + "mb-14", + "mb-3", + "mb-4", + "mb-6", + "mb-8", + "mb:md-0", + "md:col-10", + "md:col-5", + "md:col-6", + "md:col-7", + "md:col-8", + "md:col-9", + "md:order-1", + "md:order-2", + "ml-0", + "ml-2", + "ml-4", + "ml-auto", + "mr-1", + "mr-2", + "mr-3", + "mr-4", + "mr-5", + "ms-1", + "mt-10", + "mt-11", + "mt-20", + "mt-4", + "mt-6", + "mt-8", + "mt-9", + "mx-auto", + "nav-dropdown", + "nav-dropdown-item", + "nav-dropdown-link", + "nav-dropdown-list", + "nav-item", + "nav-link", + "navbar", + "navbar-brand", + "navbar-nav", + "note", + "notice", + "notice-body", + "notice-head", + "opacity-0", + "opacity-100", + "order-0", + "order-1", + "order-3", + "p-6", + "p-8", + "pb-0", + "pb-14", + "pb-16", + "pb-6", + "pl-2", + "pl-6", + "pr-5", + "pt-14", + "pt-7", + "px-2", + "px-3", + "px-4", + "px-7", + "px-8", + "py-1", + "py-1.5", + "py-10", + "py-14", + "py-2", + "py-7", + "relative", + "rounded", + "rounded-2xl", + "rounded-full", + "rounded-lg", + "row", + "search-icon", + "search-modal", + "search-modal-overlay", + "search-reset", + "search-result", + "search-result-empty", + "search-result-info", + "search-wrapper", + "search-wrapper-body", + "search-wrapper-footer", + "search-wrapper-header", + "section", + "section-sm", + "share-email", + "share-facebook", + "share-icon", + "share-icons", + "share-link", + "share-reddit", + "share-title", + "share-twitter", + "sm:col-10", + "social-icons", + "space-x-1", + "space-x-3", + "space-y-4", + "sr-only", + "sticky", + "swiper", + "swiper-button-next", + "swiper-button-prev", + "swiper-slide", + "swiper-wrapper", + "tab", + "tab-content", + "tab-content-panel", + "tab-nav", + "tab-nav-item", + "table-of-content", + "testimonial-slider", + "testimonial-slider-pagination", + "text-[8rem]", + "text-center", + "text-dark", + "text-h3", + "text-lg", + "text-light", + "text-primary", + "text-red-500", + "text-white", + "text-xl", + "theme-switcher", + "tip", + "to-theme-light", + "top-0", + "top-1.5", + "top-1/2", + "w-4", + "w-full", + "warning", + "xl:col-6", + "xl:space-x-8", + "z-10", + "z-30", + "zoomable" + ], + "ids": [ + "TableOfContents", + "accordions", + "blockquote", + "button", + "code-and-syntax-highlighting", + "creative-design", + "custom-video", + "disqus_thread", + "email", + "emphasis", + "gallery", + "gathering-of-personal-information", + "heading-1", + "heading-2", + "heading-3", + "heading-4", + "heading-5", + "heading-6", + "hey-there-i-am-a-tab", + "hide-button", + "i-wanna-talk-about-the-assassination-attempt", + "image", + "link", + "message", + "name", + "nav-menu", + "nav-toggle", + "notice", + "ordered-list", + "paragraph", + "privacy-policy-changes", + "protection-of-personal--information", + "responsibility-of-contributors", + "search-modal-input", + "show-button", + "slider", + "tab", + "tables", + "theme-switcher", + "unordered-list", + "we-know-youre-dealing-in-stolen-ore", + "youtube-video" + ] + } +} diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100755 index 0000000..b0230eb --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,41 @@ +- id: home + translation: Home + +- id: read_more + translation: Read More + +- id: send + translation: Send + +- id: related_posts + translation: Related Posts + +- id: categories + translation: Categories + +- id: tags + translation: Tags + +- id: toc + translation: Table of Contents + +- id: share + translation: Share + +- id: search_input_placeholder + translation: Search Post ... + +- id: search_no_results + translation: No results for + +- id: search_initial_message + translation: Type something to search.. + +- id: search_navigate + translation: to navigate + +- id: search_select + translation: to select + +- id: search_close + translation: to close diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..62d9852 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..6765469 Binary files /dev/null and b/images/tn.png differ diff --git a/impressum.html b/impressum.html deleted file mode 100644 index 0bdf69f..0000000 --- a/impressum.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - -Elektro Baader GmbH
- TucherstraΓe 30
- 90403 NΓΌrnberg
Handelsregister: 41502
- Registergericht: Amtsgericht NΓΌrnberg
Vertreten durch:
- Nikolas Christopher Baader
Telefon: +49 162 4217268
- E-Mail: elektrobaader@gmail.com
Umsatzsteuer-Identifikationsnummer gemÀà § 27 a Umsatzsteuergesetz:
- DE360747211
Die EuropΓ€ische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit: https://ec.europa.eu/consumers/odr/.
Unsere E-Mail-Adresse finden Sie oben im Impressum.
Wir nehmen an einem Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teil. ZustΓ€ndig ist die Universalschlichtungsstelle des Zentrums fΓΌr Schlichtung e.V., StraΓburger StraΓe 8, 77694 Kehl am Rhein (https://www.verbraucher-schlichter.de).
- - - \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 2639aed..0000000 --- a/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -