commiting a but load of content huehue
This commit is contained in:
29
src/routes/resume/consulting.svelte
Normal file
29
src/routes/resume/consulting.svelte
Normal file
@@ -0,0 +1,29 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user