Files
old-svelte-site/src/routes/resume/consulting.svelte
2020-11-09 19:39:47 -05:00

29 lines
445 B
Svelte

<svelte:head>
<title>Consulting</title>
</svelte:head>
<h1>Consulting</h1>
<!-- Datacenter Operations Engineer -->
<h3 class="">
GIG Description -
<span class="twitter">Company</span>
</h3>
<span class="twitterIcon right">Special icon</span>
<h4 class="">March 2016 - Sep 2017</h4>
<p class="">
Info about the consulting gig
</p>
<hr>
<style>
h1{
text-align: center;
}
hr{
background-color: red;
max-width: 20vw;
}
</style>