fixed typo

pull/13/head
Cobular 4 years ago
parent 45aa047be9
commit e9093b5d49
No known key found for this signature in database
GPG Key ID: 8A55E11B548F0594

@ -259,7 +259,8 @@ export function ProjectGrid() {
org={"CodeDay"} org={"CodeDay"}
text={ text={
`John Peter is a Discord bot used for moderation and server management for Virtual CodeDay. It has a very `John Peter is a Discord bot used for moderation and server management for Virtual CodeDay. It has a very
xtensive featureset, and has been used for multiple CodeDays and has worked with over 1000 students.` extensive featureset with a number of custom moderation and authentication tools and has been used for
multiple CodeDay events, impacting well over 1,000 students.`
} }
link={"https://github.com/codeday/johnpeter-discord"} link={"https://github.com/codeday/johnpeter-discord"}
/> />
@ -372,18 +373,6 @@ export function ProjectGrid() {
easily.` easily.`
} }
/> />
<SmallElement
title={"CopyMoji"}
org={"BetterDiscord"}
text={
`An extension for the alternate discord client BetterDiscord that changes the functionality of copying
emoji to copy the actual emoji characters rather than their names from the discord client.`
}
link={
"https://github.com/JakeCover/BetterDiscordExtensions/tree/main/plugins/CopyMoji"
}
/>
<MediumElement <MediumElement
image_url={Bennu} image_url={Bennu}
image_alt={"A B logo"} image_alt={"A B logo"}
@ -397,6 +386,17 @@ export function ProjectGrid() {
} }
link={"https://www.bennu.io/"} link={"https://www.bennu.io/"}
/> />
<SmallElement
title={"CopyMoji"}
org={"BetterDiscord"}
text={
`An extension for the alternate discord client BetterDiscord that changes the functionality of copying
emoji to copy the actual emoji characters rather than their names from the discord client.`
}
link={
"https://github.com/JakeCover/BetterDiscordExtensions/tree/main/plugins/CopyMoji"
}
/>
<SmallElement <SmallElement
title={"What's That Number"} title={"What's That Number"}
org={"Random Projects"} org={"Random Projects"}

@ -4,8 +4,8 @@
--header: #84B7DB; --header: #84B7DB;
--footer: var(--header); --footer: var(--header);
--about-me: #F1F1F1; --about-me: #F1F1F1;
--grid-background: #1F1E33; --grid-background: var(--background);
--grid-header-background: #1F1E33; --grid-header-background: var(--background);
--grid-header-text: #F1F1F1; --grid-header-text: #F1F1F1;
--grid-element-background: #354560; --grid-element-background: #354560;
--grid-element-border: #6f6f6f; --grid-element-border: #6f6f6f;

Loading…
Cancel
Save