Merge pull request 'feat(friend-badges): Added badge & link for astreaprtcl' (#6) from feature/astreaprtcl-badge into mistress
Reviewed-on: https://gitea.foxhawk.co.uk/riley/MyWebsite-Astro/pulls/6
This commit is contained in:
commit
c66918c2e5
2 changed files with 4 additions and 0 deletions
BIN
public/Badges/Friends/astreaprtcl.png
Normal file
BIN
public/Badges/Friends/astreaprtcl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
|
|
@ -3,6 +3,10 @@ import type BadgeInfo from "./BadgeInfo";
|
|||
const FriendBadgesPath = "/Badges/Friends/";
|
||||
|
||||
const FriendBadges: Array<BadgeInfo> = [
|
||||
{
|
||||
image: FriendBadgesPath + "astreaprtcl.png",
|
||||
url: "https://astreaprtcl.dev"
|
||||
},
|
||||
{
|
||||
image: FriendBadgesPath + "autumnvleaves.jpg",
|
||||
url: "https://autumnvleaves.neocities.org/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue