The main repository for the site
https://gavladorias.win/
- HTML 84.1%
- CSS 15.9%
| new | ||
| old | ||
| .gitattributes | ||
| LICENSE.md | ||
| README-UA.md | ||
| README.md | ||
Site gavladorias.win
The main repository for the site gavladorias.win
УКРАЇНСЬКИЙ README
The repository contains both the new version of the site and the old one.
Site Version: 1.2
JavaScript is completely prohibited, and there is a high chance that I will not accept any changes with it.
The new version of the site uses modern HTML and CSS.
The old version uses HTML 4.01 and CSS 2.1.
Structure of directors:
/
├── new/ # New website version
│ ├── logos/ # Icons (128x128, .ico)
│ │ └── "name"-logo.ico
│ ├── materials/ # Media content
│ │ ├── photo/ # Images/Photos
│ │ ├── video/ # Video files
│ │ └── thumbnails/ # Preview images (600x600, .png, center crop)
│ ├── favicon.ico # Browser tab icon (128x128, .ico)
│ ├── index.html # HTML markup (English)
│ ├── index-ua.html # HTML markup (Ukrainian)
│ ├── faq.html # FAQ page (English)
│ ├── faq-ua.html # FAQ page (Ukrainian)
│ └── style.css # Stylesheet
│
└── old/ # Legacy website version
├── logos/
│ └── "name"-logo.ico
├── materials/
│ ├── photo/
│ ├── video/
│ └── thumbnails/ # Preview images (200x200, .png, NO center crop)
├── favicon.ico
├── index.html
├── index-ua.html
├── faq.html
├── faq-ua.html
└── style.css
License:
0BSD