Skip to content

Commit

Permalink
🚀 atualização da pág /now
Browse files Browse the repository at this point in the history
  • Loading branch information
teseu committed Dec 9, 2024
1 parent 1765b7f commit 8053bc8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
14 changes: 11 additions & 3 deletions src/pages/en/now.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@ import Subtitle from '@components/ui/Subtitle.astro'
<h3 class="text-3xl mb-3">What I am doing</h3>
<h4 class="text-2xl mb-1">Studying Wordpress themes</h4>
<p class="text-base md:text-xl mb-4">At the moment I'm using it at work to design a new interface to replace the CMS we currently use and this will require a lot of knowledge to implement.</p>
<h4 class="text-2xl mb-1">Studying Astro and VueJS</h4>

<h4 class="text-2xl mb-1">Studying Astro and VueJS</h4>
<p class="text-base md:text-xl mb-4">I already use VueJS at work and in personal projects, which suits me very well, but I needed an alternative for some cases and after looking around a bit I ended up deciding on Astro, which is the tool I used to build this page.</p>
<h4 class="text-2xl mb-1">Creating a new page to use as a professional profile</h4>
<p class="text-base md:text-xl mb-4">Although this page could serve this purpose, I believe that one where I can put my portfolio would be more appropriate.</p>

<h4 class="text-2xl mb-1">Creating a new page to use as a professional profile</h4>
<p class="text-base md:text-xl mb-4">Although this page could serve this purpose, I believe that one where I can put my portfolio would be more appropriate. I have this project on pause until the next topic on this list is resolved.</p>

<h4 class="text-2xl mb-1">Writing a science fiction book</h4>
<p class="text-base md:text-xl mb-4">An old idea taking shape. On the book page itself, the next topic, which will feature a blog, I explain the motivation and some of the challenges encountered along the way.</p>

<h4 class="text-2xl mb-1">Creating a new page to promote the book</h4>
<p class="text-base md:text-xl mb-4">Another page to create, generate content and manage, but for the book to have any chance of being successful it will be absolutely necessary. What's more, it will be fun, after all, frontend is what I do in my spare time, and in my work time too.</p>
</div>
</div>
</Layout>
Expand Down
13 changes: 11 additions & 2 deletions src/pages/now.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,21 @@ import Subtitle from '@components/ui/Subtitle.astro'
<hr class="border border-secondary bg-secondary rounded-2xl py-1 my-2">

<h3 class="text-3xl mb-3">O que estou fazendo</h3>

<h4 class="text-2xl mb-1">Estudando temas do Wordpress</h4>
<p class="text-base md:text-xl mb-4">No momento estou usando no trabalho para desenhar uma nova interface para substituir o CMS que usamos atualmente e isso vai exigir bastante conhecimento para implementar.</p>

<h4 class="text-2xl mb-1">Estudando Astro e VueJS</h4>
<p class="text-base md:text-xl mb-4">Já uso VueJS no trabalho e em projetos pessoais, o que me serve muito bem, mas estava precisando de uma alternativa para alguns casos e depois de procurar um pouco acabei decidindo pelo Astro, que é a ferramenta que usei para construir essa página.</p>
<h4 class="text-2xl mb-1">Criando uma nova página para usar como perfil profissional</h4>
<p class="text-base md:text-xl mb-4">Apesar dessa página poder servir a esse propósito, acredito que uma em que eu coloque meu portfólio seria mais adequada.</p>

<h4 class="text-2xl mb-1">Criando uma nova página para usar como perfil profissional</h4>
<p class="text-base md:text-xl mb-4">Apesar dessa página poder servir a esse propósito, acredito que uma em que eu coloque meu portfólio seria mais adequada. Estou com esse projeto em pausa até que o o próximo tópico dessa lista se resolva.</p>

<h4 class="text-2xl mb-1">Escrevendo um livro de ficção científica</h4>
<p class="text-base md:text-xl mb-4">Uma ideia antiga tomando forma. Na própria página do livro, o próximo tópico, que vai contar um blog, eu explico a motivação e alguns dos desafios encontrados ao logo do caminho.</p>

<h4 class="text-2xl mb-1">Criando uma nova página para divulgar o livro</h4>
<p class="text-base md:text-xl mb-4">Mais uma página para criar, gerar conteúdo e gerenciar, mas para que o livro tenha alguma chance de dar certo será absolutamente necessário. Além do mais, será divertido, afinal frontend é o que faço nas horas vagas, e nas de trabalho também.</p>
</div>
</div>
</Layout>
Expand Down

0 comments on commit 8053bc8

Please sign in to comment.