Skip to content

Commit

Permalink
Merge pull request #12 from dana-rocha/feat-6-update-link
Browse files Browse the repository at this point in the history
updates demo link
  • Loading branch information
dana-rocha authored Jan 8, 2024
2 parents 6b228a8 + 05bc48f commit 40d6251
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<li class="nav-item">
<a class="nav-link mx-2" href="/pages/projects.html">PROJECTS</a>
</li>

<li class="nav-item">
<!-- <a class="nav-link mx-2" href="/about/index.html">ABOUT</a> -->
</li>

<li class="nav-item">
<a class="nav-link mx-2" href="/resume/DanaRocha-Resume.pdf" target="_blank">RESUME</a>
Expand All @@ -64,8 +60,8 @@ <h4> A React application to view and share brain imaging data that have been reg
<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>Deployed with <a href="https://aind-data-asset-view-dot-neural-dynamics-dev.uw.r.appspot.com/" target="_blank" class="highlight"> Google App Engine </a></li>
<li>Built with: ReactJS, JavaScript, Material UI</li>
<li><a href="https://user-images.githubusercontent.com/46910672/216476746-51553614-fb29-4c29-b4e9-5e892d242045.mp4" target="_blank" class="highlight"> Recorded Demo </a></li>
<li>Built with ReactJS, JavaScript, and Material UI</li>
</ul>
</h4>
</div>
Expand All @@ -84,7 +80,7 @@ <h4> An open source Python package that allows users to easily use the <a href="
<br>
<ul>
<li>Published on <a href="https://pypi.org/project/aind-codeocean-api/" target="_blank" class="highlight">PyPI</a> </li>
<li>Built with: Python</li>
<li>Built with Python</li>
</ul>
</h4>
</div>
Expand All @@ -104,7 +100,7 @@ <h4>This project is a web application that tracks room reservation information.
<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>
<li>Built with ReactJS, JavaScript, Google Firestore (NoSQL database), and Materialize CSS</li>
</ul>
</h4>
</div>
Expand All @@ -123,7 +119,7 @@ <h4>This project is a web application where users can leave inspirational "stick
<br>
<br>
<ul>
<li>Built with: ReactJS, JavaScript, HTML/CSS</li>
<li>Built with ReactJS, JavaScript, HTML/CSS</li>
</ul>
</h4>
</div>
Expand All @@ -141,7 +137,7 @@ <h4>A web API to create, read, update, and delete tasks and goals. Created custo
<br>
<br>
<ul>
<li>Built with: Python, Flask, PostgreSQL, SQLAlchemy</li>
<li>Built with Python, Flask, PostgreSQL, and SQLAlchemy</li>
</ul>
</h4>
</div>
Expand Down

0 comments on commit 40d6251

Please sign in to comment.