Cleaned up site files
|
@ -1,4 +1,3 @@
|
||||||
/target
|
/target
|
||||||
/src/target
|
/src/target
|
||||||
/pkg
|
/pkg
|
||||||
*.pkg.*
|
|
|
@ -1,4 +1,4 @@
|
||||||
![](./misc/banner.png)
|
![](./site/misc/readme-banner.png)
|
||||||
|
|
||||||
A high-precision scientific calculator with support for units, derivatives, and more.
|
A high-precision scientific calculator with support for units, derivatives, and more.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
/node_modules
|
||||||
|
/package-lock.json
|
||||||
|
/pkg
|
|
@ -2,12 +2,11 @@
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
<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="node_modules/xterm/css/xterm.css" />
|
||||||
<link rel="stylesheet" href="xterm.css">
|
|
||||||
<script src="node_modules/xterm/lib/xterm.js"></script>
|
<script src="node_modules/xterm/lib/xterm.js"></script>
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Fantasque;
|
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 {
|
html, body {
|
||||||
|
@ -82,7 +81,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="header">
|
<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>
|
<p>A high-precision, general-purpose scientific calculator</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"xterm": "^5.3.0"
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |