AeThex-OS/EMBED_CODES.html
2026-02-12 12:42:48 -07:00

100 lines
4.3 KiB
HTML

<!--
AETHEX OS - QUICK EMBED CODES
Copy and paste these anywhere to promote AeThex OS
-->
<!-- ============================================ -->
<!-- 1. SIMPLE TEXT LINK -->
<!-- ============================================ -->
<a href="https://aethex.dev/download">Download AeThex OS</a>
<!-- ============================================ -->
<!-- 2. STYLED BUTTON (Copy-paste ready) -->
<!-- ============================================ -->
<a href="https://aethex.dev/download"
style="display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:bold;font-size:16px;transition:transform 0.2s"
onmouseover="this.style.transform='translateY(-2px)'"
onmouseout="this.style.transform='translateY(0)'">
Download AeThex OS
</a>
<!-- ============================================ -->
<!-- 3. DIRECT DOWNLOAD BUTTON (No landing page) -->
<!-- ============================================ -->
<button onclick="window.location.href='https://aethex.dev/api/download/desktop'"
style="background:#667eea;color:white;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:bold">
Install Now
</button>
<!-- ============================================ -->
<!-- 4. FULL WIDGET WITH INFO -->
<!-- ============================================ -->
<div style="max-width:400px;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;color:white;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif">
<h3 style="margin:0 0 10px 0;font-size:24px">AeThex OS</h3>
<p style="margin:0 0 15px 0;opacity:0.9;font-size:14px">Complete learning ecosystem for developers</p>
<a href="https://aethex.dev/download"
style="display:block;width:100%;background:white;color:#667eea;padding:12px;border-radius:8px;text-decoration:none;font-weight:bold;text-align:center">
Download for Windows
</a>
<p style="margin:10px 0 0 0;font-size:12px;opacity:0.7;text-align:center">v0.1.0 • 2.5 MB • Free</p>
</div>
<!-- ============================================ -->
<!-- 5. BADGE/SHIELD (Markdown) -->
<!-- ============================================ -->
[![Download AeThex OS](https://img.shields.io/badge/Download-AeThex%20OS-purple?style=for-the-badge&logo=windows)](https://aethex.dev/download)
<!-- ============================================ -->
<!-- 6. FORUM SIGNATURE (BBCode) -->
<!-- ============================================ -->
[url=https://aethex.dev/download][b]Download AeThex OS[/b] - Complete Learning Ecosystem[/url]
<!-- ============================================ -->
<!-- 7. EMAIL SIGNATURE (HTML) -->
<!-- ============================================ -->
<p style="margin-top:20px;padding-top:20px;border-top:2px solid #667eea">
<strong>Try AeThex OS</strong><br>
<a href="https://aethex.dev/download" style="color:#667eea">Download the complete learning ecosystem</a>
</p>
<!-- ============================================ -->
<!-- 8. DISCORD EMBED (JSON) -->
<!-- ============================================ -->
{
"embeds": [{
"title": "🚀 Download AeThex OS",
"description": "Complete learning ecosystem for building compliant software",
"url": "https://aethex.dev/download",
"color": 6855914,
"fields": [
{"name": "✨ Features", "value": "Full IDE • Terminal • Compiler • Compliance Tools"},
{"name": "💾 Size", "value": "2.5 MB", "inline": true},
{"name": "🆓 Price", "value": "Free", "inline": true},
{"name": "💻 Platform", "value": "Windows 10+", "inline": true}
],
"footer": {"text": "AeThex OS v0.1.0"}
}]
}
<!-- ============================================ -->
<!-- 9. AUTO-INSTALL IFRAME (For landing pages) -->
<!-- ============================================ -->
<iframe src="https://aethex.dev/launcher.html?autoinstall=true"
width="500" height="400" frameborder="0"
style="border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.2)">
</iframe>
<!-- ============================================ -->
<!-- 10. QR CODE LINK (For print materials) -->
<!-- ============================================ -->
Generate QR code for: https://aethex.dev/download
Use: https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=https://aethex.dev/download