Files
2026-06-26 12:08:13 +02:00

32 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Vesmir
# Interaktivní průvodce vesmírem
**Autor:** Tomáš korolus
**Třída:** 2. ročník
**Předmět:** Webové technologie
**Živý web:** [Odkaz na GitHub Pages](https://Tomisss1.github.io/Vesmir/)
## Úvod
Tento projekt je moderní, plně optimalizovaná webová prezentace zaměřená na naši sluneční soustavu. Cílem projektu bylo vytvořit interaktivní prostředí za použití čistých webových technologií, bez použití externích CSS nebo JS frameworků.
## Použité technologie
* **HTML5** Sémantické značení struktury.
* **CSS3** Moderní layouty (Flexbox, CSS Grid), responzivita (Mobile First).
* **Vanilla JavaScript (ES6+)** Logika vesmírné kalkulačky, manipulace s DOM.
* **IDE:** Visual Studio Code (v1.85+)
## Adresářová struktura
```text
├── css/
│ └── style.css
├── js/
│ └── main.js
├── img/
│ ├── mars.webp
│ ├── og-preview.jpg
│ └── favicon.ico
├── index.html
├── robots.txt
├── sitemap.xml
└── README.md