Skip to content

Commit

Permalink
Update bio
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed May 26, 2024
1 parent 43360f1 commit 327a167
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/components/Bio.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---

---
import Ts from '../components/ts.astro'

<details>
<summary> Click to read on... </summary>

If you're still reading that must mean you're really interested in me.
I'm flattered.

Last I checked I was 24 years old, I currently work in Customer Support and spend a lot of my spare time messing about with pieces of technology and managing/moderating online communities!<br/>
Last I checked I was 24 years old, I currently work at <Ts/> in the Customer Support team and spend a lot of my spare time messing about with pieces of technology and managing/moderating online communities!<br/>
I have been known to play video games occasionally, but it has to be something special to hold my attention!<br/>

I feel very passionate about helping people out where possible and doing small things to make other peoples lives easier and more fun! I usually try to achieve this through my software creations, which you can find on my GitHub profile!
Expand Down
1 change: 1 addition & 0 deletions src/components/ts.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span class="ts"><a class="ts" target="_blank" href="https://example.com"> ???</a></span>
3 changes: 2 additions & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ title: 'Erisa!!'
import ProjectLinks from '../components/ProjectLinks.astro';
import Bio from '../components/Bio.mdx';
import Erisa from '../components/Erisa.astro';
import Ts from '../components/ts.astro'

# Erisa!

Hi there, I'm <Erisa/>!<br/>
I'm in <a href="https://en.wikipedia.org/wiki/Wales" target="_blank">Wales</a>, UK and specalise in Support Engineering.
I'm in <a href="https://en.wikipedia.org/wiki/Wales" target="_blank">Wales</a>, UK and I'm a Support Engineer at <Ts/>.

<ProjectLinks />

Expand Down
5 changes: 4 additions & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ li::before {
content: '- ';
}

.ts a:hover {
color: #626263;
}

@media (prefers-color-scheme: dark) {
body,
input,
Expand All @@ -82,7 +86,6 @@ li::before {
a {
color: #3391ff;
}
}

#turnstile {
width: 300px;
Expand Down

0 comments on commit 327a167

Please sign in to comment.