added more apps
This commit is contained in:
parent
7adbc9190a
commit
831ca34b99
|
@ -165,7 +165,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-apps > #heading {
|
.main-apps > #heading {
|
||||||
margin: 2rem 0 1rem 0;
|
margin: 2rem 0 2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-grid {
|
.app-grid {
|
||||||
|
@ -202,6 +202,13 @@ header {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|
||||||
|
transition: transform 0.4s;
|
||||||
|
-webkit-transition: transform 0.4s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-grid__item:hover {
|
||||||
|
transform: scale(1.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-grid__item > .details {
|
.app-grid__item > .details {
|
||||||
|
@ -213,6 +220,7 @@ header {
|
||||||
.app-grid__item > img {
|
.app-grid__item > img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
|
border-radius: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Screens smaller than 480 pixels */
|
/* Screens smaller than 480 pixels */
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
32
index.html
32
index.html
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="app-grid">
|
<div class="app-grid">
|
||||||
<a class="app-grid__item" href="https://datecalculator.winscloud.net">
|
<a class="app-grid__item" href="https://apps.winscloud.net/date-calculator">
|
||||||
<img src="assets/images/icons/apps/dateapp.png" alt="Date Calculator">
|
<img src="assets/images/icons/apps/dateapp.png" alt="Date Calculator">
|
||||||
|
|
||||||
<div class="details">
|
<div class="details">
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="app-grid__item" href="https://apps.winscloud.net/Runoff">
|
<a class="app-grid__item" href="https://apps.winscloud.net/Runoff">
|
||||||
<img src="https://git.winscloud.net/repo-avatars/828b37c6b4e0493035c0b9d3e263dc855e88ddd5340afcd14f027c55c0726ddc" alt="Runoff">
|
<img src="assets/images/icons/apps/libadwaita.jpg" alt="Runoff">
|
||||||
|
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<span class="text-bold">Runoff</span>
|
<span class="text-bold">Runoff</span>
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="app-grid__item" href="https://apps.winscloud.net/Aekasarn">
|
<a class="app-grid__item" href="https://apps.winscloud.net/Aekasarn">
|
||||||
<img src="https://git.winscloud.net/repo-avatars/1afe8fbd0d0acb779caa1779e16ed0533404d24598e207d82d02b141adde09ba" alt="Aekasarn">
|
<img src="assets/images/icons/apps/aekasarn.png" alt="Aekasarn">
|
||||||
|
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<span class="text-bold">Aekasarn</span>
|
<span class="text-bold">Aekasarn</span>
|
||||||
|
@ -85,13 +85,35 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="app-grid__item" href="https://apps.winscloud.net/">
|
<a class="app-grid__item" href="https://apps.winscloud.net/PhotoSphereStudio">
|
||||||
<img src="assets/images/icons/apps/photospherestudio.png" alt="PhotoSphereStudio">
|
<img src="assets/images/icons/apps/photospherestudio.png" alt="PhotoSphereStudio">
|
||||||
|
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<span class="text-bold">PhotoSphereStudio</span>
|
<span class="text-bold">PhotoSphereStudio</span>
|
||||||
<p>
|
<p>
|
||||||
Upload 360
|
Upload 360° photos to Google Maps without using Google's app
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="app-grid__item" href="https://apps.winscloud.net/sanskrit-tts">
|
||||||
|
<img src="assets/images/icons/apps/sanskrit-tts.png" alt="Sanskrit TTS">
|
||||||
|
|
||||||
|
<div class="details">
|
||||||
|
<span class="text-bold">Sanskrit Text-To-Speech</span>
|
||||||
|
<p>
|
||||||
|
Convert written Sanskrit to speech!
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="app-grid__item" href="https://apps.winscloud.net/country-dictionary">
|
||||||
|
<img src="assets/images/icons/apps/country-dictionary.png" alt="Sanskrit TTS">
|
||||||
|
|
||||||
|
<div class="details">
|
||||||
|
<span class="text-bold">Country Dictionary</span>
|
||||||
|
<p>
|
||||||
|
A privacy-respecting Urban Dictionary client in Flask.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue