ReStyle #1
6 changed files with 3476 additions and 61 deletions
BIN
public/assets/badges/friends/voltrina_badge.png
Normal file
BIN
public/assets/badges/friends/voltrina_badge.png
Normal file
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
3416
public/css/bulma.css
vendored
Normal file
3416
public/css/bulma.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -20,6 +20,7 @@
|
||||||
<a href="https://loveshock.xyz/"><image src="/assets/badges/friends/loveshock.gif" alt="dark background, with a curved grid/web, with the text 'vist the jukebox at loveshock.xyz'"></a>
|
<a href="https://loveshock.xyz/"><image src="/assets/badges/friends/loveshock.gif" alt="dark background, with a curved grid/web, with the text 'vist the jukebox at loveshock.xyz'"></a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://csillagpor.net"><image src="/assets/badges/friends/mira-button.png" alt="miras button'"></a>
|
<a href="https://csillagpor.net"><image src="/assets/badges/friends/mira-button.png" alt="miras button'"></a>
|
||||||
|
<a href="https://voltrina.net"><image src="/assets/badges/friends/voltrina_badge.png" alt="volted rina"></a>
|
||||||
<br/><br>
|
<br/><br>
|
||||||
<a>Other Buttons</a>
|
<a>Other Buttons</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="description" content="Personal website of LimePotato">
|
<meta name="description" content="Personal website of LimePotato" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<link rel="stylesheet" href="/css/mystyle.css">
|
<link rel="stylesheet" href="/css/mystyle.css" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
|
@ -18,7 +18,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-menu" id="navMenu">
|
<div class="navbar-menu" id="navMenu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
<a class="navbar-item" href="/">
|
||||||
<span class="text-gradient">LimePot</span>
|
<span class="text-gradient">LimePot</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue