Compare commits
122 commits
Author | SHA1 | Date | |
---|---|---|---|
|
54ebe025d1 | ||
|
2600f81c72 | ||
|
58946bc965 | ||
|
9993a3c25c | ||
|
004017d54f | ||
|
3f729b81d8 | ||
|
edc27868fa | ||
|
a4b6c1d90a | ||
|
0d9c3ee0f9 | ||
|
e84f36abdc | ||
|
ce8440944f | ||
|
fce03b39cf | ||
|
64a37d3a02 | ||
|
6a276cf234 | ||
|
aa79a712a8 | ||
|
ebf909c516 | ||
|
1d8b3f2b84 | ||
|
40832ddb69 | ||
|
0659549884 | ||
|
a1367d9e94 | ||
|
da54db4158 | ||
|
21db4a35ab | ||
|
1954b5ab05 | ||
|
09f69130cc | ||
|
ab7d54dbda | ||
|
3306b8835c | ||
|
a20bfe78b4 | ||
|
b25edc6dba | ||
|
3a33055369 | ||
|
67b2d6c7c8 | ||
|
4824bc74ae | ||
|
ba2d91801a | ||
|
463a4cdf1e | ||
|
09b9afdc70 | ||
|
985837e60f | ||
|
32f9b7ba43 | ||
|
c6b4ca9b06 | ||
|
6c4049f3ca | ||
|
8759dbad63 | ||
|
e148eefe0f | ||
|
f2d7a9a8d4 | ||
|
5d9f215065 | ||
|
e46ac4ba5f | ||
|
dcbce6a282 | ||
|
ed85dece59 | ||
|
045a00abe4 | ||
|
39291eb093 | ||
|
4b8ac44de5 | ||
|
dd97f47aeb | ||
|
dd0e80fc9d | ||
|
242182a548 | ||
|
1a2d88def4 | ||
|
c113ea12f5 | ||
|
b7a08be31c | ||
|
7dd0176f1f | ||
|
60ae9dcb00 | ||
|
2feb75fa96 | ||
|
e0664a8ca2 | ||
|
6ebf8eec91 | ||
|
84d749c85f | ||
|
4185f5f2a9 | ||
|
10d39bbe78 | ||
|
53a1cbd25b | ||
|
ac450f2f65 | ||
|
98564ee761 | ||
|
7d6b8d7de5 | ||
|
98cbc1822b | ||
|
de4901158c | ||
|
9bb72ba581 | ||
|
bb105c90e4 | ||
|
2885dc1d8e | ||
|
280e5de0dc | ||
|
23f42077be | ||
|
be2698acdb | ||
|
362df2fc47 | ||
|
2c470082d9 | ||
|
74517be998 | ||
|
10e28a4a54 | ||
|
bf066fda89 | ||
|
6bff01f03e | ||
|
4124334e49 | ||
|
9506396743 | ||
|
68abd8886f | ||
|
d645b79439 | ||
|
ac370120fc | ||
|
980b997638 | ||
|
f97638ec89 | ||
|
14d0e19748 | ||
|
7c04010bbd | ||
|
2e6d6e6036 | ||
|
fcbb02ffd2 | ||
|
def0ef844f | ||
|
33ab924c03 | ||
|
4d48df8b98 | ||
|
ba27f9f76e | ||
|
3c7ebc12d6 | ||
|
aed2d2e299 | ||
|
b37500b689 | ||
|
a6f589f317 | ||
|
1cb952725b | ||
|
e27c2b72a0 | ||
|
313db9668f | ||
|
0329f061c3 | ||
|
335515499b | ||
|
cb95ee8f87 | ||
|
cb4ef7404c | ||
|
c66789215b | ||
|
c555d1ab5b | ||
|
b1d8df2e28 | ||
|
9b29714eda | ||
|
b9f7265b18 | ||
|
6aca8245f0 | ||
|
05e12178de | ||
|
0d05a1d8b8 | ||
|
1aa2712526 | ||
|
c77568cfbc | ||
|
3b70aba588 | ||
|
d1658172e3 | ||
|
9b38e62cc8 | ||
|
677a8da0cb | ||
|
6a8db7c6ac | ||
|
d4661d435e |
103
downloadPages/Bellard/bellard.html
Normal file
|
@ -0,0 +1,103 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<p><img style="padding: 5 15px; float: left;" src="snapshot.png" /></p>
|
||||
<p style="margin-top: 20px;"> </p>
|
||||
<h2>Bellard JSLinux</h2>
|
||||
<p>Innovation Inc.</p>
|
||||
<p>Released: 2018</p>
|
||||
<br />
|
||||
<p>Our computers can't seem to understand how to use the make command so we made an app that connects directly to the demo website. You can connect your VFsync account to most of the OSes on this site to save your files, so you don't lose everything due to going to the home screen.</p>
|
||||
<p>Although Innovation Inc. created this application, we did not create Bellard JSLinux.</p>
|
||||
<p>Bellard JSLinux was completely created by Fabrice Bellard.</p>
|
||||
</div>
|
||||
<div class="buttonWrapper">
|
||||
<div class="box-blue-emb-left" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Bellard-JSLinux.zip')">
|
||||
<h3 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
</div>
|
||||
<div class="box-blue-emb-right" onclick="clickSound('../../index-apps.html')">
|
||||
<h3 class="cwhite">Go Back</h3>
|
||||
<hr />
|
||||
<h3 class="cwhite">DremJS Market</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
downloadPages/Bellard/logo.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
downloadPages/Bellard/snapshot.png
Normal file
After Width: | Height: | Size: 93 KiB |
101
downloadPages/CollectionJS/collectionjs.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<p><img style="padding: 5 15px; float: left;" src="snapshot.png" /></p>
|
||||
<p style="margin-top: 20px;"> </p>
|
||||
<h2>Collection.JS</h2>
|
||||
<p>SparrOSDeveloperTeam</p>
|
||||
<p>Released: June 30, 2018</p>
|
||||
<br />
|
||||
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
|
||||
</div>
|
||||
<div class="buttonWrapper">
|
||||
<div class="box-blue-emb-left" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')">
|
||||
<h3 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
</div>
|
||||
<div class="box-blue-emb-right" onclick="clickSound('../../index-apps.html')">
|
||||
<h3 class="cwhite">Go Back</h3>
|
||||
<hr />
|
||||
<h3 class="cwhite">DremJS Market</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
downloadPages/CollectionJS/logo.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
downloadPages/CollectionJS/snapshot.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
downloadPages/Paint/logo.png
Normal file
After Width: | Height: | Size: 913 B |
101
downloadPages/Paint/paint.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<p><img style="padding: 5 15px; float: left;" src="snapshot.png" /></p>
|
||||
<p style="margin-top: 20px;"> </p>
|
||||
<h2>Paint</h2>
|
||||
<p>Innovation Inc.</p>
|
||||
<p>Released: 2018</p>
|
||||
<br />
|
||||
<p>A paint app based on iamshanedoyle's "Simple Paint App".</p>
|
||||
</div>
|
||||
<div class="buttonWrapper">
|
||||
<div class="box-blue-emb-left" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Paint.zip')">
|
||||
<h3 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
</div>
|
||||
<div class="box-blue-emb-right" onclick="clickSound('../../index-apps.html')">
|
||||
<h3 class="cwhite">Go Back</h3>
|
||||
<hr />
|
||||
<h3 class="cwhite">DremJS Market</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
downloadPages/Paint/snapshot.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
downloadPages/SYGTVG/logo.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
downloadPages/SYGTVG/snapshot.png
Normal file
After Width: | Height: | Size: 324 KiB |
101
downloadPages/SYGTVG/sygtvg.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<p><img style="padding: 5 15px; float: left;" src="snapshot.png" /></p>
|
||||
<p style="margin-top: 20px;"> </p>
|
||||
<h2>Sam&Yoe Group: The Video Game</h2>
|
||||
<p>Sparrdrem</p>
|
||||
<p>Released: 2018</p>
|
||||
<br />
|
||||
<p>Play the Game Directly on DremJS!</p>
|
||||
</div>
|
||||
<div class="buttonWrapper">
|
||||
<div class="box-blue-emb-left" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/SYGTVG.zip')">
|
||||
<h3 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Build 0030</h3>
|
||||
</div>
|
||||
<div class="box-blue-emb-right" onclick="clickSound('../../index-apps.html')">
|
||||
<h3 class="cwhite">Go Back</h3>
|
||||
<hr />
|
||||
<h3 class="cwhite">DremJS Market</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
downloadPages/TinyMCE/logo.png
Normal file
After Width: | Height: | Size: 840 B |
BIN
downloadPages/TinyMCE/snapshot.png
Normal file
After Width: | Height: | Size: 61 KiB |
101
downloadPages/TinyMCE/tinymce.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<p><img style="padding: 5 15px; float: left;" src="snapshot.png" /></p>
|
||||
<p style="margin-top: 20px;"> </p>
|
||||
<h2>TinyMCE</h2>
|
||||
<p>Innovation Inc.</p>
|
||||
<p>Released: 2018</p>
|
||||
<br />
|
||||
<p>The TinyMCE text editor on DremJS!</p>
|
||||
</div>
|
||||
<div class="buttonWrapper">
|
||||
<div class="box-blue-emb-left" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/tinymce.zip')">
|
||||
<h3 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
</div>
|
||||
<div class="box-blue-emb-right" onclick="clickSound('../../index-apps.html')">
|
||||
<h3 class="cwhite">Go Back</h3>
|
||||
<hr />
|
||||
<h3 class="cwhite">DremJS Market</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
101
downloadPages/template.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<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="buttonWrapper">
|
||||
<div class="box-blue-emb-left" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')">
|
||||
<h3 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version x.x.x</h3>
|
||||
</div>
|
||||
<div class="box-blue-emb-right" onclick="clickSound('../../index-enter.html')">
|
||||
<h3 class="cwhite">Go Back</h3>
|
||||
<hr />
|
||||
<h3 class="cwhite">DremJS Market</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
124
index-apps.html
Normal file
|
@ -0,0 +1,124 @@
|
|||
<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>
|
||||
-->
|
83
index-enter.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 5px;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #8b8b8b;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb-left {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.box-blue-emb-right {
|
||||
margin:0 0 0px;
|
||||
overflow:hidden;
|
||||
padding:0px;
|
||||
background-color:#009ac7;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
}
|
||||
.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">
|
||||
<iframe src="index-apps.html" width="98%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<audio loop autoplay>
|
||||
<!--<audio loop autoplay>
|
||||
Aw fiddle sticks. What now? (ERROR: 1040-0001)
|
||||
Your browser doesn't support the AUDIO tag! Get a newer browser or update it
|
||||
<source src="music.mp3" type="audio/mp3">
|
||||
</audio>
|
||||
</audio>-->
|
||||
<title>DremJS Market</title>
|
||||
<style>
|
||||
.box-blue {
|
||||
|
@ -38,6 +38,18 @@
|
|||
</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>
|
||||
<h1>DremJS Market</h1>
|
||||
<hr />
|
||||
<div class="box-blue">
|
||||
|
@ -47,22 +59,22 @@
|
|||
<table border="0px">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="48%"><h2 class="rel-uemb"><a href="collection.js.reload">Collection.JS</a></h2>
|
||||
<td width="48%" onclick="clickSound('downloadPages/CollectionJS/collectionjs.html')"><h2 class="rel-uemb">Collection.JS</h2>
|
||||
<p class="rel-uemb">A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p></td>
|
||||
<td width="48%"><h2 class="rel-uemb"><a href="sygtvg.reload">Sam&Yoe Group: The Video Game</a></h2>
|
||||
<td width="48%" onclick="clickSound('downloadPages/SYGTVG/sygtvg.html')"><h2 class="rel-uemb">Sam&Yoe Group: The Video Game</h2>
|
||||
<p class="rel-uemb">Play the Game Directly on DremJS!</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="48%"><h2 class="rel-uemb"><a href="bellard.reload">Bellard JSLinux</a></h2>
|
||||
<td width="48%" onclick="clickSound('downloadPages/Bellard/bellard.html')"><h2 class="rel-uemb">Bellard JSLinux</h2>
|
||||
<p class="rel-uemb">Our computers can't seem to understand how to use the make command so we made an app that connects directly to the demo website. You can connect your VFsync account to most of the OSes on this site to save your files, so you don't lose everything due to going to the home screen.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<center>
|
||||
<button><a href="index-enter.reload">Start Shopping</a></button>
|
||||
<button onclick="clickSound('index-enter.html')">Start Shopping</button>
|
||||
<!--
|
||||
<h2>Collection.JS</h2>
|
||||
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<embed src="notification.wav" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||
<!--<embed src="notification.wav" width="0" height="0" loop="true" autostart="true" hidden="true" />-->
|
||||
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 25px;
|
||||
|
@ -35,12 +36,13 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="box-blue">
|
||||
<iframe src="index-featured.html" frameborder="0" width="100%" height="95%"></iframe>
|
||||
<!--<div class="box-blue">
|
||||
<div class="box-blue-emb">
|
||||
<h2 class="rel-emb cwhite">Error (Code: 2010-0001)</h2>
|
||||
</div>
|
||||
<p class="rel-uemb">The DremJS Market is temporarily closed for remodeling and/or maintenance.</p>
|
||||
</div>
|
||||
<center><p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p></center>
|
||||
<center><p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p></center>-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
41
index.html
|
@ -44,9 +44,9 @@
|
|||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
img{
|
||||
.img{
|
||||
transform-origin:50% 50%;
|
||||
animation:1.5s rotateRight infinite linear;
|
||||
|
||||
}
|
||||
|
||||
@keyframes rotateRight{
|
||||
|
@ -55,18 +55,37 @@
|
|||
.br {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
right: 2px;
|
||||
}
|
||||
.truecenter {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
line-height: 90px;
|
||||
text-align: center;
|
||||
margin-top: -50px;
|
||||
margin-left: -100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table id="wrapper">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="load.png" alt="Error loading preloader... Loading DremJS Market..." />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p class="br">v0.1.3</p>
|
||||
<script>
|
||||
var current= new Date();
|
||||
var month=current.getMonth();
|
||||
var date=current.getDate();
|
||||
function loadImage(image) {
|
||||
var x = document.createElement("IMG");
|
||||
x.setAttribute("src", image);
|
||||
x.setAttribute("class", "truecenter");
|
||||
document.body.appendChild(x);
|
||||
}
|
||||
if (month=="3" && date=="13") {
|
||||
loadImage("gate.gif");
|
||||
} else {
|
||||
loadImage("load.gif");
|
||||
}
|
||||
</script>
|
||||
<p class="br">v0.1.4</p>
|
||||
</body>
|
||||
</html>
|
||||
<!-- animation:1.5s rotateRight infinite linear; -->
|
||||
|
|