diff --git a/content/projects/_index.md b/content/projects/_index.md index eee5bd3..ba5475f 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -91,6 +91,8 @@ It does its job, though. Like, it has been written before microsoft accounts for It also relies upon [this library](https://github.com/CmlLib/CmlLib.Core) to manage all the launcher stuff. ### 9. Windows 7 simulator +[Project page](/projects/win7-sim) + I built this for fun using the most horrible web practices one could think of. Have fun going through the [github repo](https://github.com/b1ek/win7-sim) if you want to waste some of your time. \ No newline at end of file diff --git a/content/projects/win7-sim.md b/content/projects/win7-sim.md new file mode 100644 index 0000000..dca20f7 --- /dev/null +++ b/content/projects/win7-sim.md @@ -0,0 +1,22 @@ ++++ +template = 'custom/project.html' + +title = 'Windows 7 simulation in a browser' +description = 'A windows 7 desktop recreated in plain HTML' +date = '2024-08-01' +slug = 'win7-sim' +year = 2024 +month = 1 +day = 8 +lang = 'en' + +[extra] +git_repo = 'github.com/b1ek/win7-sim.git' +demo_url = 'github.com/b1ek/win7-sim' +author = 'b1ek ' +license = 'None' ++++ + +Seriously, the title says it all. The simulation is very limited but it was pretty fun to make. + +Check out the github repo for screenshots and stuff. \ No newline at end of file