diff --git a/.DS_Store b/.DS_Store index 38c23a4..20bded0 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/_includes/mini-bio.html b/_includes/mini-bio.html index e45c333..a224493 100644 --- a/_includes/mini-bio.html +++ b/_includes/mini-bio.html @@ -1,20 +1,19 @@ -
My name is Joseph, and I'm a DPhil student in Mathematics at Balliol College, Oxford.
-This site was built from scratch during my second year of undergrad, and -serves as a space for me to write about topics with varying levels of technicality. +Find some links below.
diff --git a/_sass/main.scss b/_sass/main.scss index 7b159f9..b718f7d 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -75,7 +75,7 @@ a { p { // font-size: 16px; - text-align: justify; + // text-align: justify; line-height: 1.5; } @@ -173,7 +173,7 @@ div.footer { } #landing-page-container { - padding: 0px 36px 20px 36px; + padding: 0px 18px 20px 18px; } #banner { diff --git a/_sass/sidebar-bio.scss b/_sass/sidebar-bio.scss index 2064ed3..8f44d67 100644 --- a/_sass/sidebar-bio.scss +++ b/_sass/sidebar-bio.scss @@ -12,6 +12,7 @@ #bio { font-size: 16px; text-align: left; + margin-top: 10px; } // change width to 100% / n where n is the number of links, to add more. diff --git a/_sass/utilities/variables.scss b/_sass/utilities/variables.scss index 3a0b983..810fa77 100644 --- a/_sass/utilities/variables.scss +++ b/_sass/utilities/variables.scss @@ -13,11 +13,11 @@ $oxford-blue: #002147; $border-colour: #d6d9dc; -$page-width-1: 1264px; +$page-width-1: 1048px; $page-width-2: 864px; $std-padding: 16px; -$right-sidebar-width: 316px; +$right-sidebar-width: 280px; $footer-height: 60px; diff --git a/assets/.DS_Store b/assets/.DS_Store index ac99b0d..305690a 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/images/.DS_Store b/assets/images/.DS_Store index eef9d4b..0c6a77b 100644 Binary files a/assets/images/.DS_Store and b/assets/images/.DS_Store differ diff --git a/assets/images/blackboard.jpg b/assets/images/blackboard.jpg new file mode 100644 index 0000000..4a6e329 Binary files /dev/null and b/assets/images/blackboard.jpg differ diff --git a/index.html b/index.html index f06517e..22cb483 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@