Skip to content

ilya000/ilyaos.com

Repository files navigation

IlyaOs.com

The official personal website of Ilya Osipov (Ilija Osipov) — inventor, mechanical engineer, computer scientist and entrepreneur.

A fully static, framework-free site (hand-written HTML + a single CSS file, no JavaScript except a tiny image lightbox). All assets — images, fonts, styles — are self-hosted; the site makes no external requests on load. Published via GitHub Pages on the custom domain ilyaos.com.

Pages

Page Link
Home https://ilyaos.com/
About Me https://ilyaos.com/about/
IT Projects https://ilyaos.com/itprojects/
Inventions & Patents https://ilyaos.com/inventions/
Scientific Publications https://ilyaos.com/pub_science/
Media Publications https://ilyaos.com/media_publications/
Software for PC https://ilyaos.com/software/
DIY Electronics https://ilyaos.com/diy/
Photo https://ilyaos.com/photo/
Family Album https://ilyaos.com/family/
Stories https://ilyaos.com/stories/

Tech

  • Plain semantic HTML5 + one shared stylesheet, css/site.css.
  • No frameworks, no jQuery, no build step. The only script is js/lightbox.js — a dependency-free gallery viewer.
  • Self-hosted free font Mulish (SIL OFL 1.1), with Cyrillic support.
  • Root-absolute asset paths, so the site only renders correctly at a domain root (the custom domain), not at a project sub-path.

Run locally

python3 -m http.server 8000

Then open http://127.0.0.1:8000/.

Structure

index.html              Home page (duplicated at /home/)
about/  itprojects/  inventions/  pub_science/  media_publications/
software/  diy/  photo/  family/  stories/      Inner pages
css/site.css            Shared stylesheet
js/lightbox.js          Image lightbox
favicon.svg             Site icon
assets/                 Self-hosted images and fonts
CNAME                   Custom domain for GitHub Pages

License & credits

Content and code © Ilya Osipov. Author: Ilya Os · github.com/ilya000 · ilyaos.com

About

Ilya Osipov — personal site (static, framework-free)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors