Merge branch 'master' of https://gitdab.com/y/website
This commit is contained in:
commit
9a4cb7bd26
12 changed files with 103 additions and 0 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
21
assets/css/artwork.css
Normal file
21
assets/css/artwork.css
Normal file
|
@ -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 */
|
9
assets/css/artwork.css.map
Normal file
9
assets/css/artwork.css.map
Normal file
|
@ -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"
|
||||
}
|
19
assets/css/artwork.scss
Normal file
19
assets/css/artwork.scss
Normal file
|
@ -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;
|
||||
}
|
BIN
assets/images/.DS_Store
vendored
Normal file
BIN
assets/images/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/images/icon.jpg
Normal file
BIN
assets/images/icon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
assets/images/kyosho/.DS_Store
vendored
Normal file
BIN
assets/images/kyosho/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/images/kyosho/KYOSHO.png
Normal file
BIN
assets/images/kyosho/KYOSHO.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 526 KiB |
BIN
assets/images/kyosho/Kyosho-CherryBlossom1.png
Normal file
BIN
assets/images/kyosho/Kyosho-CherryBlossom1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 MiB |
BIN
assets/images/kyosho/Kyosho-CherryBlossom2.png
Normal file
BIN
assets/images/kyosho/Kyosho-CherryBlossom2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 MiB |
10
views/artwork.hbs
Normal file
10
views/artwork.hbs
Normal file
|
@ -0,0 +1,10 @@
|
|||
<body>
|
||||
<h1 class="title" > <a href="/">{{name}}</a></h1>
|
||||
<h1 class="subtitle toggle">dark/light</h1>
|
||||
<div class="center">
|
||||
<div class="imageOne XX"></div>
|
||||
<div class="imageTwo XX"></div>
|
||||
</div>
|
||||
<div id="box"></div>
|
||||
</div>
|
||||
</body>
|
44
views/layouts/artwork.hbs
Normal file
44
views/layouts/artwork.hbs
Normal file
|
@ -0,0 +1,44 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible">
|
||||
<title>ry - artwork</title>
|
||||
<script src="../assets/js/main.js" async></script>
|
||||
{{!-- <script src="../assets/js/lore.js" async></script> --}}
|
||||
<link rel="stylesheet" type="text/css" href="../assets/css/portfolio.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../assets/css/artwork.css" />
|
||||
{{!--
|
||||
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
|
||||
|
||||
<link rel="manifest" href="./assets/json/manifest.json">
|
||||
<script type="text/javascript" src="./assets/js/dropdown.js"></script> --}}
|
||||
|
||||
|
||||
|
||||
<meta name="theme-color" content="#e4778d">
|
||||
<meta property="og:title" content="ry - lore">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://{{host}}">
|
||||
<meta property="og:image" content="/images/icon.png">
|
||||
<meta property="og:description" content="here you can see my art">
|
||||
|
||||
|
||||
{{!-- <link rel="icon" type="image/png"
|
||||
href="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png"
|
||||
href="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180"
|
||||
href="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png"> --}}
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{{body}}}
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue