Windows 95 Project ./ POMMERIE Clement

The well known Windows 95 in your browser, using only html/css and js, this is also my personnal website. // PWA


Project maintained by clementp0 Hosted on GitHub Pages — Theme by mattgraham

Windows 95 - Web project

Trying to recreate w95 experience, using only html/css and less js as possible.

This project was initialised summer 2018, to create an “virtual environment”. (Wich can be found on : https://x.clpo.net/). At the begening it was just a simple w95 looking desktop.

But over the month its became a website with a near real windows 95 experience. This is why today i put my project on github to find some people who can help me to dev. this website and add functionalities.

Feel free to send feedback about your experience on my website.

BETA 1 BETA 2 BETA 3 BETA 4

alt text

BETA 1 - THE PWA UPDATE

<link media="only screen and (max-device-width: 915px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />

manifest.json

{
    "name": "Windows 95 Mobile Experience",
      "short_name": "W95 PWA",
      "display": "fullscreen",
    "orientation":"portrait",
    "scope": "/",
      "start_url": "https://x.clpo.net",
      "theme_color": "#673ab6",
      "background_color": "#008080",
      "icons": [
        {
          "src": "icon.png",
          "sizes": "192x192",
          "type": "image/png"
    	      }
    	  ]
    }

BETA 2 - THE BEGINNING OF A NEW ERA

https://github.com/clementp0/W95-Web-Project/releases

BETA 3 - LOOK AT MY CODE, IM SEXY NOW

CSS Valide !

BETA 4 - SYLVESTER STANDALONE

Service Worker : https://developers.google.com/web/fundamentals/primers/service-workers/

Notification System : https://onesignal.com/

❤️ Clementp0