DremJS-Market/index-apps.html

125 lines
4.2 KiB
HTML

<html>
<head>
<title>DremJS Market</title>
<style>
.box-blue {
margin:0 0 5px;
overflow:hidden;
padding:0px;
background-color:#FFFFFF;
border:1px solid #8b8b8b;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.box-blue-emb {
margin:0 0 0px;
overflow:hidden;
padding:5px;
background-color:#009ac7;
border-radius: 5px;
width: 95%;
margin: auto;
}
.buttonWrapper {
width:95%;
margin: auto;
text-align: center;
}
.rel-uemb {
position: relative;
left: 25px;
}
.rel-emb {
position: absolute;
top: 2px;
}
.cwhite {
color: #FFFFFF;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
img {
padding: 0;
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
}
</style>
</head>
<body>
<script>
function clickSound(page) {
window.globalPage=page;
var audio = new Audio('https://github.com/sparrdrem/DremJS-Market/blob/master/select.wav?raw=true');
audio.play();
setTimeout(gotoPage, 2000);
}
function gotoPage(page) {
window.location.href = globalPage;
}
</script>
<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: 25px;"> </p>
<p class="cwhite">Bellard JSLinux</p>
<p class="cwhite">Linux in DrenJS!</p>
<p class="cwhite">Innovation Inc.</p>
</div>
<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: 25px;"> </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: 25px;"> </p>
<p class="cwhite">Collection.JS</p>
<p class="cwhite">A collection of JavaScript projects</p>
<p class="cwhite">SparrOSDeveloperTeam</p>
</div>
<br />
<div class="box-blue-emb" onclick="clickSound('downloadPages/SYGTVG/sygtvg.html')">
<p><img style="padding: 5 15px; float: left;" src="downloadPages/SYGTVG/logo.png" height="128px" width="128px" /></p>
<p style="margin-top: 25px;"> </p>
<p class="cwhite">Sam&Yoe Group: The Video Game</p>
<p class="cwhite">Play the game directly in DremJS!</p>
<p class="cwhite">Sparrdrem</p>
</div>
<br />
<div class="box-blue-emb" onclick="clickSound('downloadPages/TinyMCE/tinymce.html')">
<p><img style="padding: 5 15px; float: left;" src="downloadPages/TinyMCE/logo.png" height="128px" width="128px" /></p>
<p style="margin-top: 25px;"> </p>
<p class="cwhite">TinyMCE</p>
<p class="cwhite">The TinyMCE text editor on DremJS</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: 25px;"> </p>
<p class="cwhite">Name</p>
<p class="cwhite">Short Desc</p>
<p class="cwhite">Developer</p>
</div>-->
</body>
</html>
<!-- App Template -->
<!--
<div class="box-blue-emb" onclick="clickSound('downloadPages/link/link.html')">
<p><img style="padding: 5 15px; float: left;" src="downloadPages/CollectionJS/logo.png" height="128px" width="128px" /></p>
<p style="margin-top: 25px;"> </p>
<p class="cwhite">Name</p>
<p class="cwhite">Short Desc</p>
<p class="cwhite">Developer</p>
</div>
-->