Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zuriknet committed Jul 2, 2023
1 parent 816cb6a commit 0e47b56
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/components/Skills.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ import Icon from './Icon.astro';
<div class="stack gap-2 lg:gap-4">
<Icon icon="terminal-window" color="var(--accent-regular)" size="2.5rem" gradient />
<h2>Full Stack</h2>
<p>I have many years experience working with creative directors and artists slicing up artwork and writing
markup as well as styling accordingly with css, sass or less to render the design with pixel perfect persicion
as well as the experience necissary to stand up new virtual web development environemnts.</p>
<p>I have many years experience working with creative directors and artists slicing up artwork
and writing markup as well as styling accordingly with css, sass or less to render the design
with pixel perfect precision as well as the experience necessary to stand up new virtual web
development environments.
</p>
</div>
<div class="stack gap-2 lg:gap-4">
<Icon icon="trophy" color="var(--accent-regular)" size="2.5rem" gradient />
<h2>Best Practices</h2>
<p>I always follow ADA and WCAG guidelines to create accessible web projects that all users can access.
I try to keep my code well organized, well indented and well spaced as well as well documented and well commented.
I also try not to repeat myself and</p>
<p>I always follow ADA and WCAG guidelines to create accessible web projects that all users can access.
I try to keep my code well organized, well indented and well spaced as well as well documented and well commented.
I also try not to repeat myself and make use of constants.</p>
</div>
<div class="stack gap-2 lg:gap-4">
<Icon icon="strategy" color="var(--accent-regular)" size="2.5rem" gradient />
<h2>Strategy-Minded</h2>
<p>I am constantly learning, growing and eager to achieve all personal goals. Over the last 2 years I have personally
taught two teams of young adults HTML, CSS, JavaScript, PHP, web development and web applocation development.
My goal is to make continous progress in my industry each year. </p>
taught two teams of young adults HTML, CSS, JavaScript, PHP, web development and web applocation development.
My goal is to make continous progress in my industry each year. </p>
</div>
</section>

Expand Down

0 comments on commit 0e47b56

Please sign in to comment.