diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..dc1b185 Binary files /dev/null and b/.DS_Store differ diff --git a/assets/css/artwork.css b/assets/css/artwork.css new file mode 100644 index 0000000..96e2897 --- /dev/null +++ b/assets/css/artwork.css @@ -0,0 +1,21 @@ +.XX { + position: relative; + width: 100px; + height: 100px; + border: 1px solid red; +} + +.imageOne { + z-index: 0; + background: blue; + -webkit-transform: rotate(30deg); + transform: rotate(30deg); +} + +.imageTwo { + z-index: 1; + background: red; + margin-top: -100px; + margin-left: 10px; +} +/*# sourceMappingURL=artwork.css.map */ \ No newline at end of file diff --git a/assets/css/artwork.css.map b/assets/css/artwork.css.map new file mode 100644 index 0000000..6d510fe --- /dev/null +++ b/assets/css/artwork.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "AAAA,AAAA,GAAG,CAAC;EACH,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,MAAM,EAAE,aAAa;CACrB;;AAED,AAAA,SAAS,CAAC;EACT,OAAO,EAAE,CAAC;EACV,UAAU,EAAE,IAAI;EAChB,SAAS,EAAE,aAAa;CACxB;;AAED,AAAA,SAAS,CAAC;EACT,OAAO,EAAE,CAAC;EACV,UAAU,EAAE,GAAG;EACf,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,IAAI;CACjB", + "sources": [ + "artwork.scss" + ], + "names": [], + "file": "artwork.css" +} \ No newline at end of file diff --git a/assets/css/artwork.scss b/assets/css/artwork.scss new file mode 100644 index 0000000..1e3f2f9 --- /dev/null +++ b/assets/css/artwork.scss @@ -0,0 +1,19 @@ +.XX { + position: relative; + width: 100px; + height: 100px; + border: 1px solid red; +} + +.imageOne { + z-index: 0; + background: blue; + transform: rotate(30deg); +} + +.imageTwo { + z-index: 1; + background: red; + margin-top: -100px; + margin-left: 10px; +} diff --git a/assets/images/.DS_Store b/assets/images/.DS_Store new file mode 100644 index 0000000..53a59d6 Binary files /dev/null and b/assets/images/.DS_Store differ diff --git a/assets/images/icon.jpg b/assets/images/icon.jpg new file mode 100644 index 0000000..e37f74d Binary files /dev/null and b/assets/images/icon.jpg differ diff --git a/assets/images/kyosho/.DS_Store b/assets/images/kyosho/.DS_Store new file mode 100644 index 0000000..4042b67 Binary files /dev/null and b/assets/images/kyosho/.DS_Store differ diff --git a/assets/images/kyosho/KYOSHO.png b/assets/images/kyosho/KYOSHO.png new file mode 100644 index 0000000..7a9f2d8 Binary files /dev/null and b/assets/images/kyosho/KYOSHO.png differ diff --git a/assets/images/kyosho/Kyosho-CherryBlossom1.png b/assets/images/kyosho/Kyosho-CherryBlossom1.png new file mode 100644 index 0000000..d443469 Binary files /dev/null and b/assets/images/kyosho/Kyosho-CherryBlossom1.png differ diff --git a/assets/images/kyosho/Kyosho-CherryBlossom2.png b/assets/images/kyosho/Kyosho-CherryBlossom2.png new file mode 100644 index 0000000..f84beab Binary files /dev/null and b/assets/images/kyosho/Kyosho-CherryBlossom2.png differ diff --git a/views/artwork.hbs b/views/artwork.hbs new file mode 100644 index 0000000..788ecf5 --- /dev/null +++ b/views/artwork.hbs @@ -0,0 +1,10 @@ + +

{{name}}

+

dark/light

+
+
+
+
+
+ + \ No newline at end of file diff --git a/views/layouts/artwork.hbs b/views/layouts/artwork.hbs new file mode 100644 index 0000000..1c59909 --- /dev/null +++ b/views/layouts/artwork.hbs @@ -0,0 +1,44 @@ + + + + + + + ry - artwork + + {{!-- --}} + + + {{!-- + + + + --}} + + + + + + + + + + + +{{!-- + + --}} + + + + + + + {{{body}}} + + + + \ No newline at end of file