diff --git a/.gitignore b/.gitignore index c0e2dec..5e05a83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*-init.clj /resources/public/js/compiled/** figwheel_server.log pom.xml @@ -6,9 +7,12 @@ pom.xml /classes/ /out/ /target/ +.clj-kondo/ .lein-deps-sum .lein-repl-history .lein-plugins/ +.lsp/ +.rebel_readline_history .repl .nrepl-port diff --git a/project.clj b/project.clj index 36ab5b4..edcf56d 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,9 @@ :min-lein-version "2.9.1" - :dependencies [[org.clojure/clojure "1.11.1"] + :dependencies [[cljsjs/snapsvg "0.4.1-0"] + [hiccups "0.3.0"] + [org.clojure/clojure "1.11.1"] [org.clojure/clojurescript "1.11.60"] [org.clojure/core.async "1.6.673"]] diff --git a/resources/public/css/style.css b/resources/public/css/style.css index 26163d2..0f2c2b7 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -1,2 +1,25 @@ /* some style */ +body, +.app { + padding: 0; + margin: 0; +} + +.desktop { + background-color: gray; +} + +.executive { + background-color: black; + color: green; +} + +.titlebar { + background-color: cornflowerblue; +} + +.window { + background-color: whitesmoke; + color: darkslategrey; +} diff --git a/resources/public/index.html b/resources/public/index.html index 4e3a493..0708793 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -11,6 +11,7 @@
Checkout your developer console.
- +