Skip to content

Commit

Permalink
some minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmacmanus committed Nov 27, 2022
1 parent 6a966ee commit 5f29393
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 4 additions & 5 deletions _includes/mini-bio.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<h1 class="underlined-header">Who am I?</h1>
<h1 class="underlined-header">About</h1>

<img id="dp" src="{{site.baseurl}}/assets/images/me3.jpg">

<h3 style="
<!-- <h3 style="
margin-bottom: 12px;
margin-top: 16px;
">
Hello
</h3>
</h3> -->

<p id="bio">
My name is Joseph, and I'm a DPhil student in Mathematics at Balliol College, Oxford.
</p>
<p id="bio">
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.
</p>


Expand Down
4 changes: 2 additions & 2 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a {

p {
// font-size: 16px;
text-align: justify;
// text-align: justify;
line-height: 1.5;
}

Expand Down Expand Up @@ -173,7 +173,7 @@ div.footer {
}

#landing-page-container {
padding: 0px 36px 20px 36px;
padding: 0px 18px 20px 18px;
}

#banner {
Expand Down
1 change: 1 addition & 0 deletions _sass/sidebar-bio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions _sass/utilities/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/images/.DS_Store
Binary file not shown.
Binary file added assets/images/blackboard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="landing-page-container">

<div id="banner-cont">
<img src="{{site.baseurl}}/assets/images/ox.jpg" width="100%">
<img src="{{site.baseurl}}/assets/images/blackboard.jpg" width="100%">
</div>


Expand Down

0 comments on commit 5f29393

Please sign in to comment.