Skip to content

Commit

Permalink
Update Readme and About Me section
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-flynn committed Nov 27, 2023
1 parent 5722d51 commit 28525ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,15 @@ Learn all about me!

## About

A portfolio page to show off my works as a developer. Built following [this guide](https://youtu.be/-2UjwQzxvBQ?si=C6Jw2NwWWSj5GDDN) by [James MacArthur](https://github.com/jamezmca)
A portfolio page to show off my works as a developer. Featuring responsive display sizes for many device resolutions, stunning particle physics, and a sleek yet informative design, my first Svelte project was also my first project using a web framework.

## To Run

- Clone the repository
- `npm install`
- `npm run dev` to begin hosting
- copy localhost url from terminal and paste in browser

---

Built with [this guide](https://youtu.be/-2UjwQzxvBQ?si=C6Jw2NwWWSj5GDDN) by [James MacArthur](https://github.com/jamezmca)
2 changes: 1 addition & 1 deletion src/components/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<span class="poppins text-violet-400">Developer</span>
</h2>
<p class="text-base sm:text-lg md:text-xl">
My <span class="text-violet-400">favorite tech</span> includes JavaScript (NEXT.JS or SvelteKit), TailwindCSS, Node.js + Express.js & PostgreSQL or Firebase/Firestore!
My <span class="text-violet-400">favorite tech</span> includes JavaScript, Node.js + Express.js, Python & MySQL or MongoDB!
</p>
<a class="blueShadow mx-auto lg:mr-auto text-base sm:text-lg md:text-xl poppins relative overflow-hidden px-6 py-3 group rounded-full bg-white text-slate-950 cursor-pointer" href="#contact">
<div
Expand Down

0 comments on commit 28525ab

Please sign in to comment.