https://github.com/tipsy/myk-website
Coming soon teaser for Myk — a Norwegian clothing brand. mykfit.no
https://github.com/tipsy/myk-website
Last synced: 25 days ago
JSON representation
Coming soon teaser for Myk — a Norwegian clothing brand. mykfit.no
- Host: GitHub
- URL: https://github.com/tipsy/myk-website
- Owner: tipsy
- Created: 2026-06-08T17:42:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-08T18:12:38.000Z (about 1 month ago)
- Last Synced: 2026-06-14T05:33:21.857Z (25 days ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Myk — coming soon
A single-file static "coming soon" teaser for **Myk** (`mykfit.no`), a new Norwegian
clothing brand. *Myk* is Norwegian for **soft** — "Soft by design."
## Stack
- One self-contained `index.html` — all CSS and JS inline, no build step.
- Image-free background (CSS gradients + SVG grain) so the page renders standalone.
- Hosted on **GitHub Pages** from the `main` branch, served at the custom domain
in `CNAME` (`mykfit.no`).
## Local preview
Just open the file:
```sh
open index.html
```
Or serve it:
```sh
python3 -m http.server 8000 # then visit http://localhost:8000
```
## Deploy
Pushing to `main` publishes automatically via GitHub Pages. The `CNAME` file
points the site at `mykfit.no`; DNS for the domain is configured separately at
the registrar.