From 6b1b2284bd2c1d5a8c47bb54e0b7bde902a35e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Fri, 17 May 2024 18:12:39 -0300 Subject: [PATCH] :boom: fix: english page wrong rendering of stylesheet and added more information about me --- src/components/Card.astro | 61 --------------- src/components/CustomFooter.astro | 7 -- src/layouts/AstroLayout.astro | 54 ------------- src/pages/en/index.astro | 125 ++++++++---------------------- src/pages/pt/index.astro | 124 ++++++++--------------------- src/styles/global.css | 16 +--- 6 files changed, 67 insertions(+), 320 deletions(-) delete mode 100644 src/components/Card.astro delete mode 100644 src/components/CustomFooter.astro delete mode 100644 src/layouts/AstroLayout.astro 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; ---- - - - 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!

-
+

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!
-
-
-

My Projects:

- -
+ -
-
-

You can find me in:

- -
    -
  • - -
  • -
- - -
+
+

You can find me in:

+
- - This page is open-source · Improve this Page - +