@@ -49,26 +49,26 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
4949 } }
5050 />
5151 < div className = "columns-1 gap-4 sm:columns-2 xl:columns-3 2xl:columns-4" >
52- < div className = "after:content relative mb-5 flex h-[629px] flex-col items-center justify-end gap-4 overflow-hidden rounded-lg bg-white/10 px-6 pb-16 text-center text-white shadow-highlight after:pointer-events-none after:absolute after:inset-0 after:rounded-lg after:shadow-highlight lg:pt-0" >
52+ < div className = "after:content relative mb-5 flex h-[629px] flex-col items-center justify-end gap-4 overflow-hidden rounded-lg bg-jsconf-yellow px-6 pb-16 text-center text-white shadow-highlight after:pointer-events-none after:absolute after:inset-0 after:rounded-lg after:shadow-highlight lg:pt-0" >
5353 < div className = "absolute inset-0 z-0 flex items-center justify-center opacity-20" >
5454 < span className = "flex max-h-full max-w-full items-center justify-center" >
5555 { /* <Bridge /> */ }
5656 </ span >
5757 < span className = "absolute left-0 right-0 bottom-0 h-[400px] bg-gradient-to-b from-black/0 via-black to-black" > </ span >
5858 </ div >
59- < Logo />
60- < h1 className = "mt-8 mb-4 text-base font-bold uppercase tracking-widest" >
59+ < Logo color = "#000" />
60+ < h1 className = "mt-8 mb-4 text-black font-bold uppercase tracking-widest font-koulen " >
6161 JSConf CHILE 2023
6262 </ h1 >
63- < p className = "z-10 max-w-[40ch] text-white/75 sm:max-w-[32ch]" >
63+ < p className = "z-10 max-w-[40ch] text-black/80 sm:max-w-[32ch]" >
6464 Revive la primera conferencia de JavaScript de Chile! Tienes fotos
6565 que quieras agregar?{ " " }
6666 < a className = "font-bold" href = "mailto:[email protected] " > 67676868 </ a >
6969 </ p >
7070 < a
71- className = "pointer z-10 mt-6 rounded-lg border border-white bg-white px-3 py-2 text-sm font-semibold text-black transition hover:bg-white/10 hover:text-white md:mt-4"
71+ className = "pointer z-10 mt-6 rounded-lg border border-black bg-black px-3 py-2 text-sm font-semibold text-white transition hover:bg-white/10 hover:text-white md:mt-4 bg-black "
7272 href = "https://github.com/JSConfCL/2023_images"
7373 target = "_blank"
7474 rel = "noreferrer"
@@ -115,7 +115,7 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
115115 < a
116116 href = "https://santoremedio.cl/"
117117 target = "_blank"
118- className = "font-bold hover:text-white"
118+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen "
119119 rel = "noreferrer"
120120 >
121121 Santo Remedio
@@ -124,7 +124,7 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
124124 < a
125125 href = "https://jsconf.cl/"
126126 target = "_blank"
127- className = "font-bold hover:text-white"
127+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen "
128128 rel = "noreferrer"
129129 >
130130 Corporación JavaScript Chile
@@ -136,7 +136,7 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
136136 < a
137137 href = "https://www.linkedin.com/company/jsconf-chile"
138138 target = "_blank"
139- className = "font-bold hover:text-white"
139+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen "
140140 rel = "noreferrer"
141141 >
142142 Linkedin
@@ -145,7 +145,7 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
145145 < a
146146 href = "https://twitter.com/jsconfcl"
147147 target = "_blank"
148- className = "font-bold hover:text-white"
148+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen "
149149 rel = "noreferrer"
150150 >
151151 Twitter
@@ -154,7 +154,7 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
154154 < a
155155 href = "https://www.instagram.com/jsconf.cl/"
156156 target = "_blank"
157- className = "font-bold hover:text-white"
157+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen "
158158 rel = "noreferrer"
159159 >
160160 Instagram
@@ -163,12 +163,24 @@ const Home: NextPage = ({ images }: { images: ImageProps[] }) => {
163163 < a
164164 href = "https://www.facebook.com/jsconfcl"
165165 target = "_blank"
166- className = "font-bold hover:text-white"
166+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen "
167167 rel = "noreferrer"
168168 >
169169 Facebook
170170 </ a >
171171 </ div >
172+ < div >
173+ Esta galería es un fork de { " " }
174+ < a
175+ href = "https://nextjsconf-pics.vercel.app/"
176+ target = "_blank"
177+ className = "font-bold text-jsconf-yellow hover:text-white font-koulen"
178+ rel = "noreferrer"
179+ >
180+ NEXT.js CONF Gallery
181+ </ a >
182+ </ div >
183+
172184 </ footer >
173185 </ >
174186 ) ;
0 commit comments