From 16147fcc7cbbe72a3e53d5ddd81a61d883bd0f70 Mon Sep 17 00:00:00 2001 From: rrigato Date: Mon, 1 Jan 2024 14:45:50 -0800 Subject: [PATCH] cleanup website formatting --- static/css/homepageSection.css | 2 +- static/js/BookRecommendations.jsx | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/static/css/homepageSection.css b/static/css/homepageSection.css index 87eaaf0..265b289 100644 --- a/static/css/homepageSection.css +++ b/static/css/homepageSection.css @@ -30,6 +30,6 @@ ul{ background-color: #aaaaaa; border-radius: 5%; color:black; - + max-width: 750px; } diff --git a/static/js/BookRecommendations.jsx b/static/js/BookRecommendations.jsx index 2814d76..1787c88 100644 --- a/static/js/BookRecommendations.jsx +++ b/static/js/BookRecommendations.jsx @@ -12,7 +12,7 @@ const bookDescriptions = [ 'The goal of software architecture is to minimize the human resources required to build and maintain the desired application.', 'Outlines office culture for working remote', 'Outside of the fact that he objectively has the coolest first name a human can have, this is the definitive guide on how iterations should be structured in any devops oriented team.', - 'Scaling software engineering team size leads to increased communication overhead and might cause the project miss deadlines.' + 'Scaling software engineering team size leads to increased communication overhead and might cause the project to miss deadlines.' ] /** @@ -39,7 +39,9 @@ const bookUrls = [ 'https://www.amazon.com/Power-Bad-Negativity-Effect-Rules-ebook/dp/B07Q3NHPGZ', 'https://www.amazon.com/Clean-Architecture-Craftsmans-Software-Structure/dp/0134494164', 'https://basecamp.com/books/rework', - 'https://basecamp.com/shapeup' + 'https://basecamp.com/shapeup', + 'https://en.wikipedia.org/wiki/The_Mythical_Man-Month' + ] /**Book Recommendations * @@ -53,7 +55,7 @@ export function BookRecommendations(){

Everyday Reads

  • {bookTitles[0]} Nassim Taleb @@ -64,7 +66,7 @@ export function BookRecommendations(){
  • {bookTitles[1]} Peter Attia @@ -75,7 +77,7 @@ export function BookRecommendations(){
  • {bookTitles[2]} Marie Kondo @@ -86,7 +88,7 @@ export function BookRecommendations(){
  • {bookTitles[3]} John Tierney and Roy Baumeister @@ -100,7 +102,7 @@ export function BookRecommendations(){
  • {bookTitles[4]} Bob Martin
  • @@ -110,7 +112,7 @@ export function BookRecommendations(){
  • {bookTitles[5]} DHH and Jason Fried
  • @@ -120,24 +122,22 @@ export function BookRecommendations(){
  • {bookTitles[6]} Ryan Singer
  • {bookDescriptions[6]} - this is the definitive guide on how iterations should be structured in any devops oriented team.
  • {bookTitles[7]} Fred Brooks
  • {bookDescriptions[7]} - and might cause the project miss deadlines.