diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..fda1aab Binary files /dev/null and b/.DS_Store differ diff --git a/Cargo.lock b/Cargo.lock index 2cd753f..0df78d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,6 +1027,7 @@ dependencies = [ "reqwest", "serde_json", "stylist", + "uuid", "wasm-bindgen", "wasm-bindgen-futures", "wasm-logger", diff --git a/Cargo.toml b/Cargo.toml index e30d673..4093e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ js-sys = "0.3" #other libs reqwest = { version = "0.11.11", features = ["rustls-tls", "json", "blocking"], default-features = false } +uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde", "js"] } log = "0.4" serde_json = "1.0.88" diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000..f18c50b Binary files /dev/null and b/css/.DS_Store differ diff --git a/css/landing.css b/css/landing.css new file mode 100644 index 0000000..e69de29 diff --git a/css/navbar.css b/css/navbar.css new file mode 100644 index 0000000..799f274 --- /dev/null +++ b/css/navbar.css @@ -0,0 +1,46 @@ +body { + margin: 0; /* Remove body margins */ +} +.navbar-container { + display: flex; + flex-direction: row; + justify-content: flex-start; + align-items: stretch; + background-color: #252631; + padding: 15px; + padding-right: 40px; + margin: 0px; +} +.navbar { + display: flex; + flex-direction: row; + justify-content: flex-end; + flex-grow: 1; +} +.navbar-item { + color: white; + font-size: 14pt; + padding-left: 20px; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; + font-family: Source Sans Pro; +} +.navbar-item:hover { + background-color: #ffffff14; + font-size: 15pt; + font-weight: bold; + border-radius: 3px; + transition-duration: 0.3s; + cursor: pointer; +} +.navbar-title { + color: white; + font-size: 14pt; + padding-left: 20px; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; + font-family: Source Sans Pro; +} +/*}*/ \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 783609f..ebdfdbb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,10 +1,13 @@ Yew App + + + - - -