A website dedicating to showcasing my father's (Yasser Awad) DOS programming work from the 90s. You can view the website here.
- Bootstrap v4.5 for the frontend
js-dos
for emulating a DOS OS in the browser- Google Fonts for the custom fonts
programs/
is the directory where the original source of all the DOS projects are.dist/
contains the zipped versions of each project, to be fetched by the frontend.prepare.py
is the script that prepares the zip files in thedist/
folder.js/
contains the source forjs-dos
, the library used to emulate DOS in the browser.images/
is the directory containing the screenshots of each project.index.html
,run.html
, andterminal.html
are the 3 frontend files for the project.