Skip to content

Commit

Permalink
adds bullet points to project page
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-rocha committed Nov 27, 2022
1 parent 2ec5758 commit 2e22515
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,15 @@ <h2><strong>Allen Institute for Neural Dynamics - Data Asset View</strong></h2>
<a href="https://github.com/AllenNeuralDynamics/aind-data-asset-view" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<h4> A React application to view and share brain imaging data that has been registered and analyzed on a third-party cloud platform, Code Ocean.
This project consumes the <a href="https://docs.codeocean.com/user-guide/code-ocean-api/data-asset-api" target="_blank" class="highlight">Code Ocean Data Asset API.</a>
<h4> A React application to view and share brain imaging data that have been registered and analyzed on a third-party cloud platform, Code Ocean.
The goal of this project is to prototype a site through which Neural Dynamics can contribute to open science by sharing data freely and openly with the public.
This project consumes the <a href="https://docs.codeocean.com/user-guide/code-ocean-api/data-asset-api" target="_blank" class="highlight">Code Ocean Data Asset API.</a>
<br>
<br> Design: <a href="https://drive.google.com/file/d/1UCaSE5AdGhEd3SzcwLI0Yf5rR9jJb1Xe/view?usp=sharing" target="_blank" class="highlight"> Wireframe - Data Asset View</a>
<br> Built with: ReactJS, JavaScript, Material UI
<br>
<ul>
<li>Design: <a href="https://drive.google.com/file/d/1UCaSE5AdGhEd3SzcwLI0Yf5rR9jJb1Xe/view?usp=sharing" target="_blank" class="highlight"> Wireframe - Data Asset View</a></li>
<li>Built with: ReactJS, JavaScript, Material UI</li>
</ul>
</h4>
</div>

Expand All @@ -77,8 +81,11 @@ <h2><strong>Room Reservation System - Capstone Project</strong></h2>
<h4>This project is a web application that tracks room reservation information. This capstone addresses a real world problem at Ada Developers Academy's Seattle campus which currently lacks
an automated system for reserving conference rooms.
<br>
<br> Deployed with <a href="https://ada-reservation-fb.firebaseapp.com/" target="_blank" class="highlight"> Google Firebase </a>
<br> Built with: ReactJS, JavaScript, Google Firestore (NoSQL database), Materialize CSS
<br>
<ul>
<li>Deployed with <a href="https://ada-reservation-fb.firebaseapp.com/" target="_blank" class="highlight"> Google Firebase </a></li>
<li>Built with: ReactJS, JavaScript, Google Firestore (NoSQL database), Materialize CSS</li>
</ul>
</h4>
</div>

Expand All @@ -94,8 +101,11 @@ <h2><strong>Inspiration Board - Group Project</strong></h2>
<h4>This project is a web application where users can leave inspirational "sticky notes" on digital boards. I developed two React components to
display notes for a selected board and allow users to like/delete a note.
<br>
<br> Deployed with <a href="https://migrationmess-front-end.herokuapp.com/" target="_blank" class="highlight"> Heroku </a>
<br> Built with: ReactJS, JavaScript, HTML/CSS
<br>
<ul>
<li>Deployed with <a href="https://migrationmess-front-end.herokuapp.com/" target="_blank" class="highlight"> Heroku </a></li>
<li>Built with: ReactJS, JavaScript, HTML/CSS</li>
</ul>
</h4>
</div>

Expand All @@ -110,8 +120,11 @@ <h2><strong>Task List API</strong></h2>
</div>
<h4>A web API to create, read, update, and delete tasks and goals. Created custom endpoints and utilized the Slackbot API to show a message when a POST request was successful.
<br>
<br> Deployed with <a href="https://desolate-crag-61230.herokuapp.com/goals" target="_blank" class="highlight"> Heroku </a>
<br> Built with: Python, Flask, PostgreSQL, SQLAlchemy
<br>
<ul>
<li>Deployed with <a href="https://desolate-crag-61230.herokuapp.com/goals" target="_blank" class="highlight"> Heroku </a></li>
<li>Built with: Python, Flask, PostgreSQL, SQLAlchemy</li>
</ul>
</h4>
</div>

Expand Down

0 comments on commit 2e22515

Please sign in to comment.