Compare commits
No commits in common. "7b3e3888c65de9b60d93b705927ea6cf0454747b" and "2ded561dedff56ddc35088f520ec218eef580f69" have entirely different histories.
7b3e3888c6
...
2ded561ded
9 changed files with 14 additions and 38 deletions
|
@ -108,19 +108,23 @@
|
||||||
manually.</p>
|
manually.</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<div class="buttons card">
|
<ul class="buttons card">
|
||||||
@foreach (var button in Buttons.Entities.OrderBy(p => p.Title))
|
@foreach (var button in Buttons.Entities.OrderBy(p => p.Title))
|
||||||
{
|
{
|
||||||
<ImageButton Data="button"/>
|
<li class="button">
|
||||||
|
<ImageButton Data="button"/>
|
||||||
|
</li>
|
||||||
}
|
}
|
||||||
</div>
|
</ul>
|
||||||
|
|
||||||
<div class="buttons card">
|
<ul class="buttons card">
|
||||||
@foreach (var button in Buttons.Things.OrderBy(p => p.Title))
|
@foreach (var button in Buttons.Things.OrderBy(p => p.Title))
|
||||||
{
|
{
|
||||||
<ImageButton Data="button"/>
|
<li class="button">
|
||||||
|
<ImageButton Data="button"/>
|
||||||
|
</li>
|
||||||
}
|
}
|
||||||
</div>
|
</ul>
|
||||||
|
|
||||||
<h2 id="webrings">Webrings</h2>
|
<h2 id="webrings">Webrings</h2>
|
||||||
<p>Adjacent websites</p>
|
<p>Adjacent websites</p>
|
||||||
|
|
|
@ -58,6 +58,10 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.accounts {
|
.accounts {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
.button-link {
|
.button-link {
|
||||||
display: inline-block;
|
|
||||||
height: 31px;
|
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 1;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-link::after {
|
.button-link::after {
|
||||||
|
|
|
@ -193,33 +193,6 @@ public static class Buttons
|
||||||
Image = "valid_atom.webp",
|
Image = "valid_atom.webp",
|
||||||
Title = "Valid Atom 1.0",
|
Title = "Valid Atom 1.0",
|
||||||
Href = "/feed.atom"
|
Href = "/feed.atom"
|
||||||
},
|
|
||||||
new Button
|
|
||||||
{
|
|
||||||
Image = "siivagunner.png",
|
|
||||||
Title = "High Quality Now!",
|
|
||||||
Href = "https://www.youtube.com/@SiIvaGunner"
|
|
||||||
},
|
|
||||||
new Button
|
|
||||||
{
|
|
||||||
Image = "play_with_steam.gif",
|
|
||||||
Title = "Play with Steam"
|
|
||||||
},
|
|
||||||
new Button
|
|
||||||
{
|
|
||||||
Image = "oneshot.gif",
|
|
||||||
Title = "OneShot",
|
|
||||||
Href = "https://store.steampowered.com/app/420530/OneShot/"
|
|
||||||
},
|
|
||||||
new Button
|
|
||||||
{
|
|
||||||
Image = "vulkan_now.png",
|
|
||||||
Title = "Vulkan Now!"
|
|
||||||
},
|
|
||||||
new Button
|
|
||||||
{
|
|
||||||
Image = "homebrew_now.png",
|
|
||||||
Title = "Homebrew Now!"
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7 KiB |
Loading…
Add table
Reference in a new issue