Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: "About me"
toc: true
toc_label: "About me"
toc_icon: "user-circle"
header:
overlay_color: "#F2E6D4"
text_color: "8F8F8F"
---

For more information about my work and education to date please see my [CV][cv-pdf].
Expand Down
3 changes: 3 additions & 0 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
permalink: /publications/
title: "Publications and presentations"
toc: true
header:
overlay_color: "#F2E6D4"
text_color: "8F8F8F"
---

## Publications
Expand Down
3 changes: 3 additions & 0 deletions _pages/software.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
permalink: /software/
title: "Software"
header:
overlay_color: "#F2E6D4"
text_color: "8F8F8F"
---

Throughout my research, I work with many different models of fluid flow ranging from turbulence resolving, process based models that require extremely fine resolution, all the to way global ocean-sea-ice models, that simulate the large scale circulation patterns of the ocean.
Expand Down
3 changes: 3 additions & 0 deletions _pages/teaching.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
permalink: /teaching/
title: "Teaching"
header:
overlay_color: "#F2E6D4"
text_color: "8F8F8F"
---

I have been actively involved in teaching throughout my music and mathematics/oceanography career.
Expand Down
7 changes: 0 additions & 7 deletions _sass/minimal-mistakes/skins/_penumbra_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,3 @@ $base0f: #CB7459 !default;
background-color: $form-background-color;
}

.page__title {
margin-top: 0;
line-height: 1;
background-color: $footer-background-color;
color: $text-color;
font-weight: bold;
}
Loading