1
0
This commit is contained in:
syui 2024-04-27 21:23:12 +09:00
parent bf0adc61ea
commit fc7a8299b4
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
10 changed files with 61 additions and 0 deletions

View File

@ -5,7 +5,11 @@
</div> </div>
<div class="stars">
{{ partial "particles.html" . }} {{ partial "particles.html" . }}
{{ partial "garaxy.html" . }}
</div>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</body> </body>

View File

@ -0,0 +1 @@
<iframe src="https://stars.chromeexperiments.com/" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>

View File

@ -0,0 +1 @@
<iframe src="/pkg/garaxy/" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>

View File

@ -366,6 +366,14 @@ header#header {
position: relative; position: relative;
} }
.stars {
background: #313131;
}
#minimap {
display: none;
}
.top-card { .top-card {
margin:0 auto; margin:0 auto;
text-align: center; text-align: center;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>ai/garaxy</title><script defer="defer" src="bundle.af61fcb87a85cfba0d0e.js"></script><link href="main.css" rel="stylesheet"></head><body><canvas class="webgl"></canvas></body></html>

View File

@ -0,0 +1,42 @@
*
{
margin: 0;
padding: 0;
}
html,
body
{
overflow: hidden;
}
.webgl
{
position: fixed;
top: 0;
left: 0;
outline: none;
}
.heading{
font-family: 'Space Mono', monospace;
z-index: 3;
position: absolute;
top: 30px;
left: 20px;
color: white;
}
.heading h1{
font-size: 3rem;
margin: 10px;
}
.heading h4{
font-size: 1rem;
font-weight: 400;
margin: 10px;
}
/*# sourceMappingURL=main.css.map*/

View File

@ -0,0 +1 @@
{"version":3,"sources":["webpack:///./src/style.css"],"names":[],"mappings":"AAAA;;IAEI,SAAS;IACT,UAAU;AACd;;AAEA;;;IAGI,gBAAgB;AACpB;;AAEA;;IAEI,eAAe;IACf,MAAM;IACN,OAAO;IACP,aAAa;AACjB;;AAEA;IACI,oCAAoC;IACpC,UAAU;IACV,kBAAkB;IAClB,SAAS;IACT,UAAU;IACV,YAAY;AAChB;;AAEA;IACI,eAAe;IACf,YAAY;AAChB;;AAEA;IACI,eAAe;IACf,gBAAgB;IAChB,YAAY;AAChB","file":"main.css","sourcesContent":["*\n{\n margin: 0;\n padding: 0;\n}\n\nhtml,\nbody\n{\n overflow: hidden;\n}\n\n.webgl\n{\n position: fixed;\n top: 0;\n left: 0;\n outline: none;\n}\n\n.heading{\n font-family: 'Space Mono', monospace;\n z-index: 3;\n position: absolute;\n top: 30px;\n left: 20px;\n color: white;\n}\n\n.heading h1{\n font-size: 3rem;\n margin: 10px;\n}\n\n.heading h4{\n font-size: 1rem;\n font-weight: 400;\n margin: 10px;\n}\n"],"sourceRoot":""}

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B