mirror of https://github.com/vladmandic/human
update
parent
5535123033
commit
a43f7a1e3a
|
@ -213,7 +213,7 @@ async function main() {
|
||||||
'groups/group14.jpg',
|
'groups/group14.jpg',
|
||||||
];
|
];
|
||||||
// add prefix for gitpages
|
// add prefix for gitpages
|
||||||
images = images.map((a) => `/samples/${a}`);
|
images = images.map((a) => `/human/samples/${a}`);
|
||||||
log('Adding static image list:', images.length, 'images');
|
log('Adding static image list:', images.length, 'images');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<link rel="apple-touch-icon" href="../../assets/icon.png">
|
<link rel="apple-touch-icon" href="../../assets/icon.png">
|
||||||
<script src="./index.js" type="module"></script>
|
<script src="./index.js" type="module"></script>
|
||||||
<style>
|
<style>
|
||||||
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../assets/lato-light.woff2') }
|
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../../assets/lato-light.woff2') }
|
||||||
html { font-family: 'Lato', 'Segoe UI'; font-size: 16px; font-variant: small-caps; }
|
html { font-family: 'Lato', 'Segoe UI'; font-size: 16px; font-variant: small-caps; }
|
||||||
body { margin: 0; background: black; color: white; overflow-x: hidden; width: 100vw; height: 100vh; }
|
body { margin: 0; background: black; color: white; overflow-x: hidden; width: 100vw; height: 100vh; }
|
||||||
body::-webkit-scrollbar { display: none; }
|
body::-webkit-scrollbar { display: none; }
|
||||||
|
|
Loading…
Reference in New Issue