Skip to content

Commit

Permalink
Typographic fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 2, 2023
1 parent 3638017 commit bba81e2
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 15 deletions.
64 changes: 49 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,53 @@
<head>
<title>Mathijs de Bruin | Curriculum Vitae</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="reset.css">
<style type="text/css">
body {
font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
padding-top: 20pt;
padding-left: 8pt;
padding-right: 20pt;
padding-bottom: 0pt;
margin-top: 1em;
margin-left: 1ex;
margin-right: 2ex;
margin-bottom: 1em;
}
em {
font-style: italic;
}
strong {
font-weight: 500;
}
h1 {
font-weight: 100;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
}
h2 {
font-weight: 200;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
}
h3 {
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
font-weight: 300;
}
header {
font-size: 1.5em;
font-weight: 200;
}
header strong {
font-weight: 400;
}
td {
vertical-align: text-top;
font-size: 10pt;
padding: 2pt;
padding: 2pt 4pt 2pt 2pt;
}
th {
font-size: 10pt;
font-weight: bold;
font-weight: 600;
text-align: left;
vertical-align: text-top;
padding-right: 10pt;
Expand Down Expand Up @@ -64,9 +94,9 @@
clear: both;
}
section, header {
padding-bottom: 2.5ex;
min-width: 20em;
max-width: 44em;
margin: 1ex;
}
@media screen and (min-width: 45em) {
section, header {
Expand All @@ -85,6 +115,7 @@
margin-top: 1ex;
}
section {
padding-bottom: 2.5ex;
float: left;
}
tr, li {
Expand All @@ -96,6 +127,9 @@
.pdf {
float: right;
}
.pdf img {
height: 3em;
}
@media print {
.pdf {
visibility: hidden;
Expand All @@ -105,13 +139,13 @@
</head>
<body>
<side class="pdf">
<p><a href="cv_mathijs_de_bruin.pdf"><img style="height: 5ex" src="pdf-icon.svg" alt="PDF"/></a></p>
<p><a href="cv_mathijs_de_bruin.pdf"><img src="pdf-icon.svg" alt="PDF"/></a></p>
</side>

<header>
<h1>Curriculum Vitae</h1>
<h2>Mathijs de Bruin</h2>
Over 20 years of demonstrable, real-world experience in <strong>backend software engineering</strong>, <strong>systems architect</strong>, <strong>DevOps engineer</strong>, <strong>data scientist</strong>.
<p>Over 20 years of demonstrable, real-world experience in <strong>backend software engineering</strong>, <strong>systems architect</strong>, <strong>DevOps engineer</strong>, <strong>data scientist</strong>.</p>
</header>

<section class="row personalia">
Expand Down Expand Up @@ -463,7 +497,7 @@ <h3>Awards</h3>
<h3>Papers, articles, interviews</h3>
<table>
<tr>
<th><a href="https://urgentcity.eu/work/mathijs-de-bruin/">Interview: UrgentCity - Towards a New Vocabulary of Terms</a></th>
<th><a href="https://urgentcity.eu/work/mathijs-de-bruin/">Interview: Towards a New Vocabulary of Terms</a></th>
<td><p>In a thought-provoking interview as part of the Decentralized Society Research Project, I explored societal decentralization, ecological and cultural diversity as well as grace as pivotal towards a harmonious human-environment future, leveraging my background in philosophy, physics, and IT.</p></td>
</tr>

Expand All @@ -477,15 +511,15 @@ <h3>Papers, articles, interviews</h3>
<p>Final thesis for 'Energy and climate' BSc honours module.</p></td>
</tr>
<tr>
<th><a href="http://www.scribd.com/doc/57127637">Proposal for a formal interpretation of Latour's actor-network theory aimed at computational application</a></th>
<td>An interpretation of Bruno Latour's actor-network theory, suggesting the possibility of developing a semantically and interpretively neutral tool for the analysis of information.</td>
<th><a href="http://www.scribd.com/doc/57127637">Interpretation of Latour's actor-network theory</a></th>
<td>An interpretation of Bruno Latour's actor-network theory, aimed at computational application, suggesting the possibility of developing a semantically and interpretively neutral tool for the analysis of information.</td>
</tr>
<tr>
<th><a href="http://www.scribd.com/doc/57127450/Connecting-First-And-Third-person-Perspectives">Connecting First- and Third-person Perspectives</a></th>
<td>A generalization of consciousness as resonant patterns in complex (non-linear) systems, and an information-theoretic argument exploring upper limits to self-consciousness and self-knowledge.</td>
</tr>
<tr>
<th><a href="http://www.scribd.com/doc/57127744">The Quantum Measurement Process; natural emergence of classicality in measurement processes</a></th>
<th><a href="http://www.scribd.com/doc/57127744">The Quantum Measurement Process</a></th>
<td>Discussion of the typical aspects of a measurement process in quantum physics, the interpretation thereof and the description of such a process wherein classical 'macroscopic' behaviour is shown to emerge naturally (ie. without a collapse postulate).</td>
</tr>
</table>
Expand Down
109 changes: 109 additions & 0 deletions reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
/***
The new CSS reset - version 1.11 (last updated 20.9.2023)
GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
- The "symbol *" part is to solve Firefox SVG sprite bug
- The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
all: unset;
display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
list-style: none;
}

/* For images to not be able to exceed their container */
img {
max-inline-size: 100%;
max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
-webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
-webkit-appearance: revert;
appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
all: revert;
box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
color: unset;
}

/* remove default dot (•) sign */
::marker {
content: initial;
}

/* fix the feature of 'hidden' attribute.
display:revert; revert to element instead of attribute */
:where([hidden]) {
display: none;
}

/* revert for bug in Chromium browsers
- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
-moz-user-modify: read-write;
-webkit-user-modify: read-write;
overflow-wrap: break-word;
-webkit-line-break: after-white-space;
-webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
-webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
all: revert;
box-sizing: border-box;
}

0 comments on commit bba81e2

Please sign in to comment.