🦁 This is the repo for the website of Mike Wink, my own website.
https://mikewink.de
- PHP 82.7%
- JavaScript 17.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
See this link for details: https://infosec.mozilla.org/guidelines/web_security#content-security-policy Tested with: https://observatory.mozilla.org |
||
| public | ||
| src/css | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
Mike Wink Website
That is the static website for Mike Wink. It is powered by pure HTML and Tailwind CSS. The index is a PHP file so that I can have a dynamic elements.
Installation
Do a normal npm install to install dependencies. See the Tailwind CSS documentation for details.
Run dev watch
npx tailwindcss \
-i ./src/css/styles.css \
-o public/build/styles.css \
--jit \
--purge="./public/**/*.php" \
--watch
Run production build
NODE_ENV=production \
npx tailwindcss \
-i ./src/css/styles.css \
-o public/build/styles.css \
--jit \
--purge="./public/**/*.php" \
--minify
Used assets
- Background pattern "Topography" from Hero Patterns
- D-DIN fonts from 1001 Fonts
- Color palette from Coolers
- SVG icons from Simple Icons