Skip to content

Commit

Permalink
updated custom image descriptions (#449)
Browse files Browse the repository at this point in the history
* updated custom image descriptions

Added link to online demos
Dialed back prepper image to 256GB

* made links orange and open on new tab

---------

Co-authored-by: rgaudin <[email protected]>
  • Loading branch information
Popolechien and rgaudin authored Oct 4, 2024
1 parent 2d98742 commit d232b27
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions scheduler/src/templates/stripe/shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
width: 0;
}

.offer * a {
color: #ff9933;
}

/* display 2 rows of 2 blocks */
@media (min-width:767px) {
.offer {
Expand Down Expand Up @@ -247,7 +251,7 @@ <h2>Wikipedia package</h2>
<li>The entirety of Wikipedia (6.7 million articles, including images)</li>
<li><strong>Plus</strong> the Wiktionary (7.9 million entries in 4,200 languages)</li>
<li><strong>Plus</strong> the complete Raspberry Pi StackExchange archive</li>
<li>Fits on a 200 GB microSD card</li>
<li>Fits on a 200 GB microSD card. See demo <a target="_blank" href="https://wikipedia.demo.hotspot.kiwix.org/">here</a>.</li>
</ul>
</section>
<form class="button-holder">
Expand All @@ -270,7 +274,7 @@ <h2>TED Talks</h2>
<li>More than 6,600 videos sorted by topics</li>
<li>From A like Astrobiology or AI to B like Business, M like Medicine... all the way to W like work-life balance</li>
<li>About 91 consecutive days of watching!</li>
<li>Requires a 1 TB microSD card</li>
<li>Requires a 1 TB microSD card. See demo <a target="_blank" href="https://ted.demo.hotspot.kiwix.org/">here</a>.</li>
</ul>
</section>
<form class="button-holder">
Expand All @@ -291,7 +295,7 @@ <h2>Computer package</h2>
<li>The entirety of StackOverflow, plus nearly sixty specialized Stack Exchange Q&A</li>
<li>CS lecture notes</li>
<li>Python Enhancement Proposals</li>
<li>Fits on a 200 GB microSD card</li>
<li>Fits on a 200 GB microSD card. See demo <a target="_blank" href="https://compsci.demo.hotspot.kiwix.org/">here</a>.</li>
</ul>
</section>
<form class="button-holder">
Expand All @@ -317,7 +321,7 @@ <h2>Preppers package</h2>
<li>WikiHow, iFixit, and other repair resources</li>
<li>The entire Wikipedia</li>
<li>TrailSense and Survival apps for Android, ready to download</li>
<li>Fits on a 512 GB microSD card</li>
<li>Fits on a 256 GB microSD card. See demo <a target="_blank" href="https://preppers.demo.hotspot.kiwix.org/">here</a>.</li>
</ul>
</section>
<form class="button-holder">
Expand Down

0 comments on commit d232b27

Please sign in to comment.