diff --git a/src/pages/InProgress.js b/src/pages/InProgress.js index 8a417ae..b360635 100644 --- a/src/pages/InProgress.js +++ b/src/pages/InProgress.js @@ -1,6 +1,25 @@ export default function InProgress() { return ( - <> - +
+

Here are some of my current in-progress projects!

+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
) } \ No newline at end of file diff --git a/src/pages/Projects.js b/src/pages/Projects.js index c4e8f19..4108f00 100644 --- a/src/pages/Projects.js +++ b/src/pages/Projects.js @@ -15,6 +15,7 @@ export default function Projects() {

I also have experience with various technologies for connecting these to front-end applications, including Prisma and Supabase.

+ Go home ) } \ No newline at end of file diff --git a/src/pages/Technologies.js b/src/pages/Technologies.js index 732d811..3f969c4 100644 --- a/src/pages/Technologies.js +++ b/src/pages/Technologies.js @@ -1,6 +1,89 @@ export default function Technologies() { return ( - <> - +
+

What technologies do I use?

+ +
+

These are my most often-used technologies:

+ +
+ {/* React logo */} +

React

+
+ +
+ {/* Redux logo */} +

Redux

+
+ +
+ {/* Express logo */} +

Express

+
+ +
+ {/* Postgres logo */} +

PostgreSQL

+
+ +
+ {/* Supabase */} +

Supabase

+
+ +
+ +
+

Here are some I use relatively often:

+ +
+ {/* Mongo logo */} +

MongoDB

+
+ +
+ {/* Prisma */} +

Prisma

+
+ +
+ {/* Sass */} +

Sass

+
+ +
+ {/* Python */} +

Python

+
+ +
+ {/* Figma */} +

Figma

+
+ +
+ +
+

And here are some things I'm working on learning:

+ +
+ {/* TypeScript */} +

TypeScript

+
+ +
+ {/* C# / ASP.NET */} +

C# / ASP.NET

+
+ +
+ {/* Tailwind */} +

Tailwind CSS

+
+ +
+ + Home +
) } \ No newline at end of file diff --git a/src/pages/Welcome.js b/src/pages/Welcome.js index 14c427d..75acd71 100644 --- a/src/pages/Welcome.js +++ b/src/pages/Welcome.js @@ -1,22 +1,38 @@ export default function Welcome() { return ( - <> -
-
-

Mikayla Dobson

-

Web Design Contractor

+
+
+
-

Hi, my name is Mikayla! I'm a junior-level full stack web developer.

-

I excel in building well-structured and maintainable web applications, managing algorithmic complexity, and adapting my workflow to fit the needs of any environment I should find myself in.

+
+

Mikayla Dobson

+

Web Design Contractor

-

So, thanks for stopping by! Feel free to peruse below:

- -
- What kinds of things do I do? - What do I use to do it? - What am I learning about now? - Where can you find more about me and my work? +

Hi, my name is Mikayla! I'm a junior-level full stack web developer.

+

I excel in building well-structured and maintainable web applications, managing algorithmic complexity, and adapting my workflow to fit the needs of any environment I should find myself in.

+ +

So, thanks for stopping by! Feel free to peruse below:

+ +
+ +
+ What kinds of things do I do? +
+ +
+ What do I use to do it? +
+ +
+ What projects am I working on now? +
+ +
+ Where can you find more about me and my work? +
+ +
+
- ) } \ No newline at end of file