Skip to content

πŸ‡¬πŸ‡§ Professional static website foundation, clear and autonomous. Clean HTML/CSS, responsive by default, no unnecessary dependencies πŸ‡«πŸ‡· Socle de site statique professionnel, clair et autonome. HTML/CSS propres, responsive par dΓ©faut, sans dΓ©pendances inutiles

License

Notifications You must be signed in to change notification settings

Palks-Studio/static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Palks Studio

πŸ‡¬πŸ‡§ English | πŸ‡«πŸ‡· FranΓ§ais

License

Palks Studio β€” Professional Static Website Foundation

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.

Public demos

English version:

https://demo-en.palks-studio.com

French version:

https://demo.palks-studio.com


Project structure

/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

Project purpose

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

Foundation content

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.


Included pages

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

Accessibility

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.


SEO

The project is optimized for search engine visibility:

  • title and meta description tags 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.


Quick customization

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

About

πŸ‡¬πŸ‡§ Professional static website foundation, clear and autonomous. Clean HTML/CSS, responsive by default, no unnecessary dependencies πŸ‡«πŸ‡· Socle de site statique professionnel, clair et autonome. HTML/CSS propres, responsive par dΓ©faut, sans dΓ©pendances inutiles

Topics

Resources

License

Stars

Watchers

Forks