mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
add 3d print calculator to projects
This commit is contained in:
parent
aecd92b2f5
commit
52ff9329e1
2 changed files with 11 additions and 11 deletions
22
index.html
22
index.html
|
|
@ -244,10 +244,10 @@
|
|||
</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 -->
|
||||
|
|
@ -265,19 +265,19 @@
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue