Fixing some fonts, tweaking some things... adding dark mode

master
Dustin Swan 1 year ago
parent 54258175b3
commit 95de19315d
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -34,7 +34,7 @@
}
.sidebar li {
@apply mb-2;
font-family: ""Iosevka Web"";
font-family: "Iosevka Web";
}
.main li {
list-style-type: " ";
@ -44,9 +44,9 @@
</style>
</head>
<body class="bg-slate-300 h-full">
<div class="h-full lg:container lg:mx-auto lg:flex min-h-screen">
<section class="main p-8 lg:px-12 lg:py-9 bg-slate-100">
<body class="bg-slate-300 dark:bg-slate-900 h-full">
<div class="h-full lg:container lg:mx-auto lg:flex min-h-screen shadow-xl">
<section class="main p-8 lg:px-12 lg:py-9 bg-slate-100 dark:bg-slate-700 dark:text-slate-200">
<h1 class="text-4xl mb-4 uppercase font-semibold border-b-2 py-2">Dustin Swan</h1>
<article class="pb-8">
@ -56,24 +56,24 @@
<h3 class="section-title">Experience</h3>
<article class="pb-8">
<img src="static/visionable.png" class="w-16 float-left mt-1 mr-4" />
<img src="static/visionable.png" class="w-12 float-left mt-1 mr-4" />
<h4 class="text-lg font-bold">Front End &amp; API Lead Software Engineer</h4>
<div>Visionable UK Ltd <i class="text-slate-500">(previously IOCOM)</i> | 2009 - present</div>
<div>Visionable UK Ltd <i>(prev. IOCOM)</i> | 2009 - present</div>
<ul class="clear-left m-4 ml-20">
<ul class="clear-left m-4 ml-0 lg:ml-16">
<li>Designed &amp; developed our flagship responsive, cross-platform JavaScript video conferencing application</li>
<li>Architected, developed &amp; documented our original RESTful APIs</li>
<li>Lead a team of 7 front- &amp; back-end developers to create an AWS SaaS API platform and a React + NextJS web application</li>
<li>Lead a team of 7 front- &amp; back-end developers, creating an AWS SaaS API platform and a React + NextJS web application</li>
<li>Worked closely with Product &amp; Design teams to quickly turn ideas into functional prototypes</li>
</ul>
</article>
<article class="pb-8">
<img src="static/abbott.png" class="w-16 float-left mr-4" />
<img src="static/abbott.png" class="w-12 float-left mr-4" />
<h4 class="text-lg font-bold">Validation Engineer</h4>
<div>Abbott Laboratories | 2007 - 2009</div>
<ul class="clear-left m-4 ml-20">
<ul class="clear-left m-4 ml-0 lg:ml-16">
<li>Managed projects and assembled cross-functional teams to construct change plans and assess product impact</li>
<li>Authored changes to testing documentation and product design records</li>
<li>Processed changes to quality system and product documents to comply with medical device regulatory requirements</li>
@ -84,9 +84,9 @@
<h3 class="section-title">Education</h3>
<article class="pb-8">
<img src="static/uic.png" class="w-16 float-left mt-2 mr-4" />
<img src="static/uic.png" class="w-12 float-left mt-2 mr-4" />
<h4 class="text-lg font-bold">Bachelor of Science in Bioengineering</h4>
<i>with minors in Computer Science & Mathematics</i>
<i>with minors in Computer Science & Math</i>
<div>University of Illinois Chicago (UIC) | 2007</div>
</article>
</section>

Loading…
Cancel
Save