Skip to content

Commit

Permalink
added giovannis
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Feb 22, 2021
1 parent de5237b commit 8144e68
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
Binary file modified .DS_Store
Binary file not shown.
33 changes: 20 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,20 @@ <h2>Skills</h2>
<div class="skills-text-left">
<span>Front-End Web Development</span>
<br>React
<br>Hooks
<br>Bootstrap
<br>Vue.js
<br>Javascript
<br>HTML
<br>CSS/SCSS

<br>Git
</div>
<div class="skills-text-right">
<span>Other</span>
<br>Social Media (Hootsuite, Buffer)
<br>Copywriting
<br>Client and Account Management
</div>

</section>
Expand Down Expand Up @@ -80,6 +84,22 @@ <h1 id="projects-title">Projects</h1>

<section class="projects">


<div class="portfolio-item">
<div>
<h4 class="individual-project-title">Giovannis Restaurant</h4>
<a href="https://giovannis.vercel.app/" target="_blank"><img src="./pictures//giovannis-2.png" class="images"></a>
<span><img src="./pictures/iconfinder_React.js_logo_1174949.png" style="width:40px; height:40px;"></span>
<span class="devicons devicons-javascript" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-bootstrap" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-html5" style="font-size: 2.5em; width: auto;"></span>
<a href="https://github.com/nick-zanetti/giovannis" target="_blank"><span class="devicons devicons-github_badge" style="font-size: 2.5em; width: auto;"></a>
</div>
<p class="description">A restaurant website with the ability to order delivery. This app also uses a tool called emailjs to email a user their order receipt after they checkout. Built using Nextjs, Hooks, and React Bootstrap.</p>
</div>

<div class="line"></div>

<div class="portfolio-item">
<div>
<h4 class="individual-project-title">Industry Money</h4>
Expand Down Expand Up @@ -108,20 +128,7 @@ <h4 class="individual-project-title">Most Played</h4>
<p class="description">The most played app uses Spotify's web api to show the user their most played songs over three possible periods of time. Another cool feature is that a sample of each song will play when the user moves their mouse over it. I created this because I love Spotify's year in review where they show you your most played songs, this app allows you to look whenever you want. I created this in React. For backend authentication, the app links to a node app provided by Spotify developers.</p>
</div>

<div class="line"></div>

<div class="portfolio-item">
<div>
<h4 class="individual-project-title">Scoreboard</h4>
<a href="https://nick-zanetti.github.io/react-scoreboard/" target="_blank"><img src="./pictures//scoreboard-monitor.png" class="images"></a>
<span><img src="./pictures/iconfinder_React.js_logo_1174949.png" style="width:40px; height:40px;"></span>
<span class="devicons devicons-javascript" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-css3" style="font-size: 2.5em; width: auto;"></span>
<span class="devicons devicons-html5" style="font-size: 2.5em; width: auto;"></span>
<a href="https://github.com/nick-zanetti/react-scoreboard" target="_blank"><span class="devicons devicons-github_badge" style="font-size: 2.5em; width: auto;"></a>
</div>
<p class="description">A scoreboard for American Football made using react. Users can add different types of score integers to their teams overall score (touchdown, field goal, safety, two point conversion) and subtract points if needed.</p>
</div>

<div class="line"></div>

Expand Down
Binary file added pictures/giovannis-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/giovannis.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8144e68

Please sign in to comment.