Update index-apps.html
This commit is contained in:
parent
4824bc74ae
commit
67b2d6c7c8
|
@ -5,7 +5,7 @@
|
||||||
.box-blue {
|
.box-blue {
|
||||||
margin:0 0 5px;
|
margin:0 0 5px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
padding:5px;
|
padding:0px;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
border:1px solid #8b8b8b;
|
border:1px solid #8b8b8b;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
background-color:#009ac7;
|
background-color:#009ac7;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
.buttonWrapper {
|
.buttonWrapper {
|
||||||
width:95%;
|
width:95%;
|
||||||
|
@ -62,15 +63,6 @@
|
||||||
window.location.href = globalPage;
|
window.location.href = globalPage;
|
||||||
}
|
}
|
||||||
</script>
|
</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')">
|
<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><img style="padding: 5 15px; float: left;" src="downloadPages/Bellard/logo.png" height="128px" width="128px" /></p>
|
||||||
<p style="margin-top: 3px;"> </p>
|
<p style="margin-top: 3px;"> </p>
|
||||||
|
@ -78,12 +70,21 @@
|
||||||
<p>Linux in DrenJS!</p>
|
<p>Linux in DrenJS!</p>
|
||||||
<p>Innovation Inc.</p>
|
<p>Innovation Inc.</p>
|
||||||
</div>
|
</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><img style="padding: 5 15px; float: left;" src="downloadPages/Paint/logo.png" height="128px" width="128px" /></p>
|
||||||
<p style="margin-top: 3px;"> </p>
|
<p style="margin-top: 3px;"> </p>
|
||||||
<p>Paint</p>
|
<p class="cwhite">Paint</p>
|
||||||
<p>A simple paint app.</p>
|
<p class="cwhite">A simple paint app.</p>
|
||||||
<p>Innovation Inc.</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue