mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
update SUPER3 with google play badge
This commit is contained in:
+1
-5
@@ -64,14 +64,10 @@
|
||||
<img src="assets/super3.svg" class="project-icon featured-icon" alt="SUPER3">
|
||||
<div class="featured-text">
|
||||
<h3>SUPER3</h3>
|
||||
<p class="featured-kicker">Coming soon — need testers</p>
|
||||
<p class="featured-kicker">Available now</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="mailto:izzynochill@gmail.com" class="email-cta" aria-label="Email izzynochill@gmail.com to become a tester">
|
||||
<img src="assets/Gmail_icon_(2020).svg" class="gmail-icon" alt="">
|
||||
<span>Click email to become a tester</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
+19
-2
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SUPER3 Aú izzy2lost</title>
|
||||
<meta name="description" content="SUPER3 is an open-source Sega Model 3 emulator for Android. Coming soon.">
|
||||
<meta name="description" content="SUPER3 is an open-source Sega Model 3 emulator for Android. Available now.">
|
||||
<link rel="icon" type="image/png" href="assets/logo.png">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
@@ -27,7 +27,24 @@
|
||||
<img src="assets/super3.svg" class="project-icon-large" alt="SUPER3 icon">
|
||||
<h1>SUPER3</h1>
|
||||
<p class="subtitle">Open-source Sega Model 3 emulator for Android</p>
|
||||
<div class="coming-soon">Coming soon</div>
|
||||
<div class="coming-soon">Available now</div>
|
||||
|
||||
<div class="project-links">
|
||||
<a href="https://play.google.com/store/apps/details?id=com.izzy2lost.super3&pcampaignid=web_share" target="_blank" rel="noopener noreferrer" class="btn-badge google-play">
|
||||
<!--
|
||||
Increase the size of the Google Play badge by explicitly setting its dimensions.
|
||||
The original badge image is approximately 646px wide by 250px tall; doubling
|
||||
these values provides a badge that is twice the original size without
|
||||
distorting the aspect ratio.
|
||||
-->
|
||||
<img
|
||||
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
|
||||
alt="Get it on Google Play"
|
||||
width="1292"
|
||||
height="500"
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<p>SUPER3 is an open-source Sega Model 3 emulator for Android. It is based on the <a href="https://github.com/trzy/Supermodel" target="_blank" rel="noopener noreferrer">Supermodel</a> emulator by trzy, with additional work derived from the <a href="https://github.com/DirtBagXon/model3emu-code-sinden/tree/arm" target="_blank" rel="noopener noreferrer">model3emu-code-sinden (ARM)</a> fork.</p>
|
||||
|
||||
Reference in New Issue
Block a user