@@ -3,37 +3,40 @@ import { Planets } from '@/components/Planets'
33import { Section } from '@/components/Section'
44
55const { Container, Header, Title, Description, Content } = Section
6- const { MongoDB } = Planets
6+ const { MongoDB, Decorative } = Planets
77
88const PresentationSection = ( ) => (
9- < Container className = "mb-24 w-full border-0 bg-inherit shadow-none lg:mb-44 " >
9+ < Container className = "mb-32 w-full border-0 bg-inherit shadow-none lg:mb-52 " >
1010 < Header className = "bg-gradient-to-l from-emerald-200 from-10% to-white bg-clip-text text-transparent" >
11- < MongoDB className = "-top-10 right-0 -z-10 animate-wiggle animate-duration-[40s] animate-infinite " />
11+ < MongoDB className = "-top-28 right-0 -z-10" />
1212 < Title > Software Engineer</ Title >
1313 < Description > Pragmatism and creativity to create new things</ Description >
14- < div className = "absolute bottom-0 right-0 h-1 w-1 rounded-full bg-cyan-500 blur-sm" > </ div >
14+ < Decorative className = "absolute bottom-0 right-0 h-1 w-1 rounded-full bg-cyan-500 blur-sm" / >
1515 </ Header >
16- < Content className = "relative flex flex-col px- 8 align-middle lg:grid lg:grid-cols-2" >
17- < div className = "absolute bottom-0 right-20 h-1 w-1 rounded-full bg-cyan-500 blur-sm" > </ div >
16+ < Content className = "relative gap- 8 align-middle lg:grid-cols-2" >
17+ < Decorative className = "absolute bottom-0 right-20 h-1 w-1 rounded-full bg-cyan-500 blur-sm" / >
1818
19- < div className = "absolute bottom-0 left-0 h-1 w-1 rounded-full bg-yellow-500 blur-sm" > </ div >
19+ < Decorative className = "absolute bottom-0 left-0 h-1 w-1 rounded-full bg-yellow-500 blur-sm" / >
2020 < div >
2121 < p >
2222 I have worked since 2019 with development using VBA, Python to create
2323 macros and other automations, and Nocode websites. Since January 2022,
2424 I've been working with FullStack web development. I'm graduating from
2525 physics and starting a software engineering degree.
2626 </ p >
27- </ div >
28- < div >
2927 < p >
3028 I'm working on building web solutions with NodeJS, NextJS, and tests
3129 with Jest, database SQL and NoSQL, Docker, deploy servers, and
3230 serveless environments with CI/CD. I selected other languages to be
33- familiar with and probably work with. The objective is to build a
34- solid base of knowledge and experience to solve problems and create
35- new things, regardless of the tools, framework, or technology. Until
36- then, I will become a specialist in what I do now.
31+ familiar with and probably work with.
32+ </ p >
33+ </ div >
34+ < div >
35+ < p >
36+ The objective is to build a solid base of knowledge and experience to
37+ solve problems and create new things, regardless of the tools,
38+ framework, or technology. Until then, I will become a specialist in
39+ what I do now.
3740 </ p >
3841 </ div >
3942 </ Content >
0 commit comments