1.0.1
This commit is contained in:
parent
d473f5e18e
commit
12a52c97be
|
@ -0,0 +1,38 @@
|
|||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>ExpressED | Changelog</title>
|
||||
<link rel="stylesheet" href="/bootstrap.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="h-100 d-flex align-items-center justify-content-center text-center">
|
||||
<div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1>ExpressED: Changelog</h1>
|
||||
<h2>1.0.1 - 11/20/23</h2>
|
||||
<p>Slight theme changes. Learn window layout modified to be more friendly to screen readers. Visage watermarks removed. Version footer added.</p>
|
||||
<hr>
|
||||
<h2>1.0.0 - 11/20/23</h2>
|
||||
<p>Initial release! Everything added.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<a href="/" class="btn btn-secondary p-5 w-100">Go Back</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -31,6 +31,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
||||
<script>
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
if (!params.has("v")) {
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
|
||||
crossorigin="anonymous"></script>
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<script src="../../lib/three.min.js"></script>
|
||||
<script src="MTLLoader.js"></script>
|
||||
<script src="OBJLoader.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/bootstrap.min.css" />
|
||||
</head>
|
||||
<body style="background-color: white; margin: 0px;">
|
||||
<div id="cinema" >
|
||||
|
@ -28,14 +28,16 @@
|
|||
</div>
|
||||
|
||||
<div id="inner-container">
|
||||
<img id="logogrey" src="../../lib/logotype.png">
|
||||
|
||||
<canvas id="canvas"></canvas>
|
||||
<canvas id="bgcanvas" style="display:none;width:100%;height:100%;"></canvas>
|
||||
<video class="video" id="webcam" style="width:100%;height:100%;" autoplay playsinline></video>
|
||||
<canvas id="bgcanvas" style="display:none;width:100vw;height:100vh;"></canvas>
|
||||
<video class="video" id="webcam" style="width:100vw;height:100vh;" autoplay playsinline></video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
||||
|
||||
<script src="../../lib/bezier-spline.js"></script>
|
||||
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
|
||||
|
@ -1321,8 +1323,8 @@ function errorStream(e){
|
|||
}
|
||||
|
||||
function initial(){
|
||||
var logogrey = document.getElementById('logogrey');
|
||||
logogrey.style.display = "none";
|
||||
//var logogrey = document.getElementById('logogrey');
|
||||
//logogrey.style.display = "none";
|
||||
var canvas = document.getElementById('canvas');
|
||||
canvas.style.display = "block";
|
||||
/*var logo = document.getElementById("logotype");
|
||||
|
|
|
@ -1,104 +1,3 @@
|
|||
|
||||
.toolbox {
|
||||
position:relative;
|
||||
margin-left: 5px;
|
||||
border: none;
|
||||
width:100%;
|
||||
max-width: 300px;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
border: 1px solid white;
|
||||
background-color: #fff;
|
||||
background: #333333 url("../icons/arrow_blue.png") no-repeat 97% 50%;
|
||||
// colour options: ltgray, dkgray, ltblue, dkblue
|
||||
}
|
||||
|
||||
.toolbox select {
|
||||
padding: 5px 8px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.toolbox select:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#myList{
|
||||
color: #0071bc;
|
||||
|
||||
}
|
||||
|
||||
.main-menu:hover,nav.main-menu.expanded {
|
||||
width:340px;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.main-menu {
|
||||
background:rgb(58,58,58);
|
||||
opacity: 0.95;
|
||||
border-right:0;
|
||||
position:absolute;
|
||||
top:0;
|
||||
bottom:0;
|
||||
height:100%;
|
||||
left:0;
|
||||
width:40px;
|
||||
overflow:hidden;
|
||||
-webkit-transition:width .02s linear;
|
||||
transition:width .02s linear;
|
||||
-webkit-transform:translateZ(0) scale(1,1);
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 310px;
|
||||
height: 30px;
|
||||
max-width:310px;
|
||||
/*color:rgb(58,58,58);*/
|
||||
color: #0071bc;
|
||||
/*background-color:#e6e6e6;*/
|
||||
background-color:#333333;
|
||||
border: 1px solid white;
|
||||
border-radius:5px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: rgb(0,113,188);
|
||||
color:white;
|
||||
}
|
||||
|
||||
.buttonimg{
|
||||
background-color:rgb(58,58,58);
|
||||
border: 1px solid black;
|
||||
border-radius:5px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.buttonimg:hover{
|
||||
background-color:#e6e6e6;
|
||||
}
|
||||
|
||||
.active{
|
||||
background-color:rgb(0,113,188);
|
||||
border: 1px solid black;
|
||||
border-radius:5px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.no-touch .scrollable.hover {
|
||||
overflow-y:hidden;
|
||||
}
|
||||
|
@ -188,8 +87,8 @@ background-color: rgb(58,58,58);
|
|||
position:relative;
|
||||
display: -webkit-flex;
|
||||
display: flex; -webkit-align-items: center; align-items: center;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#outer-container{
|
||||
|
@ -198,7 +97,7 @@ background-color: rgb(58,58,58);
|
|||
display: flex; -webkit-align-items: flex-start; align-items: flex-start;
|
||||
height: 100vh;
|
||||
min-width: 50vw;
|
||||
width: calc(100vw - 350px);
|
||||
width: 100vw;
|
||||
/*background-color: rgb(58,58,58);*/
|
||||
background-color: black;
|
||||
opacity: 0.95;
|
||||
|
|
Loading…
Reference in New Issue