Skip to content

Commit

Permalink
Updated projects section and removed unused jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
Piombacciaio committed Jul 12, 2024
1 parent 01a5395 commit 06c372e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 20 deletions.
61 changes: 41 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,26 +242,6 @@ <h5 class="card-title">A GUI calculator for italian tax code</h5>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<img src="static/img/NASA.png" class="card-img-top" alt="Nasa Logo">
<div class="card-body">
<h3 class="card-title">Nasa's APOD downloader</h3>
<h5 class="card-title">Download APOD picture from any date you want</h5>
<p class="card-text">NASA's Astronomy Picture Of the Day is a service that provides a different anstronomy-related picture every day with a short explaination. This script uses the related api to download both the image and the description</p>
<p>
<span class="badge badge-pill badge-secondary">Python</span>
<span class="badge badge-pill badge-secondary">API</span>
</p>
</div>
<div class="card-footer">
<a href="https://github.com/Piombacciaio/Calcolo-Combinatorio" class="text-dark" target="_blank" title="Calcolo Combinatorio" rel="noopener noreferrer">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://piomboandrea.net/Calcolo-Combinatorio/" class="btn btn-dark float-right" target="_blank" rel="noopener noreferrer">View project</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<img src="static/img/Resume.png" class="card-img-top" alt="Resume">
Expand Down Expand Up @@ -304,6 +284,47 @@ <h5 class="card-title">Automation program for merging and publishing PDF files</
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<img src="static/img/PyKE.png" class="card-img-top" alt="PyKeyExtender Logo">
<div class="card-body">
<h3 class="card-title">PyKeyExtender</h3>
<h5 class="card-title">Enable use of missing keys from your keyboard</h5>
<p class="card-text">GUI script to enable the use of function keys 13-24 and of the numpad if they are missing from a pc</p>
<p>
<span class="badge badge-pill badge-secondary">Python</span>
<span class="badge badge-pill badge-secondary">PySimpleGUI</span>
<span class="badge badge-pill badge-secondary">PyAutoGUI</span>
</p>
</div>
<div class="card-footer">
<a href="https://github.com/Piombacciaio/PyKeyExtender" class="text-dark" target="_blank" title="Calcolo Combinatorio" rel="noopener noreferrer">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://piomboandrea.net/PyKeyExtender/" class="btn btn-dark float-right" target="_blank" rel="noopener noreferrer">View project</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<img src="static/img/NASA.png" class="card-img-top" alt="Nasa Logo">
<div class="card-body">
<h3 class="card-title">Nasa's APOD downloader</h3>
<h5 class="card-title">Download APOD picture from any date you want</h5>
<p class="card-text">NASA's Astronomy Picture Of the Day is a service that provides a different anstronomy-related picture every day with a short explaination. This script uses the related api to download both the image and the description</p>
<p>
<span class="badge badge-pill badge-secondary">Python</span>
<span class="badge badge-pill badge-secondary">API</span>
</p>
</div>
<div class="card-footer">
<a href="https://github.com/Piombacciaio/NASA-APOD-Downloader" class="text-dark" target="_blank" title="Calcolo Combinatorio" rel="noopener noreferrer">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://piomboandrea.net/NASA-APOD-Downloader/" class="btn btn-dark float-right" target="_blank" rel="noopener noreferrer">View project</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<img src="static/img/darkyt.png" class="card-img-top" alt="YouTube Downloader">
Expand Down
Binary file removed static/img/CNS.jpg
Binary file not shown.
Binary file added static/img/PyKE.png
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 06c372e

Please sign in to comment.