diff --git a/src/components/Card.astro b/src/components/Card.astro
deleted file mode 100644
index bd6d597..0000000
--- a/src/components/Card.astro
+++ /dev/null
@@ -1,61 +0,0 @@
----
-interface Props {
- title: string;
- body: string;
- href: string;
-}
-
-const { href, title, body } = Astro.props;
----
-
-
-
-
- {title}
- →
-
-
- {body}
-
-
-
-
diff --git a/src/components/CustomFooter.astro b/src/components/CustomFooter.astro
deleted file mode 100644
index 60e6568..0000000
--- a/src/components/CustomFooter.astro
+++ /dev/null
@@ -1,7 +0,0 @@
----
-import "../styles/global.css";
----
-
-
\ No newline at end of file
diff --git a/src/layouts/AstroLayout.astro b/src/layouts/AstroLayout.astro
deleted file mode 100644
index e4dc200..0000000
--- a/src/layouts/AstroLayout.astro
+++ /dev/null
@@ -1,54 +0,0 @@
----
-interface Props {
- title: string;
- icon: string;
-}
-const { title } = Astro.props;
-const { icon } = Astro.props;
----
-
-
-
-
-
-
-
-
-
- { title }
-
-
-
-
-
-
diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro
index 2326140..2591f87 100644
--- a/src/pages/en/index.astro
+++ b/src/pages/en/index.astro
@@ -1,110 +1,51 @@
---
-import CustomFooter from '../../components/CustomFooter.astro';
+import Footer from '../../components/Footer.astro';
import NavBar from '../../components/NavBar.astro';
+import SocialLinks from '../../components/SocialLinks.astro';
import OldLayout from '../../layouts/OldLayout.astro';
-
-export const developerIcon = "https://github.com/retrozinndev.png";
+import "../../styles/global.css"
---
-
-
-
+
+
-
+
Hi, I'm João!
-
-
-
- You can call me : João, Retrozinn
- Pronouns : He/Him (Ele/Dele)
- Languages: Português Brasileiro, English
-
-
+
+ Pronouns : He/Him (Ele/Dele)
+ Languages: Português Brasileiro, English
+ Skills : Java, C#, TypeScript, Astro
-
-
-
- I'm a self taught programmer and tech enthusiast that's learning software development stuff!
- I love the open-source communitty! I like: coding, learning about Linux and making games and apps in my free time!
-
-
+
+ I'm a self taught programmer and tech enthusiast that's learning software development stuff!
+ I love the open-source communitty! I like: coding, learning about Linux and making games and apps in my free time!
-
-
+
-
-
- You can find me in:
-
-
-
-
-
+
+
You can find me in:
+
-
- This page is open-source · Improve this Page
-
+
\ No newline at end of file
diff --git a/src/pages/pt/index.astro b/src/pages/pt/index.astro
index 5354b17..086f2bc 100644
--- a/src/pages/pt/index.astro
+++ b/src/pages/pt/index.astro
@@ -1,108 +1,50 @@
---
-import CustomFooter from '../../components/CustomFooter.astro';
+import Footer from '../../components/Footer.astro';
import NavBar from '../../components/NavBar.astro';
+import SocialLinks from '../../components/SocialLinks.astro';
import OldLayout from '../../layouts/OldLayout.astro';
-
-export const developerIcon = "https://github.com/retrozinndev.png";
---
-
-
-
+
+
-
+
Olá, sou o João!
-
-
- Sou chamado de : João, Retrozinn
- Pronomes : Ele/Dele (He/Him)
- Idiomas: Inglês(English), Português Brasileiro
-
+
+ Pronomes : Ele/Dele (He/Him)
+ Idiomas: Inglês(English), Português Brasileiro
+ Skills : Java, C#, TypeScript, Astro
-
-
-
- Sou um programador autodidata e um entusiasta de tecnologia que está aprendendo coisas sobre programação!
- Amo a comunidade de código-aberto! Gosto de: escrever códigos, aprender sobre Linux e fazer joguinhos no meu tempo livre!
-
-
+
+ Sou um programador autodidata e um entusiasta de tecnologia que está aprendendo coisas sobre programação!
+ Amo a comunidade de código-aberto! Gosto de: escrever códigos, aprender sobre Linux e fazer joguinhos no meu tempo livre!
-
-
+
-
-
- Você pode me encontrar em:
-
-
-
-
-
-
+
+
Você pode me encontrar em:
+
+
-
- Esta página é open-source · Melhore a página
-
+
\ No newline at end of file
diff --git a/src/styles/global.css b/src/styles/global.css
index 9cf7b87..932c2af 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -139,7 +139,7 @@ iframe {
.socials ul {
max-width: calc(100vw - var(--margin-left));
- line-height: 38px;
+ line-height: 25px;
font-size: 14px;
display: flex;
flex-direction: row;
@@ -156,18 +156,4 @@ iframe {
background-color: var(--secondary-color);
padding: 2px;
margin: 1px;
-}
-
-footer {
- overflow: scroll;
- bottom: 0px;
- box-sizing: content-box;
- background-color: var(--navbar-color);
- border-radius: 16px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- font-size: 14px;
- text-align: center;
- width: 100vw;
- height: fit-content;
}
\ No newline at end of file
You can find me in:
- ---
-
-
-
- ---
- Discord
-
- -
- GitHub
-
- -
- GitLab
-
- -
- CodeBerg
-
- -
- Gravatar
-
- -
- X/Twitter
-
- -
- Matrix
-
- -
- Reddit
-
- -
- Mail
-
-
-