Update Experience.mdx
parent
dc42a7d1d4
commit
d13fbbcf43
|
@ -18,7 +18,9 @@ Although I have learned most of these skills in my spare time, I have also used
|
|||
<Subsection title="Scrumfish" subtitle="Nampa, ID" url="https://scrumfish.com/">
|
||||
Worked on backend and frontend for multiple projects using ASP.NET, MS SQL,
|
||||
and React to create APIs, a login system with MFA, and functional frontend
|
||||
components.
|
||||
components. Rewrote part of a web app to open EPUB documents, enable users
|
||||
to highlight text and comment, and position those comments relative to the
|
||||
highlighted text.
|
||||
</Subsection>
|
||||
|
||||
<Subsection
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
import { SEO } from 'astro-seo'
|
||||
|
||||
import Footer from '../components/content/global/Footer.astro'
|
||||
import Navbar from '../components/content/global/Navbar.astro'
|
||||
import Background from './properties/Background.astro'
|
||||
import Head from './properties/Head.astro'
|
||||
import Navbar from '../components/content/global/Navbar.astro'
|
||||
import { SEO } from 'astro-seo'
|
||||
import Footer from '../components/content/global/Footer.astro'
|
||||
|
||||
export interface Props {
|
||||
title: string
|
||||
|
|
Reference in New Issue