diff options
author | ADRN <adrien@luxeylab.net> | 2021-11-30 13:11:47 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2021-11-30 13:11:47 +0100 |
commit | ca108192fc7203bbf3864525c538dfde334902ff (patch) | |
tree | eae17f2ddf177e6f55bb11ec04dfe903a4f49aa1 /assets | |
parent | 189bf17ee2efcf81200336a71a426dcd5b9eff03 (diff) | |
download | design-ca108192fc7203bbf3864525c538dfde334902ff.tar.gz design-ca108192fc7203bbf3864525c538dfde334902ff.zip |
reoarganised stuff; deleted the charpente submodule; the blueprint folder is now 'lab/top-nav.html'.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/top-nav.css (renamed from assets/css/blueprint.css) | 16 | ||||
l--------- | assets/images/ronce | 1 | ||||
-rw-r--r-- | assets/images/ronce/LICENSE.md | 4 | ||||
-rw-r--r-- | assets/images/ronce/illustration-ronce_1200x765px.png | bin | 1336157 -> 0 bytes | |||
-rw-r--r-- | assets/images/ronce/illustration-ronce_2400x1531px.png | bin | 4478464 -> 0 bytes | |||
-rw-r--r-- | assets/images/ronce/illustration-ronce_800x510px.png | bin | 661755 -> 0 bytes |
6 files changed, 16 insertions, 5 deletions
diff --git a/assets/css/blueprint.css b/assets/css/top-nav.css index 5c3c67d..8ff2cfb 100644 --- a/assets/css/blueprint.css +++ b/assets/css/top-nav.css @@ -3,6 +3,20 @@ @import url("../fonts/spacemono.css"); @import url("../fonts/firasans-regular.css"); +body, html { + margin: 0; + padding: 0; +} + +* { + scrollbar-width: thin; +} + +*, ::before, ::after { + -webkit-box-sizing: inherit; + box-sizing: inherit; +} + html, body { background-color: white; font-family: "Space Mono", Monaco, monospace !important; @@ -102,7 +116,7 @@ nav ul { header { height: 100vh; width: 100%; - background-image: url("../images/ronce/illustration-ronce_1200x765px.png"); + background-image: url("../images/ronce/illustration-ronce-v3_2400x1531px.png"); /* Create the parallax scrolling effect */ /*background-attachment: fixed;*/ background-position: center; diff --git a/assets/images/ronce b/assets/images/ronce new file mode 120000 index 0000000..203dc90 --- /dev/null +++ b/assets/images/ronce @@ -0,0 +1 @@ +../../ronce/illustration
\ No newline at end of file diff --git a/assets/images/ronce/LICENSE.md b/assets/images/ronce/LICENSE.md deleted file mode 100644 index 711ea37..0000000 --- a/assets/images/ronce/LICENSE.md +++ /dev/null @@ -1,4 +0,0 @@ -All files in this directory are under commercial license. - -Do not use without the author's consent. - diff --git a/assets/images/ronce/illustration-ronce_1200x765px.png b/assets/images/ronce/illustration-ronce_1200x765px.png Binary files differdeleted file mode 100644 index b59dad2..0000000 --- a/assets/images/ronce/illustration-ronce_1200x765px.png +++ /dev/null diff --git a/assets/images/ronce/illustration-ronce_2400x1531px.png b/assets/images/ronce/illustration-ronce_2400x1531px.png Binary files differdeleted file mode 100644 index aa87398..0000000 --- a/assets/images/ronce/illustration-ronce_2400x1531px.png +++ /dev/null diff --git a/assets/images/ronce/illustration-ronce_800x510px.png b/assets/images/ronce/illustration-ronce_800x510px.png Binary files differdeleted file mode 100644 index fe642ca..0000000 --- a/assets/images/ronce/illustration-ronce_800x510px.png +++ /dev/null |