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
42 changes: 27 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
time::after {
content: " > ";
}
section[id], header {
section[id] {
margin-bottom: 1em;
}

Expand Down Expand Up @@ -98,8 +98,8 @@
flex-direction: column;
text-align: center;
align-self: center;
padding: 20px;
max-width: 42ch;
padding: 6px;
max-width: 41ch;
margin: auto;
}

Expand All @@ -121,7 +121,7 @@
width: calc(390px / var(--scale-ratio));
}
body.post > main {
max-width: 42ch;
max-width: 41ch;
text-align: justify;
}
}
Expand Down Expand Up @@ -151,21 +151,28 @@
</ul>
</section>

<section id="experience">
<p>WORK EXPERIENCE</p>
<br>
<p>
<section id="experience">
<p>WORK EXPERIENCE</p>
<br>
<p>
Many years of: Data Engineering Backend Engineering Cloud Engineering
DevOps Systems Architecture CI/CD Pipelines Server Management
(Inc. Home Kubernetes Cluster) Golang Python (Postgre)SQL GCP AWS Terraform Docker
</p>
</p>
<br>
<p>2022 &gt; openclimatefix &gt;&gt;&gt; DATA ENGINEER</p>
<p>2020 &gt; auden &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DATA ENGINEER</p>
<p>2019 &gt; dunnhumby &gt;&gt;&gt;&gt;&gt; JUNIOR ENGINEER</p>
</section>


<section id="talks">
<p>talks</p>
<br>
<p>2022 &gt; openclimatefix &gt;&gt;&gt; DATA ENGINEER</p>
<p>2020 &gt; auden &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DATA ENGINEER</p>
<p>2019 &gt; dunnhumby &gt;&gt;&gt;&gt;&gt; JUNIOR ENGINEER</p>
<p>multidimensional data &gt;&gt;&gt;&gt;&gt; <a href="https://cloudnativegeo.org/events/cng-london/">CNG LONDON</a></p>
<p>energy forecasting &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="https://fosdem.org/2026/">FOSDEM</a></p>
</section>


<section id="music">
<p>MUSIC</p>
<br>
Expand All @@ -189,10 +196,15 @@
<p><a href="mailto:hi.site@solc.uk">hi.site@solc.uk</a></p>
<br>
<p>* * *</p>
<br>
<p>(c) Sol Cotton</p>
</section>

<footer>
<p>THANK YOU FOR VISITING</p>
<br>
<p>(c) Sol Cotton</p>
<br>
</footer>

</main>

</body>
Expand Down
Binary file removed static/assets/favicon.ico
Binary file not shown.
Binary file removed static/fonts/petrona-latin.woff2
Binary file not shown.
Loading