The well known Windows 95 in your browser, using only html/css and js, this is also my personnal website. // PWA
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.
<link media="only screen and (max-device-width: 915px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
{
"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"
}
]
}
The README as been sligthy updated.
https://github.com/clementp0/W95-Web-Project/releases
Service Worker : https://developers.google.com/web/fundamentals/primers/service-workers/
Notification System : https://onesignal.com/
❤️ Clementp0