commiting a but load of content huehue
This commit is contained in:
29
src/routes/resume/_layout.svelte
Normal file
29
src/routes/resume/_layout.svelte
Normal file
@@ -0,0 +1,29 @@
|
||||
<script>
|
||||
import ResumeNav from '../../components/Resume_Nav.svelte';
|
||||
export let segment;
|
||||
</script>
|
||||
|
||||
|
||||
<ResumeNav {segment}></ResumeNav>
|
||||
|
||||
<main class="shadow p-3 mb-5 bg-white rounded">
|
||||
<slot></slot>
|
||||
</main>
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<style>
|
||||
main {
|
||||
position: relative;
|
||||
max-width: 60em;
|
||||
background-color: #252526 !important;
|
||||
padding: 2em;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.spacer{
|
||||
height: 5vh;
|
||||
}
|
||||
</style>
|
||||
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>
|
||||
@@ -1,7 +1,68 @@
|
||||
<svelte:head>
|
||||
<title>education</title>
|
||||
<title>Education</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>Education Page</h1>
|
||||
<h1>Education</h1>
|
||||
|
||||
<p>In conjunction with Experiance Page</p>
|
||||
<!-- 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>
|
||||
64
src/routes/resume/esports.svelte
Normal file
64
src/routes/resume/esports.svelte
Normal file
@@ -0,0 +1,64 @@
|
||||
<svelte:head>
|
||||
<title>Esports</title>
|
||||
</svelte:head>
|
||||
|
||||
<figure class="">
|
||||
<video class="shadow rounded" type="video/mp4" src="video/overwatch_clips.mp4" autoplay="true" loop="true" video muted="true" style="height: 100%; width: 100%; object-fit: cover;" alt="Video Of Clips From Live Stream"></video>
|
||||
<!-- <figcaption>sup</figcaption> -->
|
||||
</figure>
|
||||
|
||||
<h1>Esports</h1>
|
||||
|
||||
<!-- Overwatch T3 Coach -->
|
||||
<h3><span class="overwatch">Overwatch</span> T3 Coach</h3>
|
||||
<span class="overwatchIcon right"></span>
|
||||
|
||||
<h4 class="">Sep 2017 - Present</h4>
|
||||
<p>
|
||||
As a T3 Overwatch Coach I have had the unique opportunity to engage with people
|
||||
of all ages and backgrounds looking to improve, master their abilities and join the path to becoming
|
||||
professionals in esports. I have worked closely with multiple teams and individuals and assisted
|
||||
them in their growth in esports, strategy, planning and mindset for becoming a professional gamer. I
|
||||
am currently coaching 4 teams actively ranging from diamond tier to T3 top 500 teams. As a streamer
|
||||
and youtuber I have also had the unique opportunity to be exposed to the social media presence of
|
||||
the
|
||||
Overwatch scene and participated in many events which have helped organizations within the Overwatch
|
||||
realm
|
||||
grow. This has also been a great platform for me to live coach students and teams so that I can
|
||||
reach a broader audience while also 1on1 coaching individuals. I do a lot of vod reviews and
|
||||
educational content for teams privately with 1000+ hours of coaching ranging in skill from bronze
|
||||
to Top 500. I strive to accomplish the goal of having every student to receive my coaching to become
|
||||
a better player and professional in some meaningful and impactful way.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- Skycru Alpha Esports Captain -->
|
||||
<h3><span class="skycru">Skycru Alpha</span> Esports Captain</h3>
|
||||
<span class="skycruIcon right"></span>
|
||||
<h4>October 2017 - May 2018</h4>
|
||||
<p>
|
||||
As captain of Skycru Esports Alpha team I worked diligently to motivate, coordinate and inspire
|
||||
young individuals working to go pro in the Overwatch scene. Coordinating with coaches and management
|
||||
I helped bring together 4.3K sr T3 team that participated in the following tournaments.</p>
|
||||
<ul>
|
||||
<li>2019 Overwatch Open Division Season 1 - North America</li>
|
||||
<li>ZOTAC CUP Overwatch Community Tournament #16 - North America</li>
|
||||
<li>ZOTAC CUP Overwatch Community Tournament #19 - North America</li>
|
||||
</ul>
|
||||
<p>
|
||||
As captain I devised schedules, scrim plans, provided scouting, planned compositions and worked with
|
||||
coaches to create strategies. With past experience, provided technical support to players and
|
||||
streamers, worked as an analyst, provided social media management and graphic design for the team. I
|
||||
also worked as a player development coach providing counselling and dispute management.
|
||||
</p>
|
||||
|
||||
<style>
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
hr{
|
||||
background-color: red;
|
||||
max-width: 20vw;
|
||||
}
|
||||
</style>
|
||||
@@ -1,7 +1,118 @@
|
||||
<svelte:head>
|
||||
<title>experiance</title>
|
||||
<title>Experiance</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>Experiance Page</h1>
|
||||
|
||||
<p>Need A Direct Link For This Page</p>
|
||||
<h1>Experiance</h1>
|
||||
|
||||
|
||||
<!-- Datacenter Operations Engineer -->
|
||||
<h3 class="">
|
||||
Datacenter Operations Engineer -
|
||||
<span class="twitter">Twitter</span>
|
||||
<span class="inc">Inc.</span>
|
||||
</h3>
|
||||
<span class="twitterIcon right"></span>
|
||||
|
||||
|
||||
<h4 class="">March 2016 - Sep 2017</h4>
|
||||
<p class="">Site operations, DataCenter team lead. Managed, hired and trained DC operations engineers.
|
||||
Maintaining
|
||||
infrastructure and bringing sites up to and surpassing SLAs cross country at Sacramento and
|
||||
Atlanta
|
||||
site as well as pop locations. On-call and attending conferences acting as liaison/brand
|
||||
Ambassador
|
||||
for Twitter and reporting on new Technologies. Provided onsite support to network
|
||||
engineering and
|
||||
site reliability teams.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- Site Operations (STA) -->
|
||||
<h3 class="">Site Operations (STA) -
|
||||
<span class="twitter">Twitter</span>
|
||||
<span class="inc">Inc.</span>
|
||||
</h3>
|
||||
|
||||
<h4 class="">April 2015 – March 2016</h4>
|
||||
<p class="">My time at Twitter has given me a unique opportunity to learn and grow. Operating in one of
|
||||
the
|
||||
largest web-scale data centers in the world I have had the privilege to be a part of a team
|
||||
dedicated to maintaining critical infrastructure to the Twitter production environment. I
|
||||
have been
|
||||
responsible for the installation, upgrades, repairs, troubleshooting and management of many
|
||||
variations of platforms on enterprise server hardware. I have provided onsite support to
|
||||
network
|
||||
engineering and site reliability teams and worked diligently to target machines by
|
||||
importance of
|
||||
priority towards the achievement of service level agreement goals. I endeavour to assist my
|
||||
colleagues by providing thoroughly detailed documentation, support and continuously looking
|
||||
for the
|
||||
most effective and efficient workflows, keeping Twitter online and servicing its customers.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- Operations Technician -->
|
||||
<h3 class="">Operations Technician -
|
||||
<span class="google" style='color:#156aeb'>G</span>
|
||||
<span class="google" style='color:#da4531'>o</span>
|
||||
<span class="google" style='color:#ffba02'>o</span>
|
||||
<span class="google" style='color:#176dee'>g</span>
|
||||
<span class="google" style='color:#019e5a'>l</span>
|
||||
<span class="google" style='color:#d94530'>e</span>
|
||||
<span class="inc">Inc.</span>
|
||||
</h3>
|
||||
<span class="googleIcon right "></span>
|
||||
|
||||
<h4 class="">November 2012 – March 2015</h4>
|
||||
<p class="">As an OTA/OA at Google, I have been responsible for being a part of a cooperative that is
|
||||
dedicated
|
||||
to maintaining the Google infrastructure. I have been personally responsible for the repair of
|
||||
server equipment and targeting machines by importance of priority towards SLA Goals. I have also
|
||||
been responsible for maintaining backup libraries, disk security, hardware qualifications, quality
|
||||
assurance, decommission and installation of new hardware and upgrading existing hardware. I
|
||||
coordinate, communicate and assist management, leads and other teams in order to support an
|
||||
effective and efficient workflow. I endeavor to support all my peers to the best of my ability in
|
||||
order to keep Google orderly, efficient and running.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- Pet Care Specialist - Fins Feathers Paws & Claws -->
|
||||
<h3 class="">Pet Care Specialist - <span class="fins_feathers_paws_and_claws">Fins Feathers Paws &
|
||||
Claws</span>
|
||||
</h3>
|
||||
<h4 class="">August 2010 – April 2011</h4>
|
||||
<p class="">As a pet care specialist at Fins Feathers Paws & claws, I have been responsible for the
|
||||
welfare and
|
||||
wellbeing of thousands of animals. I have strived to support the customer in making the right
|
||||
choices for their animals, educating them on the proper care for each animal and working hard to
|
||||
keep the store clean and working in a constant efficient workflow. I became acquainted with many
|
||||
forms of pet care services. I specialized in exotic pet care including reptiles birds and freshwater
|
||||
fish. I performed every duty that could be expected of anyone working in a pet store from customer
|
||||
services and sales to fish tank cleaning and nail trimming. I worked hard attempting to make sure
|
||||
every animal I sold went to the right customer and was cared for correctly. I am very happy to work
|
||||
and care for animals.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- General Laborer - Tabora Farms & Orchard -->
|
||||
<h3 class="">General Laborer - <span class="tabora">Tabora Farms & Orchard</span>
|
||||
</h3>
|
||||
<h4 class="">June 2004 – September 2006</h4>
|
||||
<p class="">Tabora Farms & Orchard was a family owned bussiness. I was responsible for cleaning and maintaining a bakery and deli. I performed janitorial duties as well as assisting customers in finding their products. In this family owned business I assisted in ice cream production, cider production, picking and sorting fruits and vegetables, caring for animal livestock, stocking, baking, planting and groundskeeping. I worked hard to maintain an efficient workflow and a friendly environment in the hopes of always attracting more customers. I assisted in all work to be performed at a bakery from selling goods at local farmers markets to rolling dough for pies. I strived to work hard and benefit my employer and grandfather at this wonderful country shoppe in the rolling hills of Pennsylvania.
|
||||
</p>
|
||||
|
||||
|
||||
<style>
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
hr{
|
||||
background-color: red;
|
||||
max-width: 20vw;
|
||||
}
|
||||
</style>
|
||||
12
src/routes/resume/index.svelte
Normal file
12
src/routes/resume/index.svelte
Normal file
@@ -0,0 +1,12 @@
|
||||
<svelte:head>
|
||||
<title>Resume</title>
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<p>If you are seeing this, you are at my resume Index</p>
|
||||
|
||||
<style>
|
||||
p{
|
||||
margin: 1em;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user