Skip to content

Commit

Permalink
feat(about): add faq link
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Oct 31, 2024
1 parent f2a7916 commit 5054239
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/src/pages/_index/about-section.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import portrait from "~/assets/images/portrait.jpg";
<Heading as="h2" href="#about">About</Heading>
<p>I'm Pavel, a software engineering student at <Link kind="text" href="https://fel.cvut.cz/en">Czech Technical University in Prague</Link>.</p>
<p>I've been coding and programming on the web since 2017.<br />I'm meticulous about accessibility, performance and maintainability.</p>
<p class="text-secondary">
Curious about my <abbr title="Operation system">OS</abbr> or the
devices I use? Check out my <Link kind="text" href="/faq"><abbr title="Frequently asked questions">FAQ</abbr></Link> for all the details!
</p>
<p>Nowadays, my main focus is front-end development.</p>
<p>However, I've tried many areas of modern digital content creation, from simple 3D scenes and modelling, raster and vector graphics, video editing and more.</p>
<ul class="flex w-full flex-col-reverse gap-lg md:flex-row">
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/styles/preflight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

abbr:where([title]) {
text-decoration: underline dotted;
cursor: help;
}

/*
Expand Down

0 comments on commit 5054239

Please sign in to comment.