mirror of
https://github.com/pepaskopec-blip/skopec.dev.git
synced 2026-09-12 04:32:45 +02:00
The code for my website: https://skopec.dev
- HTML 72.9%
- CSS 23.8%
- JavaScript 3.3%
|
|
||
|---|---|---|
| .idea | ||
| 404.html | ||
| apple-touch-icon.png | ||
| favicon-32.png | ||
| favicon.svg | ||
| hardware.html | ||
| index.html | ||
| llms.txt | ||
| og-image.jpg | ||
| privacy.html | ||
| projects.html | ||
| README.md | ||
| robots.txt | ||
| script.js | ||
| sitemap.xml | ||
| style.css | ||
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, you’ll also find:
sitemap.xml— sitemap for search enginesrobots.txt— crawler rulesllms.txt— short summary for AI crawlersfavicon.svg/favicon-32.png/apple-touch-icon.png— iconsog-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 don’t copy the content as your own.