π¬π§ English | π«π· FranΓ§ais
A complete static website base designed to serve as a clear, autonomous, and durable foundation
for professional, technical, or editorial projects.
This foundation is intended for developers, integrators, or technical teams
who want to retain full control over their code,
without relying on heavy frameworks, CMSs, or third-party services.
English version:
https://demo-en.palks-studio.com
French version:
/static_site_en/
β
βββ index.html β Main homepage (project overview)
βββ about.html β About page: philosophy and project vision
βββ approach.html β Design approach and technical principles
βββ resources.html β Resources, references and best practices
βββ links.html β External links and complementary resources
βββ contact.html β Contact page and communication details
βββ terms-of-use.html β Terms of use and usage framework
βββ legal-notice.html β Legal notice (mandatory information)
βββ privacy-policy.html β Privacy policy and data handling
β
βββ assets/
β βββ css/
β β βββ style.css β Global stylesheet (editable or embeddable)
β βββ img/ β Images, icons and visual assets
β
βββ site.webmanifest β PWA manifest (optional, customizable)
β
βββ robots.txt β Search engine crawling rules
βββ sitemap.xml β Website sitemap for SEO indexing
β
βββ README.md β Usage and customization documentation
βββ LICENSE.md β Terms of use and legal framework
This project provides a clean, readable, and maintainable HTML / CSS structure
to quickly start a serious, well-structured, and scalable website.
It is not a fixed graphical theme,
but a deliberately minimal technical base,
designed to be:
- easy to understand
- easy to customize
- extensible without unnecessary complexity
- maintainable over the long term
The project includes, among other things:
- Multiple complete and structured HTML pages
- A clear and consistent file architecture
- Organized, commented, and modular CSS
- A responsive layout adapted to desktop, tablet, and mobile screens
- A heading hierarchy following SEO best practices
- ARIA attributes and an accessible structure
- A ready-to-use
robots.txt - A functional
sitemap.xml - Code comments serving as customization markers
- Usage documentation
- A clear usage license
No external dependencies are required.
The foundation notably includes the following pages:
- Home
- About
- Approach
- Resources
- Links
- Contact
- Terms of use
- Legal notice
- Privacy policy
Each page includes:
- dedicated SEO tags
- a consistent structure
- generic content ready to be adapted
Special attention has been paid to accessibility:
- Proper semantic hierarchy (
h1βh2βh3) - HTML structure readable by screen readers
- Visually hidden text (
visually-hidden) when relevant - ARIA attributes used sparingly and appropriately
This foundation provides a solid base for projects
that aim to integrate accessibility from the design stage.
The project is optimized for search engine visibility:
titleandmeta descriptiontags per page- Open Graph and Twitter Cards
- Canonical URLs
- Sitemap
- Robots.txt
The provided content is intentionally generic
and must be customized before any production deployment.
To adapt the site to your project:
Replace the logo in assets/img/
Edit the text content in the HTML files
Adjust colors in :root
Extend or adapt the existing CSS
Add JavaScript if needed
The CSS can be:
embedded directly into the pages
or kept in assets/css/style.css
The comments included in the code act as markers
and make onboarding easier.
Β© Palks Studio β see LICENSE.md
https://palks-studio.com
