Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
NEOLabs-software committed Mar 13, 2024
1 parent 93c898b commit 345ec09
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,37 +46,47 @@ <h1><a href="index.html" id="logo">Download</a></h1>
<div class="container">
<article id="main" class="special">
<header>
<h2>Download ExelentOS andromeda</h2>
<p>
<h2 data-aos="zoom-in">Download ExelentOS andromeda</h2>
<p data-aos="zoom-in">
there are 2 download links. via media fire or a backup link for google drive.
</p>
</header>
<a href="#" class="image featured"><img src="images/pic06.jpg" alt="" /></a>

<video autoplay loop muted playsinline class="image featured">
<video autoplay loop muted playsinline class="image featured" data-aos="zoom-in">
<source src="images/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<hr />
<div class="row">
<article class="col-4 col-12-mobile special">
<header>
<header data-aos="zoom-in">
<h3><a href="#">Download via mediafire</a></h3>
</header>
<footer>
<a href="#" class="button">Download</a>
<a href="https://www.mediafire.com/file/2bra0h6te2jjfgl/andromeda-1.0.2-x86_64.iso/file" class="button">Download</a>
</footer>

</article>
<article class="col-4 col-12-mobile special">
<header>
<header data-aos="zoom-in">
<h3><a href="#">Download via google drive</a></h3>
</header>
<footer>
<a href="#" class="button">Download</a>
<a href="https://drive.google.com/uc?export=download&id=10EhF_No_Q55pd-_1LqJNTaTqG3DK0BPC" class="button">Download</a>
</footer>

</article>
<article class="col-4 col-12-mobile special">
<header data-aos="zoom-in">
<h3><a href="#">View source</a></h3>
</header>
<footer>
<a href="https://github.com/exelentos/exelentos-iso" class="button">Open</a>
</footer>

</article>


</div>
</div>
Expand Down

0 comments on commit 345ec09

Please sign in to comment.