Updated md4tj, added favorites page
This commit is contained in:
parent
c1adf2d7b9
commit
453bc4faee
2
Makefile
2
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
|
||||
|
|
|
@ -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
|
10
css/main.css
10
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
|
||||
}
|
||||
|
||||
|
|
|
@ -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 |
|
2
md4tj
2
md4tj
|
@ -1 +1 @@
|
|||
Subproject commit 0e2d7e7aeb99dc47684a61a29a9c1e551b7f642b
|
||||
Subproject commit c9e5cf57604f61168933b16b2817458314783438
|
Loading…
Reference in New Issue