🎩 Страница об авторе
  • HTML 92.8%
  • Dockerfile 4.3%
  • CSS 2.9%
Find a file
2026-06-30 04:32:18 +03:00
docker-compose.yml feat: init 2026-06-30 04:32:18 +03:00
Dockerfile feat: init 2026-06-30 04:32:18 +03:00
index.html feat: init 2026-06-30 04:32:18 +03:00
main.css feat: init 2026-06-30 04:32:18 +03:00
mise.toml feat: init 2026-06-30 04:32:18 +03:00
README.md feat: init 2026-06-30 04:32:18 +03:00

about-frontend

Static personal about page for devtokiory.ru, built with plain HTML and CSS and served as static assets.

Stack

  • HTML and CSS
  • Franken UI via CDN
  • Deno file server for local development
  • Docker + NGINX for containerized serving

Local development

Install the tools declared in mise.toml:

mise install

Start the local development server:

mise run dev

The Deno file server watches the current directory and serves the static site.

Docker

Build and run the site with Docker Compose:

docker compose up --build

Then open:

http://localhost:5000