Update index-apps.html

This commit is contained in:
Innovation Inc 2019-09-19 14:21:45 -05:00 committed by GitHub
parent 4824bc74ae
commit 67b2d6c7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
.box-blue {
margin:0 0 5px;
overflow:hidden;
padding:5px;
padding:0px;
background-color:#FFFFFF;
border:1px solid #8b8b8b;
-webkit-border-radius: 5px;
@ -18,6 +18,7 @@
background-color:#009ac7;
border-radius: 5px;
width: 95%;
margin: auto;
}
.buttonWrapper {
width:95%;
@ -62,15 +63,6 @@
window.location.href = globalPage;
}
</script>
<div class="box-blue">
<p><img style="padding: 5 15px; float: left;" src="snapshot.png" /></p>
<p style="margin-top: 20px;"> </p>
<h2>Application Title</h2>
<p>Developer</p>
<p>Released: Month Day, Year</p>
<br />
<p>Description</p>
</div>
<div class="box-blue-emb" onclick="clickSound('downloadPages/Bellard/bellard.html')">
<p><img style="padding: 5 15px; float: left;" src="downloadPages/Bellard/logo.png" height="128px" width="128px" /></p>
<p style="margin-top: 3px;"> </p>
@ -78,12 +70,21 @@
<p>Linux in DrenJS!</p>
<p>Innovation Inc.</p>
</div>
<div class="box-blue-emb" onclick="clickSound('../../index-enter.html')">
<br />
<div class="box-blue-emb" onclick="clickSound('downloadPages/Paint/paint.html')">
<p><img style="padding: 5 15px; float: left;" src="downloadPages/Paint/logo.png" height="128px" width="128px" /></p>
<p style="margin-top: 3px;"> </p>
<p>Paint</p>
<p>A simple paint app.</p>
<p>Innovation Inc.</p>
<p class="cwhite">Paint</p>
<p class="cwhite">A simple paint app.</p>
<p class="cwhite">Innovation Inc.</p>
</div>
<br />
<div class="box-blue-emb" onclick="clickSound('downloadPages/CollectionJS/collectionjs.html')">
<p><img style="padding: 5 15px; float: left;" src="downloadPages/CollectionJS/logo.png" height="128px" width="128px" /></p>
<p style="margin-top: 10px;"> </p>
<p class="cwhite">Collection.JS</p>
<p class="cwhite">A collection of JavaScript projects</p>
<p class="cwhite">SparrOSDeveloperTeam</p>
</div>
</body>
</html>