Add buttons
This commit is contained in:
parent
3c19ba3a31
commit
7b3e3888c6
6 changed files with 27 additions and 0 deletions
|
@ -193,6 +193,33 @@ public static class Buttons
|
|||
Image = "valid_atom.webp",
|
||||
Title = "Valid Atom 1.0",
|
||||
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!"
|
||||
}
|
||||
];
|
||||
}
|
BIN
PancakesWeb/wwwroot/imgs/buttons/homebrew_now.png
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/homebrew_now.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
PancakesWeb/wwwroot/imgs/buttons/oneshot.gif
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/oneshot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
PancakesWeb/wwwroot/imgs/buttons/play_with_steam.gif
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/play_with_steam.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
PancakesWeb/wwwroot/imgs/buttons/siivagunner.png
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/siivagunner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
PancakesWeb/wwwroot/imgs/buttons/vulkan_now.png
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/vulkan_now.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
Loading…
Add table
Reference in a new issue