webos is the collection of all the simulations of Operating systems made using JavaScript
to add your project:-
- replace the following then put it in
index.html
and then send a pull request
<div class="card">
<div class="card-border-top"></div>
<div class="img">
<img src="[image link or pr image in `/images`]">
</div>
<span>[Name]</span>
<button onclick="goto(`[Link]`)"> Run </button>
</div>
For example you have your demo at https://dynamicos.netlify.app
, and the logo is images/os.png
then the code will be as follows
<div class="card">
<div class="card-border-top"></div>
<div class="img">
<img src="images/os.png">
</div>
<span>AvdanOS</span>
<button onclick="goto(`https://dynamicos.netlify.app`)"> Run </button>
</div>