This commit is contained in:
core 2023-11-27 15:30:49 -05:00
parent 12a52c97be
commit c7ef915e71
Signed by: core
GPG Key ID: FDBF740DADDCEECF
6 changed files with 12 additions and 11 deletions

View File

@ -11,12 +11,13 @@
<body> <body>
<div class="h-100 d-flex align-items-center justify-content-center text-center"> <div class="h-100 d-flex align-items-center justify-content-center text-center">
<div> <div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h1>ExpressED: Changelog</h1> <h1>ExpressED: Changelog</h1>
<h2>1.0.2 - 11/27/23</h2>
<p>Made text bigger on the learn page.</p>
<hr>
<h2>1.0.1 - 11/20/23</h2> <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> <p>Slight theme changes. Learn window layout modified to be more friendly to screen readers. Visage watermarks removed. Version footer added.</p>
<hr> <hr>
@ -32,7 +33,7 @@
</div> </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> <p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <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> <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> </body>
</html> </html>

View File

@ -11,13 +11,11 @@
<body> <body>
<div class="h-100 d-flex align-items-center justify-content-center text-center"> <div class="h-100 d-flex align-items-center justify-content-center text-center">
<div> <div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h1 id="title2">ExpressED: Loading Practice</h1> <h1 id="title2">ExpressED: Loading Practice</h1>
<p id="bdata">Please wait, while we load this emotion</p> <h3 id="bdata">Please wait, while we load this emotion</h3>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@ -31,7 +29,7 @@
</div> </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> <p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
<script> <script>
const params = new URLSearchParams(window.location.search); const params = new URLSearchParams(window.location.search);
if (!params.has("v")) { if (!params.has("v")) {
@ -43,12 +41,14 @@
"Anger description", "Anger description",
"Disgust description", "Disgust description",
"Fear description", "Fear description",
"<b>Smile</b><br>" + "<b>Smile</b><br>" +
"The person's lips curve upward, forming a friendly and joyful smile.<br>" + "The person's lips curve upward, forming a friendly and joyful smile.<br>" +
"<b>Bright Eyes</b><br>" + "<b>Bright Eyes</b><br>" +
" Happy eyes often appear bright and lively. The muscles around the eyes may crinkle, forming crow's feet or laugh lines at the corners, indicating genuine happiness. The eyes may also be slightly narrowed, emphasizing the warmth and sincerity of the smile.<br>" + " Happy eyes often appear bright and lively. The muscles around the eyes may crinkle, forming crow's feet or laugh lines at the corners, indicating genuine happiness. The eyes may also be slightly narrowed, emphasizing the warmth and sincerity of the smile.<br>" +
"<b>Relaxed Brow</b><br>" + "<b>Relaxed Brow</b><br>" +
"The forehead is usually smooth and free from tension or furrowing when a person is happy. There are no signs of stress or worry, and the eyebrows may be slightly raised.", "The forehead is usually smooth and free from tension or furrowing when a person is happy. There are no signs of stress or worry, and the eyebrows may be slightly raised.",
"Sadness description", "Sadness description",
"Surprise description", "Surprise description",
"Neutral description" "Neutral description"

View File

@ -26,7 +26,7 @@
</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> <p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <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" <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"

View File

@ -46,7 +46,7 @@
</div> </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> <p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <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> <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> </body>
</html> </html>

View File

@ -45,7 +45,7 @@
</div> </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> <p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <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> <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> </body>
</html> </html>

View File

@ -36,7 +36,7 @@
</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> <p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <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 src="../../lib/bezier-spline.js"></script>