The code for my website: https://skopec.dev
  • HTML 72.9%
  • CSS 23.8%
  • JavaScript 3.3%
Find a file
pepaskopec-blip b71c6d95c3 Update maturita.c link to edu org.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-11 20:57:57 +02:00
.idea Rename .idea/skopec.dev-reimagined.iml to .idea/skopec.dev.iml 2026-09-01 15:11:43 +02:00
404.html Added light mode option 2026-09-07 09:56:35 +02:00
apple-touch-icon.png Update site for skopec.dev 2026-09-01 14:46:33 +02:00
favicon-32.png Update site for skopec.dev 2026-09-01 14:46:33 +02:00
favicon.svg Update site for skopec.dev 2026-09-01 14:46:33 +02:00
hardware.html Added light mode option 2026-09-07 09:56:35 +02:00
index.html Add Danny Koťan to Friends websites. 2026-09-07 22:05:20 +02:00
llms.txt Initial commit 2026-09-01 14:16:54 +02:00
og-image.jpg Initial commit 2026-09-01 14:16:54 +02:00
privacy.html Added light mode option 2026-09-07 09:56:35 +02:00
projects.html Update maturita.c link to edu org. 2026-09-11 20:57:57 +02:00
README.md Update site for skopec.dev 2026-09-01 14:46:33 +02:00
robots.txt Initial commit 2026-09-01 14:16:54 +02:00
script.js Added light mode option 2026-09-07 09:56:35 +02:00
sitemap.xml Initial commit 2026-09-01 14:16:54 +02:00
style.css Added light mode option 2026-09-07 09:56:35 +02:00

skopec.dev

The source code for my own website. This repository contains the HTML, CSS, and JS files for my portfolio at skopec.dev.

About

This repo holds the main source files of the site — the core HTML pages, stylesheet, and script. Besides that, youll also find:

  • sitemap.xml — sitemap for search engines
  • robots.txt — crawler rules
  • llms.txt — short summary for AI crawlers
  • favicon.svg / favicon-32.png / apple-touch-icon.png — icons
  • og-image.jpg — social share image
  • .idea/ — IDE config files

Structure

├── index.html          # home (about, services, friends, FAQ, contact)
├── projects.html       # projects page
├── hardware.html       # hardware page
├── privacy.html        # privacy note
├── 404.html            # custom not-found page
├── style.css           # styles
├── script.js           # scripts
├── favicon.svg         # icon
├── favicon-32.png
├── apple-touch-icon.png
├── og-image.jpg        # Open Graph / Twitter image
├── sitemap.xml         # sitemap for search engines
├── robots.txt          # crawler rules
├── llms.txt
└── .idea/              # IDE config

License

This project is for personal use. Feel free to look around for inspiration, but please dont copy the content as your own.