-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ethancedwards8/ethancedwards.com
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# ethancedwards.com | ||
My website hosted at ethancedwards.com, feel free to fork this repo and use it as your own website. | ||
My website hosted at ethancedwards.com. The frontend is written in Javascript using React, Express, and NextJS frameworks. | ||
The code for the frontend can be found at <https://github.com/ethancedwards8/ethancedwards.com> | ||
|
||
The backend is written in Python using Flask. The code for the backend can be found at <https://github.com/ethancedwards8/ethancedwards-api> | ||
|
||
The index page of the website includes links to my blog, my podcast episode list, my congress webapp, and my about page. | ||
It also features my randomized quote picker. Every time the page is refreshed, a new quote is displayed. The site is built | ||
with responsive design principles in mind. | ||
|