Cleaned up site files

pull/6/head
Mark 2023-09-21 14:07:21 -07:00
parent 69ba2ab715
commit a70fd5f0e5
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
10 changed files with 12 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,4 +1,3 @@
/target
/src/target
/pkg
*.pkg.*
/pkg

View File

@ -1,4 +1,4 @@
![](./misc/banner.png)
![](./site/misc/readme-banner.png)
A high-precision scientific calculator with support for units, derivatives, and more.

3
site/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/node_modules
/package-lock.json
/pkg

View File

@ -2,12 +2,11 @@
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="node_modules/xterm/css/xterm.css" />
<link rel="stylesheet" href="xterm.css">
<script src="node_modules/xterm/lib/xterm.js"></script>
<style>
@font-face {
font-family: Fantasque;
src: url("FantasqueSansMono/Regular/complete/Fantasque Sans Mono Regular Nerd Font Complete.ttf") format("opentype");
src: url("resources/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf") format("opentype");
}
html, body {
@ -82,7 +81,7 @@
<body>
<div id="header">
<img id="banner" src = "misc/daisy-light.svg" alt="Daisy Banner"/>
<img id="banner" src = "resources/daisy-light.svg" alt="Daisy Banner"/>
<p>A high-precision, general-purpose scientific calculator</p>
</div>

5
site/package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"xterm": "^5.3.0"
}
}

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB