Skip to content

Commit

Permalink
refactor: Refactor and update website content and structure
Browse files Browse the repository at this point in the history
- Refactor and update header component
- Revise and improve introductory text on blog and projects pages
- Update section titles and links on English and Portuguese homepages
- Simplify and enhance contact section
- Remove unnecessary files and content related to blog collections and metadata
  • Loading branch information
tpougy committed Nov 2, 2024
1 parent 00808d5 commit 6bdc68d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const t = useTranslations(lang);
<header>
<Container>
<div class="flex flex-wrap justify-between gap-y-2">
<Link href="/" underline={false}>
<Link href=`/${lang}` underline={false}>
<div class="font-serif text-lg font-semibold">
{SITE.NAME}
</div>
Expand Down
60 changes: 0 additions & 60 deletions src/content/blog/en/02-blog-collection/index.md

This file was deleted.

60 changes: 0 additions & 60 deletions src/content/blog/pt/02-blog-collection/index.md

This file was deleted.

7 changes: 3 additions & 4 deletions src/pages/en/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ const projects = (await getCollection("projects"))
<section>
<article class="space-y-4">
<p class="animate">
My name is Thomaz Pougy, I'm passionate about technology and curious
about all things science. The idea behind this space is to delve
deeper into programming, software engineering as well as other cool
and useful technology subjects (cof cof excel tips).
I'm Thomaz Pougy and in this space the goal is to delve into
interesting topics about programming, software engineering as well
as other cool and useful tech stuff (cof cof excel tips).
</p>
<p class="animate">
Comments, suggestions for posts and feedback for the blog are
Expand Down
7 changes: 3 additions & 4 deletions src/pages/pt/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ const projects = (await getCollection("projects"))
<section>
<article class="space-y-4">
<p class="animate">
Meu nome é Thomaz Pougy, sou apaixonado por tecnologia e curioso por
tudo de ciência. Neste espaço eu discuto assuntos interessantes
sobre programação, engenharia de software bem como outras coisas
legais e úteis de tecnologia (cof cof dicas de excel).
Sou o Thomaz Pougy e neste espaço a ideia é aprofundar assuntos
interessantes sobre programação, engenharia de software bem como
outras coisas legais e úteis de tecnologia (cof cof dicas de excel).
</p>
<p class="animate">
Comentários, sugestões de assuntos e feedbacks para o blog são super
Expand Down

0 comments on commit 6bdc68d

Please sign in to comment.