29 lines
445 B
Svelte
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> |