File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ export const getStaticPaths = () =>
2020<Layout title =" Juan Felipe Rada | Portfolio" variant =" radapls" >
2121 <Home />
2222 <About />
23- <Skills />
2423 <Experience />
25- <Hobbies />
2624 <Portfolio />
2725 <CTA />
26+ <Skills />
27+ <Hobbies />
2828 <ContactMeForm />
2929</Layout >
Original file line number Diff line number Diff line change @@ -81,35 +81,6 @@ const t = useTranslations(Astro.currentLocale as Lang);
8181 })}
8282 link =" https://a-casa-nostra.vercel.app/"
8383 />
84- <PortfolioCard
85- bgImage ={ Pokedex }
86- title ={ t ({
87- en: ' Pokedex' ,
88- es: ' Pokedex' ,
89- ' pt-br' : ' Pokédex' ,
90- })}
91- description ={ t ({
92- en: ' Pokedex project created with Angular 12 and PokeApi' ,
93- es: ' Proyecto Pokedex creado con Angular 12 y PokeApi' ,
94- ' pt-br' : ' Projeto Pokedex criado con Angular 12 e PokeApi' ,
95- })}
96- link =" https://radapls.github.io/Pokedex/"
97- />
98- <PortfolioCard
99- bgImage ={ World }
100- title ={ t ({
101- en: ' Encyclopedia of Countries' ,
102- es: ' Enciclopedia de Países' ,
103- ' pt-br' : ' Enciclopédia de Países' ,
104- })}
105- description ={ t ({
106- en: ' Project of the countries of the world as a Wiki created with Angular 14 and CountryRestApi' ,
107- es: ' Proyecto de los países del mundo a modo de Wiki creado con Angular 14 y CountryRestApi' ,
108- ' pt-br' :
109- ' Projeto dos países do mundo como um Wiki criado com Angular 14 e CountryRestApi' ,
110- })}
111- link =" https://radapls.github.io/country-stats/"
112- />
11384 <PortfolioCard
11485 bgImage ={ SpaceInvaders }
11586 title ={ t ({
You can’t perform that action at this time.
0 commit comments