Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
renewedphilosophy authored Aug 15, 2024
1 parent 8d86ff7 commit b85d654
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@
margin-right: 40px;
align-self: flex-start; /* put it at the top */
}

.band2-header>header {
border-radius: 20px;
background-color: #1e3327;

.band2-header>header h2 {
color: white;
font-size: 20px;

.line-break {
clear:both;
Expand All @@ -199,6 +207,7 @@
}
.publications-image {
float:left;
margin-top:30px;
margin-right:15px;
height:170px;
width:auto;
Expand Down Expand Up @@ -312,6 +321,12 @@ <h1 text-align: center; vertical-align: middle;>Thomas Doerksen</h1>
<p>Thomas has a PhD in Theory and Criticism (Western), a Masters in philosophy (Guelph), and a Masters in synthetic organic chemistry (Victoria). He lives in Victoria, BC.</p>

<h2 class="line-break">Publications</h2>

<div class="band2-header">
<header class="band2-header">
<h2>Publications</h2>
</header>
</div>

<h3>Creative</h3>
<ul class="no-bullets">
Expand Down

0 comments on commit b85d654

Please sign in to comment.