Skip to content

Commit

Permalink
switcherooo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 27, 2024
1 parent 3ca71ff commit def96de
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 42 deletions.
2 changes: 1 addition & 1 deletion IHMrTBP/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ <h4>Send us a Message.</h4>
<div class="bottom py-2 text-light" >
<div class="container d-flex justify-content-between">
<div>
<p>Copyright © 2023 OpenHD</p><br>
<p>Copyright © 2024 OpenHD</p><br>
</div>
</div> <!-- end of container -->
</div> <!-- end of bottom -->
Expand Down
71 changes: 30 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,48 +232,37 @@ <h4 class="py-2">Business Partners</h4>
</div> <!-- end of container -->
</section> <!-- end of services -->

<!-- downloads -->
<section class="plans d-flex align-items-center py-5" id="downloads">
<div class="container text-light">
<div class="text-center pb-4">
<h2 class="py-2">Downloads</h2>
<p class="para-light">Here you can find the most important OpenHD Downloads. We recommend just downloading the OpenHD ImageWriter, which can internally Download all the listed files here, and let's you easily configure OpenHD.</p>
</div>
<div class="row gy-4" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">OpenHD ImageWriter</h4>
<p class="py-3">The OpenHD ImageWriter is a software tool that makes it easy to install and configure OpenHD. It lets you choose and download all Images within itself, configure OpenHD, and write everything to a SD or USB-Stick. This simplifies the setup process for OpenHD.</p>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1.exe">Windows</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-pause-circle fa-1x"></i></p>
<p><a href="#" id="mac-download">Mac</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1-jammy.deb">Ubuntu Jammy</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1-lunar.deb">Ubuntu Lunar</a></p>
</div>
</div>
</div>
</div>
</div>
</section>

<!-- JavaScript -->
<script>
document.getElementById('mac-download').addEventListener('click', function(event) {
event.preventDefault();
alert('Not supported yet');
});
</script>

<!-- downloads -->
<section class="plans d-flex align-items-center py-5" id="downloads">
<div class="container text-light" >
<div class="text-center pb-4">
<h2 class="py-2">Downloads</h2>
<p class="para-light">Here you can find the most important OpenHD Downloads. We recommend just downloading the OpenHD ImageWriter, which can internally Download all the listed files here, and let's you easily configure OpenHD.</p>
</div>
<div class="row gy-4" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">OpenHD ImageWriter</h4>
<p class="py-3">The OpenHD ImageWriter is a software tool that makes it easy to install and configure OpenHD. It lets you choose and download all Images within itself, configure OpenHD, and write everything to a SD or USB-Stick. This simplifies the setup process for OpenHD.</p>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1.exe">Windows</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1.dmg">Mac</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1-jammy.deb">Ubuntu Jammy</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/ImageWriter/OpenHD-ImageWriter-2.0.1-lunar.deb">Ubuntu Lunar</a></p>
</div>
</div>
</div>

<div class="col-lg-4">
<div class="card bg-transparent px-4">
Expand Down

0 comments on commit def96de

Please sign in to comment.