mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04:31 +00:00
Fix website properly and add friends
This commit is contained in:
parent
11773ebff3
commit
b5df20d445
2 changed files with 6 additions and 1 deletions
|
@ -16,9 +16,12 @@ footer {
|
||||||
text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness));
|
text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
flex-basis: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
flex-basis: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel .panel {
|
.panel .panel {
|
||||||
|
|
|
@ -108,6 +108,8 @@ const Index: NextPage = () => {
|
||||||
<LinkPanel icon={faGlobe} text={"Malbyx"} href={"https://about.malbyx.tk/"}/>
|
<LinkPanel icon={faGlobe} text={"Malbyx"} href={"https://about.malbyx.tk/"}/>
|
||||||
<LinkPanel icon={faGlobe} text={"Nemesis"} href={"https://www.fermitech.info/"}/>
|
<LinkPanel icon={faGlobe} text={"Nemesis"} href={"https://www.fermitech.info/"}/>
|
||||||
<LinkPanel icon={faGlobe} text={"SnowyCoder"} href={"https://rossilorenzo.dev/"}/>
|
<LinkPanel icon={faGlobe} text={"SnowyCoder"} href={"https://rossilorenzo.dev/"}/>
|
||||||
|
<LinkPanel icon={faGlobe} text={"Proto"} href={"https://fabiodesim.one/"}/>
|
||||||
|
<LinkPanel icon={faGlobe} text={"Viktya"} href={"https://viktya.github.io/"}/>
|
||||||
<div className={"panel fade"}>
|
<div className={"panel fade"}>
|
||||||
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
|
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue