This is the code for my first website created with Sami Zubair back in 2012. We had no idea what we were doing and it kinda turned out okay. And we fixed phones for 2 years for cash during university!
- First up, apparently we didn't know how to PHP (or the concept of a boolean?): index.php
It's also worth noting there that there's an
index.htmlandindex.phpbecause how else to get a form-submission to not end in a blank page? - Directories were too much to handle with urls for us.
- Next up, this gem Where we had written some java code elsewhere to read an excel
inventory file and generate the top definitions (because
.csvexport and loading in js was wayyy beyond us) - I'll also point to the footer which was the best way I could get code-reuse for the pages 😛
- CSS was all done basically pixel by pixel with no understanding of how layout works...