Reworked resume to remove lorem text
This commit is contained in:
parent
c07147bf77
commit
ed0d311326
@ -8,13 +8,13 @@ const posts = (await Astro.glob("./blog/*.{md,mdx}"))
|
||||
(a, b) =>
|
||||
new Date(b.frontmatter.date).valueOf() -
|
||||
new Date(a.frontmatter.date).valueOf()
|
||||
);
|
||||
).slice(0,5);
|
||||
|
||||
const projects = (await Astro.glob("./projects/*.{md,mdx}")).sort(
|
||||
(a,b) =>
|
||||
new Date(b.frontmatter.date).valueOf()-
|
||||
new Date(a.frontmatter.date).valueOf()
|
||||
)
|
||||
).slice(0,5);
|
||||
---
|
||||
|
||||
<Layout>
|
||||
|
@ -14,7 +14,11 @@
|
||||
|
||||
<main class="w-5/6 mx-auto sm:w-5/6 md:w-4/5 lg:w-4/5 xl:w-4/5 2xl:w-1/2">
|
||||
<p class="font-bold text-2xl py-6">About Me</p>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus esse inventore iusto earum asperiores necessitatibus, dolores id cumque nesciunt libero eligendi vel reprehenderit eius officia. Veritatis dolorum illum exercitationem suscipit.</p>
|
||||
<p>Detail oriented IT professional with 5+ years in systems and network administration.
|
||||
Excellent problem-solving skills and ability to perform well in a team.
|
||||
Responsible for operation and maintenance of a multicampus enterprise network with 500+ average daily users.
|
||||
Demonstrated experience in reducing operating expenses by implementing open-source solutions and services.
|
||||
</p>
|
||||
|
||||
<Divider/>
|
||||
<p class="font-bold text-2xl py-6">Work Experience</p>
|
||||
@ -24,7 +28,7 @@
|
||||
<li>Maintain and upgrade critical network infrascture for a multi-campus environment.</li>
|
||||
<li>Facilitate backups and ensure their integrity.</li>
|
||||
<li>Integrate with action teams to develop technology plans and solutions.</li>
|
||||
<li>Implement new software and hardware solutions with increased functionality at reduced ongoing cost.</li>
|
||||
<li>Implement new software and hardware solutions with increased functionality while reducing costs by $50,000/yr.</li>
|
||||
</ul>
|
||||
</Timeline>
|
||||
<Timeline title="Tech Assosciate" subtitle="Christ Lutheran Church | August 2019 - December 2020 (Part Time)">
|
||||
|
Loading…
Reference in New Issue
Block a user