diff --git a/Makefile b/Makefile index 2e6ba71..e4245de 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ index: $(SITE_ROOT)/index.html about: $(SITE_ROOT)/about.html +favorites: $(SITE_ROOT)/favorites.html + links: $(SITE_ROOT)/links.html takes: $(SITE_ROOT)/takes.html diff --git a/about.md4tj b/about.md4tj index 6b2abf6..79676a3 100644 --- a/about.md4tj +++ b/about.md4tj @@ -7,6 +7,8 @@ @@INCLUDE nav.md4tj +[Click here for a table of my favorite and least favorite things](https://thejerks.club/favorites.html) + #### Overview I am a "Zillennial" from the American Midwest. I am a second-generation Indian-American immigrant. I tend to dislike coastal states and love areas where I can experience the hottest summers and the harshest winters, but not one or the other. #### Religion @@ -37,6 +39,4 @@ My main computer is a custom-built desktop. It has 16 GB DDR4 RAM, AMD Ryzen 5 3 #### Tech Beliefs With the exception of video games and websites that require Javascript to run, I use entirely free and open source (FOSS) software, but don't adhere perfectly to the FOSS philosophy. I used to be a big Richard Stallman fan but then I grew up and realized that in the real world, the GPL makes it ridiculously hard for developers to make money. I used to be big into the privacy movement, but came to the conclusion activism is a waste of time - it takes time out of my day that I could be using for personal projects. Instead, I simply don't use technology that violates my privacy and advise friends and family to follow suit. -(Sorry for the large word wall, it's a side effect of all the personal statements I've had to write) - @@LASTUPDATED \ No newline at end of file diff --git a/css/main.css b/css/main.css index b9316c8..89c0d45 100644 --- a/css/main.css +++ b/css/main.css @@ -54,3 +54,13 @@ a { } /* end nav bar crap */ + +table, th, td { + border: 1px solid black; + border-collapse: collapse; +} + +th, td { + padding: 15px +} + diff --git a/favorites.md4tj b/favorites.md4tj new file mode 100644 index 0000000..81d510d --- /dev/null +++ b/favorites.md4tj @@ -0,0 +1,44 @@ +@@META charset UTF-8 +@@META name viewport content width=device-width,initial-scale=1.0 +@@TITLE The Jerks - Favorites +@@CSS css/main.css +# The Jerks +## Favorites + +@@INCLUDE nav.md4tj + +| Thing | Favorite | Least Favorite | +|-------|----------|----------------| +| Art Film | The Seventh Seal | Eraserhead | +| (Neo)-Noir film | Chinatown | Inherent Vice | +| Comedy film | Tropic Thunder | Dude, Where's My Car? | +| Retrowave Album | Endless Summer by The Midnight | Infinity by W O L F C L U B | +| Text editor | Emacs | Notepad | +| Mass-market beer | Rolling Rock | Budweiser | +| Animated TV Show | Futurama | South Park | +| TV Police Procedural | Psych | NTSF:SD:SUV:: | +| Shonen Anime | Hunter x Hunter | My Hero Academia | +| Seinen Anime | Parasyte: The Maxim | Berserk (1997) | +| Anime Movie | Perfect Blue | Kiki's Delivery Service | +| National Park | Yellowstone | None yet | +| Call of Duty Game | 4 | Black Ops II | +| Final Fantasy Game | X | I | +| Tales Game | Symphonia | Symphonia: Dawn of a New World | +| Battlefield Game | Bad Company 2 | 1942 | +| ARPG | The Elder Scrolls III: Morrowind | Borderlands | +| CRPG | Divinity: Original Sin | Divine Divinity | +| JRPG | Final Fantasy X | Any Pokemon game (they're all the same) | +| Video Game Console | Wii | Xbox 360 | +| Classic Novel | Great Expectations | Moby Dick | +| Young Adult Novel Series | Percy Jackson | Harry Potter | +| Procedural Programming Language | C | Fortran 90 | +| Object-Oriented Programming Language | Java | C++ | +| Functional Programming Language | ELisp | Common Lisp | +| Decade in American History | 1980s | 1970s | +| Electronic Music Genre | Future Bass | Drum and Bass | +| 3rd Wave Emo Band | The Used | Jimmy Eat World | +| First Person Shooter | Star Wars: Battlefront II (2005) | Halo: Combat Evolved | +| Disney 2D Animation | Home on the Range | Sleeping Beauty | +| Disney 3D Animation | Ratatouille | Frozen II | +| Disney Live Action Remake | Aladdin | The Little Mermaid | +| Dreamworks Animations Movies | Shrek 2 | Trolls | diff --git a/md4tj b/md4tj index 0e2d7e7..c9e5cf5 160000 --- a/md4tj +++ b/md4tj @@ -1 +1 @@ -Subproject commit 0e2d7e7aeb99dc47684a61a29a9c1e551b7f642b +Subproject commit c9e5cf57604f61168933b16b2817458314783438