Skip to content

PraneethJain/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32e748c · Mar 24, 2025

History

44 Commits
Mar 24, 2025
Sep 25, 2024
Mar 29, 2024
Sep 25, 2024
Sep 25, 2024
Sep 25, 2024
Mar 24, 2025
Sep 25, 2024
Jun 11, 2024
Mar 24, 2025
Jun 12, 2024
Jun 12, 2024
Sep 25, 2024

Repository files navigation

Portfolio Website

Hosted here

  • Portfolio website written in fasm.
  • Statically linked ELF-64 x86-64 executable main.

./website.png

Inspired from tsoding’s livestream

Running the website

Built-in Web Server

  • Run the executable `./main`
  • The website will be hosted on port `8080`

Common Gateway Interface (CGI)

  • Run the build script `./cgi.sh`
  • The `cgi-bin` folder will be generated