File tree Expand file tree Collapse file tree 3 files changed +56
-5
lines changed Expand file tree Collapse file tree 3 files changed +56
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,26 @@ const Biography = () => {
1010
1111 < div className = "px-4" >
1212 < p className = "mb-5" >
13- Willy David Da Conceicao Nacio en Venezuela justo cuando ocurria el
14- crash de la
13+ ¡Hola! Soy Willy David Da Conceicao, desarrollador frontend y
14+ apasionado por la tecnología. Nací en Venezuela durante la ocurrencia
15+ de la
1516 < a
1617 href = "https://chat.openai.com/share/ec8c0a55-2990-4f0a-97d9-743916d87af1"
1718 rel = "noopener noreferrer"
1819 target = "_blank"
1920 className = "pl-1 text-blue-300 underline items-center justify-center inline-flex"
2021 >
2122 burbuja puntocom < HiOutlineExternalLink className = "ml-1" />
22- </ a > { " " }
23- Hoy vive en Bogotá, Colombia, como nómada digital.{ " " }
23+ </ a >
24+ . Soy un autodidacta comprometido con el aprendizaje continuo y me
25+ encanta leer sobre una variedad de temas. Tengo experiencia en
26+ desarrollo web, construyendo software con React y otras tecnologías.
27+ Aunque mi especialidad es el frontend, también tengo habilidades en
28+ backend y en el desarrollo de aplicaciones móviles híbridas. Me
29+ interesa el modelado 3D y actualmente estoy incursionando en el
30+ desarrollo de videojuegos. Siempre busco aprender nuevas cosas que me
31+ apasionan. Me encantan los desafíos y disfruto creando código
32+ escalable.
2433 </ p >
2534
2635 < div className = "grid gap-4 mx-4 sm:grid-cols-12" >
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from "react";
22import Image from "next/image" ;
33import Typewriter from "typewriter-effect" ;
44import { HiOutlineArrowNarrowRight } from "react-icons/hi" ;
5+ import { FaInfoCircle } from "react-icons/fa" ;
56import { Animation } from "../animations/animation" ;
67
78const Hero = ( ) => {
@@ -46,12 +47,35 @@ const Hero = () => {
4647 < a
4748 href = "#projects"
4849 type = "button"
49- className = "text-white mt-4 flex items-center justify-center w-full border focus:ring-4 focus:outline-none focus:ring-white font-medium rounded-xl text-sm px-5 py-2.5 text-center mr-2 mb-2"
50+ className = "hover:bg-white hover:text-main transition-colors text-white mt-4 flex items-center justify-center w-full border focus:ring-4 focus:outline-none focus:ring-white font-medium rounded-xl text-sm px-5 py-2.5 text-center mr-2 mb-2"
5051 >
5152 Ver proyectos
5253 < HiOutlineArrowNarrowRight className = "ml-3 text-lg" />
5354 </ a >
5455 </ Animation >
56+ < Animation
57+ in
58+ delay = { 900 }
59+ from = { {
60+ transform : "translateY(50px)" ,
61+ } }
62+ to = { {
63+ transform : "translateY(0px)" ,
64+ } }
65+ >
66+ < a
67+ href = "#iframeChatbotPicassoia"
68+ type = "button"
69+ className = "hover:bg-white hover:text-main transition-colors text-white mt-4 flex items-center justify-center w-full border focus:ring-4 focus:outline-none focus:ring-white font-medium rounded-xl text-sm px-5 py-2.5 text-center mr-2 mb-2"
70+ >
71+ Chatbot IA con datos de Willy
72+ < HiOutlineArrowNarrowRight className = "ml-3 text-lg" />
73+ </ a >
74+ < p className = "text-xs flex items-center text-gray-400" >
75+ < FaInfoCircle className = "mr-2" />
76+ Chatbot IA entrenado con datos de Willy de este portafolio.
77+ </ p >
78+ </ Animation >
5579 </ div >
5680
5781 < Animation
Original file line number Diff line number Diff line change @@ -42,6 +42,24 @@ export default function Home() {
4242 < Biography />
4343 < Projects />
4444 < Experience />
45+ < div className = "mb-12 scroll-m-12" id = "iframeChatbotPicassoia" >
46+ < h2 className = "text-3xl mb-6 font-semibold text-center px-4 md:text-left" >
47+ Chatea conmigo
48+ </ h2 >
49+
50+ < div
51+ id = "iframeChatbotPicassoia"
52+ className = "rounded-3xl overflow-hidden"
53+ >
54+ < iframe
55+ src = "https://picassoia.com/chatbot-iframe?uid=yxbtT8Bq6neUZwO1NxwUz5ADx8q2& chatbot_id = 13360 cf7 - 351 d-4427-87f4-0644de85c88f "
56+ width = "100%"
57+ style = { { height : "100%" , minHeight : 700 } }
58+ frameBorder = { 0 }
59+ />
60+ </ div >
61+ </ div >
62+
4563 < Skills />
4664 </ main >
4765 < Footer />
You can’t perform that action at this time.
0 commit comments