Skip to content

Commit

Permalink
deploy: efda4d6
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-syui-ai[bot] committed Mar 21, 2024
1 parent e6e4e60 commit ed585fe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
14 changes: 13 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ footer {
text-align: center;
}

@media screen and (max-width:1000px) {
span.menu-nav button#nav {
display: none;
}

@media screen and (max-width:1000px) {
span#nav-mobile {
display: none;
}
span.menu-nav button#nav {
right:0;
display: block;
position: absolute;
top:20px;
}
}
Binary file added img/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<title>ai</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:url" content="https://vrm.syui.ai">
<meta property="og:title" content="ai/vrm">
<meta property="og:description" content="ai[vrm] model viewer">
<meta property="og:image" content="/img/og.png">
<link rel="icon" href="/favicon.ico"/>
<link rel="stylesheet" href="/css/style.css"/>
<link rel="stylesheet" href="/css/icomoon/css/icomoon.css"/>
Expand All @@ -18,14 +22,15 @@
<span class="menu-left">
<button id='btn-moon'><span class="icon-moon"></span></button>
<button id='btn-jump'><i class="fa-solid fa-dove"></i></button>
</span>
<span class="menu-right">
<button id='btn-run'><i class="fa-solid fa-person-running"></i></button>
<button id='btn-user'><i class="fa-solid fa-user"></i></button>
</span>
<span class="menu-hdr">
<span class="menu-right" id="nav-mobile">
<button id='btn-user'><i class="fa-solid fa-user"></i></button>
<button id='btn-sandar'><i class="fa-solid fa-earth-americas"></i></button>
</span>
<span class="menu-nav">
<button id='nav'><i class="fa-solid fa-bars"></i></button>
</span>
<!--
<button id='btn-cloud'><i class="fa-solid fa-cloud"></i></button>
<button id='btn-sword'><i class="fa-solid fa-fan"></i></button>
Expand Down
2 changes: 1 addition & 1 deletion main.js

Large diffs are not rendered by default.

0 comments on commit ed585fe

Please sign in to comment.