68 lines
1.4 KiB
Svelte
68 lines
1.4 KiB
Svelte
<svelte:head>
|
||
<title>Education</title>
|
||
</svelte:head>
|
||
|
||
<h1>Education</h1>
|
||
|
||
<!-- Georgia State University | Clarkston, GA -->
|
||
<div class="">
|
||
<h3>Georgia State University | Clarkston, GA</h3>
|
||
<span class="gaStateIcon right"></span>
|
||
<h4>Associate's Computer Science</h4>
|
||
<h4>2012-2017</h4>
|
||
</div>
|
||
|
||
<!-- Pennridge R.C. High School | Perkasie, PA -->
|
||
<div class="">
|
||
<h3>Pennridge R.C. High School | Perkasie, PA</h3>
|
||
<span class="pennridgeIcon right"></span>
|
||
<h4>High School Diploma</h4>
|
||
<h4>2004 – 2009</h4>
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
<!-- Certifications -->
|
||
<h1>Certifications</h1>
|
||
|
||
<!-- LPIC-1 -->
|
||
<div class="">
|
||
<h3>LPIC-1</h3>
|
||
<span class="lpicIcon right"></span>
|
||
<h4>Linux Professional Institute, License LPI000298926</h4>
|
||
<h4>February 2014 – February 2019</h4>
|
||
</div>
|
||
|
||
<!-- SUSE CLA -->
|
||
<div class="">
|
||
<h3>SUSE Certified Linux Administrator (SUSE CLA)</h3>
|
||
<span class="suseIcon right"></span>
|
||
<h4>SUSE Linux Enterprise Server 11, Certification ID number: 10251725</h4>
|
||
<h4>February 2014 – February 2019</h4>
|
||
</div>
|
||
|
||
<!-- SMALL UNMANNED AIRCRAFT SYSTEM -->
|
||
<div class="">
|
||
<h3>SMALL UNMANNED AIRCRAFT SYSTEM - FAA License (SUAS Part 107)</h3>
|
||
<span class="faa_license right"></span>
|
||
<h4>Federal Aviation Administration, Certification ID number: 4408742</h4>
|
||
<h4>July 2020 – July 2022</h4>
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
<style>
|
||
h1{
|
||
text-align: center;
|
||
}
|
||
h3{
|
||
font-size: large;
|
||
}
|
||
h4{
|
||
font-size: small;
|
||
}
|
||
hr{
|
||
background-color: red;
|
||
max-width: 20vw;
|
||
}
|
||
</style> |