Vite + React + TS
+ Sr Izan's front page for the web:tm:
diff --git a/src/App.css b/src/App.css
index 4db74a6..0c576dc 100644
--- a/src/App.css
+++ b/src/App.css
@@ -18,7 +18,13 @@ body {
}
.icons {
- display: inline;
- position: absolute;
- bottom: 0;
-}
\ No newline at end of file
+ align-self: flex-end;
+}
+
+.icons * {
+ margin-right: 20px;
+}
+
+.icons *:last-child {
+ margin-right: 0;
+}
diff --git a/src/App.tsx b/src/App.tsx
index a819878..e18c7a0 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,20 +1,25 @@
import './App.css'
-import * as React from 'react'
+import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
-import { faGithub } from '@fortawesome/free-brands-svg-icons'
+import { faDiscord, faGithub, faMastodon, faTwitter } from '@fortawesome/free-brands-svg-icons'
+import { faBlog, faCircle } from '@fortawesome/free-solid-svg-icons'
function App() {
- // OsuBeat :weary:
+ // sorry peppy for naming the variable Osu instead of osu! you know camel case stuff please don't kill me or ban me but at lease give me a plushie or something the taikonator one is really nice actually but who can't pass the offer of getting pippi lol she's so fucking cute
const [osuBeat, setOsuBeat] = React.useState(false)
return (
-
I'm a hobbyist developer and osu! player based on Spain who loves to open-source and to work on teams.
+
I'm a hobbyist developer and osu! player based on Spain who loves to open-source and to work on teams.