Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added download links for MB #678

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions music-blocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,48 @@ <h2>CREDITS</h2>
</div>
</section>

<!-- "Download MB" section -->
<section id="call-to-action-mb" style="padding: 40px 0; text-align: center; background-color: #fff;">
<div style="max-width: 1200px; margin: 0 auto; padding: 20px;">
<h2 style="margin-bottom: 20px;">Download Music Blocks</h2>

<div style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
<!-- Mobile (Android) Section -->
<div style="flex: 1; min-width: 300px; max-width: 500px; background: #f7f7f7; padding: 20px; border-radius: 10px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);">
<h2>Mobile (Android)</h2>
<p>Install Music Blocks on your Android device.</p>
<hr>
<ul style="text-align: left; padding-left: 20px;">
<li>Available on Google Play for Android users.</li>
<li>Utilizes your device’s touch capabilities.</li>
<li>Works both online and offline.</li>
</ul>
<br>
<a href="https://play.google.com/store/apps/details?id=my.musicblock.sugarlab&pcampaignid=web_share">
<button type="button" style="width: 100%; padding: 10px; background-color: rgb(51, 105, 255); color: white; border: none; border-radius: 5px; font-size: 16px; cursor: pointer;">Install Music Blocks on Google Play</button>
</a>
</div>

<!-- Flatpak (Linux) Section -->
<div style="flex: 1; min-width: 300px; max-width: 500px; background: #f7f7f7; padding: 20px; border-radius: 10px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);">
<h2>Flatpak (Linux)</h2>
<p>Run Music Blocks on your Linux system using Flatpak.</p>
<hr>
<ul style="text-align: left; padding-left: 20px;">
<li>Easily install via Flathub.</li>
<li>Works on all major Linux distributions.</li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please call it "GNU/Linux".

See https://www.gnu.org/

(Technically, Linux is the name of the kernel. GNU is the OS.)

<li>Sandboxed and secure.</li>
</ul>
<br>
<a href="https://flathub.org/apps/org.sugarlabs.MusicBlocks">
<button type="button" style="width: 100%; padding: 10px; background-color:rgb(51, 105, 255); color: white; border: none; border-radius: 5px; font-size: 16px; cursor: pointer;">Install Music Blocks via Flatpak</button>
</a>
</div>
</div>
</div>
</section>


<!-- "Refence Video" section -->
<section id="testimonial" >
<div class="container">
Expand Down