File tree 6 files changed +40
-15
lines changed
6 files changed +40
-15
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function ImgCard() {
33
33
< Card
34
34
as = { Link }
35
35
to = "/APMC.github.io/IA"
36
- className = "col-span-12 sm:col-span-4 h-[300px]"
36
+ className = "col-span-12 sm:col-span-7 h-[300px]"
37
37
>
38
38
< CardHeader className = "absolute z-10 top-1 flex-col !items-start" >
39
39
< p className = "text-tiny text-white/60 uppercase font-bold" >
@@ -54,7 +54,7 @@ export default function ImgCard() {
54
54
< Card
55
55
as = { Link }
56
56
to = "/APMC.github.io/Web"
57
- className = "col-span-12 sm:col-span-4 h-[300px]"
57
+ className = "w-full col-span-12 sm:col-span-5 h-[300px]"
58
58
>
59
59
< CardHeader className = "absolute z-10 top-1 flex-col !items-start" >
60
60
< p className = "text-tiny text-white/60 uppercase font-bold" >
@@ -72,7 +72,7 @@ export default function ImgCard() {
72
72
src = { webEj }
73
73
/>
74
74
</ Card >
75
- < Card className = "col-span-12 sm:col-span-4 h-[300px]" >
75
+ < Card className = " hidden col-span-12 sm:col-span-4 h-[300px]" >
76
76
< CardHeader className = "absolute z-10 top-1 flex-col !items-start" >
77
77
< p className = "text-tiny text-white/60 uppercase font-bold" >
78
78
React + Next UI
@@ -114,7 +114,7 @@ export default function ImgCard() {
114
114
color = "primary"
115
115
variant = "shadow"
116
116
radius = "full"
117
- size = "sm "
117
+ size = "lg "
118
118
onClick = { handleWhatsapp }
119
119
>
120
120
Whatsappeame
@@ -153,7 +153,7 @@ export default function ImgCard() {
153
153
</ p >
154
154
</ div >
155
155
</ div >
156
- < Button radius = "full" size = "sm " onClick = { openGithub } >
156
+ < Button radius = "full" variant = "shadow" size = "lg " onClick = { openGithub } >
157
157
Github
158
158
</ Button >
159
159
</ CardFooter >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
19
19
import { MoonIcon } from "../Icons/MoonIcon.jsx" ;
20
20
import { SunIcon } from "../Icons/SunIcon.jsx" ;
21
21
//import { AcmeLogo } from "../AcmeLogo.jsx";
22
- import Logo from "../img/Logo .png" ;
22
+ import Logo from "../img/Logo2 .png" ;
23
23
import {
24
24
ChevronDown ,
25
25
Lock ,
@@ -112,7 +112,9 @@ export default function NavBar() {
112
112
className = "hidden"
113
113
/>
114
114
< NavbarBrand >
115
- < Image width = "60px" src = { Logo } alt = "logo" > </ Image >
115
+ < Link href = "/APMC.github.io/" aria-current = "page" >
116
+ < Image width = "60px" src = { Logo } alt = "logo" > </ Image >
117
+ </ Link >
116
118
</ NavbarBrand >
117
119
</ NavbarContent >
118
120
Original file line number Diff line number Diff line change @@ -21,6 +21,21 @@ export default function Home() {
21
21
< >
22
22
< Navbar />
23
23
< ImgCard />
24
+ < div className = "lg:w-3/5 inline-block my-auto " >
25
+ < h1 className = "tracking-tight inline font-semibold text-[2.5rem] lg:text-5xl" >
26
+ Estas son las
27
+ </ h1 >
28
+ < h1 className = "tracking-tight inline font-semibold from-[#FF1CF7] to-[#b249f8] text-[2.5rem] lg:text-5xl bg-clip-text text-transparent bg-gradient-to-b" >
29
+ tecnologías
30
+ </ h1 >
31
+ < h1 className = "tracking-tight inline font-semibold text-[2.5rem] lg:text-5xl" >
32
+ que usamos en nuestro día a día
33
+ </ h1 >
34
+ < p className = "w-full md:w-1/2 my-2 text-lg lg:text-xl font-normal text-default-500 block max-w-full !w-full text-center md:text-left" >
35
+ Siempre estamos buscando nuevas tecnologías para mejorar nuestras
36
+ soluciones y ofrecer un mejor servicio.
37
+ </ p >
38
+ </ div >
24
39
< TechCard />
25
40
26
41
< Contact />
Original file line number Diff line number Diff line change 2
2
import { Card , Image , CardHeader , Divider } from "@nextui-org/react" ;
3
3
import NavBar from "../components/NavBar" ;
4
4
import Fondo from "../img/Fondo.png" ;
5
- import Fondo1 from "../img/Fondo1 .png" ;
5
+ import ComicEjIA from "../img/ComicEjIA .png" ;
6
6
import CardData from "../components/CardData" ;
7
7
import TableCustom from "../components/TableCustom" ;
8
8
import Footer from "../components/Footer" ;
@@ -51,8 +51,8 @@ export default function Ia() {
51
51
< div className = "lg:w-3/5 my-auto" >
52
52
< TableCustom className = "h-full " />
53
53
</ div >
54
- < div className = "lg:w-2/5 my-auto" >
55
- < Image src = { Fondo1 } alt = "fondo IA" className = "h-full" />
54
+ < div className = "sm:block hidden lg:w-2/5 my-auto" >
55
+ < Image src = { ComicEjIA } alt = "fondo IA" className = "h-full" />
56
56
</ div >
57
57
</ div >
58
58
< Contact />
Original file line number Diff line number Diff line change @@ -47,13 +47,21 @@ export default function Web() {
47
47
< CustomButton />
48
48
</ Card >
49
49
</ div >
50
+ < div className = "lg:w-3/5 inline-block my-auto " >
51
+ < h1 className = "tracking-tight inline font-semibold text-[2.5rem] lg:text-5xl" >
52
+ Formas de realizar tu propio
53
+ </ h1 >
54
+ < h1 className = "tracking-tight inline font-semibold from-[#5EA2EF] to-[#0072F5] text-4xl lg:text-6xl bg-clip-text text-transparent bg-gradient-to-b" >
55
+ MARKETPLACE
56
+ </ h1 >
50
57
58
+ < p className = "w-full md:w-1/2 my-2 text-lg lg:text-xl font-normal text-default-500 block max-w-full !w-full text-center md:text-left" >
59
+ Te ofrecemos apoyo y mantenimiento mensual gratuito si es tu primera
60
+ vez
61
+ </ p >
62
+ </ div >
51
63
< div className = "flex flex-col lg:flex-row gap-1 p-4 h-full" >
52
- < div className = "lg:w-2/5 my-auto" >
53
- < h1 className = "tracking-tight inline font-semibold from-[#5EA2EF] to-[#0072F5] text-4xl lg:text-6xl bg-clip-text text-transparent bg-gradient-to-b" >
54
- MARKETPLACE
55
- </ h1 >
56
- </ div >
64
+ < div className = "lg:w-2/5 my-auto" > </ div >
57
65
< div className = "lg:w-3/5" >
58
66
< ImgCardWeb />
59
67
</ div >
You can’t perform that action at this time.
0 commit comments