diff --git a/src/static/Resume.pdf b/src/static/Resume.pdf index 51d94fe..aa1e0fa 100644 Binary files a/src/static/Resume.pdf and b/src/static/Resume.pdf differ diff --git a/src/static/json/books.json b/src/static/json/books.json index 5e08cdf..f0ac318 100644 --- a/src/static/json/books.json +++ b/src/static/json/books.json @@ -91,6 +91,11 @@ "link": "https://www.amazon.com/Discipline-Destiny-Power-Self-Control-Virtues/dp/0593191692", "review": "Much like the first in its series - small chapters (very helpful) each with inspiring insider stories of figures of history. Anyone capable of learning from these figures would benefit greatly from implementing the virtues in this series." }, + "Right Thing, Right Now": { + "filename": "rightthingrightnow.png", + "link": "https://www.amazon.com/Right-Thing-Now-Values-Character/dp/0593191714", + "review": "As the third in its series, the virtue of justice derives a large portion of its meaning from the previous two. While still an good read with a valuable influence for personal growth, it lacks a distinction between justice as a virtue and fighting for the right cause. Some sections preach for ideological purity while others insist on pragmatism which is a pretty important detail regarding justice." + }, "On Grand Strategy": { "filename": "onGrandStrategy.jpeg", "link": "https://www.amazon.com/Grand-Strategy-John-Lewis-Gaddis/dp/1594203512", diff --git a/src/static/json/projects.json b/src/static/json/projects.json index 46d9d6f..a8f360a 100644 --- a/src/static/json/projects.json +++ b/src/static/json/projects.json @@ -60,7 +60,17 @@ "bgi": "ceoOfYugo.png", "content": "A simulator for the browser game, NationsGame, to analyze unit composition and predict in-game victors and unit statistics. Unfortunately, NationsGame is now defunct. Limited screenshots of functionality.", "links": [ - ["github", "https://github.com/asimonson1125/NG-Rolls-Simulator", "git repo"] + ["github", "https://github.com/asimonson1125/NG-Rolls-Simulator", "git repo" + ] + ] + }, + "Portfolio Website": { + "status": "WIP", + "classes": "programming", + "content": "The website you are on now, while not strictly related to my work in data, is a work that I'd like to note here. This could have been another portfolio built upon some html template or, even better, designed for markdown. Not here. No 3rd party templates or styles, just a Flask webserver and all the effort I care to put into it.", + "links": [ + ["globe", "https://asimonson.com", "Homepage"], + ["github", "https://github.com/asimonson1125/asimonson1125.github.io", "git repo"] ] } } diff --git a/src/static/photos/books/rightthingrightnow.png b/src/static/photos/books/rightthingrightnow.png new file mode 100644 index 0000000..374e7b4 Binary files /dev/null and b/src/static/photos/books/rightthingrightnow.png differ