Skip to content

Commit

Permalink
Add moon times project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjdean committed Mar 12, 2023
1 parent b7806f6 commit cb5ad0d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added images/moon_times.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,24 @@
</nav>

<main class="content">
<div class="project">
<img src="../images/moon_times.png" alt="Image of Chicago Moon-Times">
<h2>Chicago Moon-Times
<a class="link-icon" href="https://chicagomoontimes.com">
<i class="fa-solid fa-link"></i></a>
</h2>
<p>
The Chicago Moon-Times is the first, fully-automated satirical news site created to spread laughter and joy in the world.
The site is powered by OpenAI’s ChatGPT and all content is satirical and not meant to be taken seriously. The site runs itself, with
two to three articles generated every day based on recent national and local events.
</p>

<p>
The application was built using a React frontend and a Node.js backend, with articles stored on a Firebase Realtime Database
and multiple APIs used for image and content generation. The site is hosted on Google Cloud.
</p>
</div>

<div class="project">
<img src="../images/read_this_to_me.png" alt="Image of Read This to Me">
<h2>Read This to Me
Expand Down

0 comments on commit cb5ad0d

Please sign in to comment.