Skip to content

Commit

Permalink
add 3d print calculator to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
michivonah committed Nov 10, 2024
1 parent aecd92b commit 52ff932
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file added assets/projects/3d-print-calculator-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ <h3>Jassen</h3>
</div>

<div class="project" data-aos="fade-right">
<img src="assets/projects/ep-alerts.jpg" alt="News App Logo" title="N3WS App">
<h3>Europapark Alerts</h3>
<p>I have created a Discord notification bot which sends notifications via webhook when the waiting time of selected attractions decreases or increases. The tool runs in a Docker container. You can find more information about it on GitHub.</p>
<button onclick="window.open('https://github.com/michivonah/europapark-alerts')">Open GitHub <i class="ai-link-out"></i></button>
<img src="assets/projects/ep-alerts.jpg" alt="Themepark Alerts" title="Themepark Alerts">
<h3>Themepark Alerts</h3>
<p>I created a tool which alerts you when the waiting times of subscribed attractions in your favourite themepark sinks or increase. The notifications are sent to a Discord webhook or to your ntfy-server. The tool runs in a Docker container. You can find more information about it on GitHub.</p>
<button onclick="window.open('https://github.com/michivonah/themepark-alerts')">Open GitHub <i class="ai-link-out"></i></button>
</div>
</div>
<div id="projectRow2" class="projectRow"> <!-- ROW 2 for Projects -->
Expand All @@ -265,19 +265,19 @@ <h3>Password Generator</h3>
<button onclick="window.open('https://passwords.michivonah.ch?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
</div>

<div class="project" data-aos="fade-left">
<img src="assets/projects/math-tools.png" alt="Math Tools Logo" title="Math Tools">
<h3>Math Tools</h3>
<p>I have created a collection of different math tools. It is not finished yet and not all tools work yet. However, I improve it from time to time.</p>
<button onclick="window.open('https://math.neodym.dev?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
</div>

<div class="project" data-aos="fade-left">
<img src="assets/projects/ep-tagesplanner-icon.jpg" alt="EP-Tagesplanner Logo" title="EP-Tagesplanner">
<h3>EP-Tagesplanner</h3>
<p>As part of a school project, three of us have developed an app that aims to improve your day at Europa-Park. The app automatically creates a dynamic daily schedule to minimise the time spent queuing. If you want to find out more about the development of the app, click <a class="link" href="https://blog.michivonah.ch/die-ultimative-app-fur-den-europapark/?ref=michivonah-ch">here <i class="ai-link-out"></i></a>.</p>
<button onclick="window.open('https://ep.neodym.dev?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
</div>

<div class="project" data-aos="fade-left">
<img src="assets/projects/3d-print-calculator-logo.jpg" alt="3D Print Cost Calculator" title="3D Print Cost Calculator">
<h3>3D Print Cost Calculator</h3>
<p>A simple tool that calculates the cost of a 3D printed object. The printer used, the amount of filament used, printing time, material/packaging costs and labour time as well as an optional margin can be specified. A total price is then calculated from this.</p>
<button onclick="window.open('https://3d.michivonah.ch')">Open <i class="ai-link-out"></i></button>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 52ff932

Please sign in to comment.