Adjusted styling

replace/e405f2dd1fa004865acc243b0d0b3f1ad1a2efa9
Cobular 4 years ago
parent 6e96aa7832
commit 163957a125

@ -5,6 +5,7 @@
<excludeFolder url="file://$MODULE_DIR$/temp" /> <excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" /> <excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" /> <excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />

@ -1,6 +1,7 @@
#about-me-parent { #about-me-parent {
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;

@ -18,12 +18,21 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
margin: 10px; margin: 10px;
@include media(">=medium") { @include media(">=medium") {
width: 90%; width: 95%;
margin: auto; margin: auto;
} }
@include media(">=large") {
width: 90%;
margin: auto;
}
@include media(">=x-large") { @include media(">=x-large") {
width: 85%;
margin: auto;
}
@include media(">=xx-large") {
width: 80%; width: 80%;
max-width: 1900px; max-width: 1900px;
margin: auto; margin: auto;
@ -45,7 +54,7 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
h2 { h2 {
margin-bottom: 0; margin-bottom: 0;
font-family: "Fira Code", monospace; font-family: "Fira Code", monospace;
font-size: 24px; font-size: 30px;
} }
p { p {

@ -288,18 +288,6 @@ export function ProjectGrid() {
} }
link={"https://event.codeday.org/sandiego"} link={"https://event.codeday.org/sandiego"}
/> />
<SmallElementPic
image_url={KatSite}
image_alt={"Kat's Logo"}
title={"Shushicate"}
org={"Random Projects"}
text={
`An art gallery website for my friend, made in svelte. The images are optimized and compressed at
compiletime, creating a few versions and allowing the browser to choose which to display using imageset.
The full resolution image is only sent when selecting an image, keeping the site performant.`
}
link={"https://www.shushicate.com/"}
/>
<LargeElementPic <LargeElementPic
image_url={Foresight} image_url={Foresight}
image_alt={"Foresight Sports Logo"} image_alt={"Foresight Sports Logo"}
@ -321,6 +309,17 @@ export function ProjectGrid() {
link={"https://github.com/JakeCover/ScoreSaverExtention"} link={"https://github.com/JakeCover/ScoreSaverExtention"}
/> />
<SmallElement
title={"Assorted Discord Bots"}
org={"Random Projects"}
text={
`I've made quite a number of discord bots over time! Some of them, like ReplyBot, which added a reply
functionality to Discord years before they finally implemented it first-party, have been obsoleted
nowadays, others like DiscordChannelMirror really aren't significantly notable, and many more have been
lost to time and past me's lack of understanding of the importance of backup. I digress, however I really
do love writing these sorts of applications!`
}
/>
<MediumElement <MediumElement
image_url={Hashicorp} image_url={Hashicorp}
image_alt={"HashiCorp Logo"} image_alt={"HashiCorp Logo"}
@ -352,16 +351,17 @@ export function ProjectGrid() {
networking configuration across many jobs easily.` networking configuration across many jobs easily.`
} }
/> />
<SmallElement <SmallElementPic
title={"Assorted Discord Bots"} image_url={KatSite}
image_alt={"Kat's Logo"}
title={"Shushicate"}
org={"Random Projects"} org={"Random Projects"}
text={ text={
`I've made quite a number of discord bots over time! Some of them, like ReplyBot, which added a reply `An art gallery website for my friend, made in svelte. The images are optimized and compressed at
functionality to Discord years before they finally implemented it first-party, have been obsoleted compiletime, creating a few versions and allowing the browser to choose which to display using imageset.
nowadays, others like DiscordChannelMirror really aren't significantly notable, and many more have been The full resolution image is only sent when selecting an image, keeping the site performant.`
lost to time and past me's lack of understanding of the importance of backup. I digress, however I really
do love writing these sorts of applications!`
} }
link={"https://www.shushicate.com/"}
/> />
<SmallElement <SmallElement
title={"OVRTools"} title={"OVRTools"}

Loading…
Cancel
Save