Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 22, 2024
1 parent 6aac800 commit 39764f9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

# My Portfolio

My personal developer portfolio and blog. Designed from scratch with [React](https://reactjs.org/), [Webpack](https://webpack.js.org/), and [Styled Components](https://styled-components.com/). Fully mobile responsive through use of standardized media queries. Also features a toggleable light 🌞 and dark πŸŒ™ theme!
My personal developer portfolio and blog. Designed from scratch with [React](https://reactjs.org/) and [Styled Components](https://styled-components.com/), bundled with [Webpack](https://webpack.js.org/). Features:

## About Page
- [x] toggleable light 🌞 and dark πŸŒ™ theme!
- [x] blog with markdown support
- [x] mobile responsive design with standard breakpoints
- [x] contact form that sends emails

![About Page](https://i.imgur.com/6846SW2.png)
## Live Site

See it live at [ethanbon.com](https://ethanbon.com)

## Running Locally

Expand Down Expand Up @@ -37,6 +42,7 @@ This creates a new entry in the posts folder such as: `src/assets/posts/x-title.

## Adding a new Project

TODO: automate this with script:
Add a new project to the top of the `projects` array in `src/assets/data/projects.js`:

```javascript
Expand Down

0 comments on commit 39764f9

Please sign in to comment.