add the win7-sim
This commit is contained in:
parent
32678a2ac7
commit
91871bbf4f
|
@ -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.
|
|
@ -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 <me@blek.codes>'
|
||||
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.
|
Loading…
Reference in New Issue