File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "astro" : " astro"
1010 },
1111 "dependencies" : {
12- "astro" : " 5.7.12 " ,
12+ "astro" : " 5.7.13 " ,
1313 "material-symbols" : " ^0.31.2"
1414 },
1515 "devDependencies" : {
1616 "@biomejs/biome" : " ^1.9.4" ,
1717 "@tailwindcss/vite" : " ^4.1.6" ,
18- "tailwindcss" : " ^4.1.6"
18+ "tailwindcss" : " ^4.1.6" ,
19+ "tailwindcss-animated" : " ^2.0.0"
1920 },
2021 "trustedDependencies" : [
2122 " @biomejs/biome" ,
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ const projects = [
5353 <section id =" home" class =" py-8 scroll-mt-20" >
5454 <div class =" flex flex-col items-center lg:flex-row lg:justify-between" >
5555 <div class =" mb-8 text-center lg:mb-0 lg:text-left lg:w-1/2" >
56- <h1 class =" mb-4 text-5xl font-medium" >Jonas Perusquia Morales</h1 >
57- <h2 class =" mb-6 text-2xl font-light text-blue-300" >Chief Technology Officer</h2 >
58- <p class =" max-w-2xl text-xl text-grayblue-300" >
56+ <h1 class =" mb-4 text-5xl font-medium animate-fade-up animate-delay-300 " >Jonas Perusquia Morales</h1 >
57+ <h2 class =" mb-6 text-2xl font-light text-blue-300 animate-fade-up animate-delay-600 " >Chief Technology Officer</h2 >
58+ <p class =" max-w-2xl text-xl text-grayblue-300 animate-fade-up animate-delay-900 " >
5959 Innovative tech leader with a passion for building scalable solutions and fostering high-performing teams.
6060 </p >
61- <div class =" flex gap-4 mt-6 justify-center lg:justify-start" >
61+ <div class =" flex gap-4 mt-6 justify-center lg:justify-start animate-fade-up animate-delay-1200 " >
6262 {
6363 socialNetworks .map (socialNetwork => (
6464 <a aria-label = { socialNetwork .name } href = { socialNetwork .url } class = " text-grayblue-300 hover:text-blue-300 transition-transform hover:scale-110" >
@@ -70,7 +70,7 @@ const projects = [
7070 }
7171 </div >
7272 </div >
73- <div class =" relative h-64 w-64 overflow-hidden rounded-full border-4 border-blue-300 lg:h-80 lg:w-80" >
73+ <div class =" relative h-64 w-64 overflow-hidden rounded-full border-4 border-blue-300 lg:h-80 lg:w-80 animate-fade-up animate-delay-1600 " >
7474 <Image
7575 src ={ profilePicture }
7676 alt =" Jonas Perusquia Morales"
Original file line number Diff line number Diff line change 11/* @import url("https://fonts.googleapis.com/css?family=Nunito"); */
22@charset "utf-8" ;
33@import 'tailwindcss' ;
4+ @import "tailwindcss-animated" ;
45@import 'material-symbols' layer(utilities);
56
67@theme {
You can’t perform that action at this time.
0 commit comments