Skip to content

Commit 08a0ab3

Browse files
committed
upload 1.4
1 parent 02f8b2e commit 08a0ab3

File tree

6 files changed

+40
-15
lines changed

6 files changed

+40
-15
lines changed

src/components/ImgCard.jsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function ImgCard() {
3333
<Card
3434
as={Link}
3535
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]"
3737
>
3838
<CardHeader className="absolute z-10 top-1 flex-col !items-start">
3939
<p className="text-tiny text-white/60 uppercase font-bold">
@@ -54,7 +54,7 @@ export default function ImgCard() {
5454
<Card
5555
as={Link}
5656
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]"
5858
>
5959
<CardHeader className="absolute z-10 top-1 flex-col !items-start">
6060
<p className="text-tiny text-white/60 uppercase font-bold">
@@ -72,7 +72,7 @@ export default function ImgCard() {
7272
src={webEj}
7373
/>
7474
</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]">
7676
<CardHeader className="absolute z-10 top-1 flex-col !items-start">
7777
<p className="text-tiny text-white/60 uppercase font-bold">
7878
React + Next UI
@@ -114,7 +114,7 @@ export default function ImgCard() {
114114
color="primary"
115115
variant="shadow"
116116
radius="full"
117-
size="sm"
117+
size="lg"
118118
onClick={handleWhatsapp}
119119
>
120120
Whatsappeame
@@ -153,7 +153,7 @@ export default function ImgCard() {
153153
</p>
154154
</div>
155155
</div>
156-
<Button radius="full" size="sm" onClick={openGithub}>
156+
<Button radius="full" variant="shadow" size="lg" onClick={openGithub}>
157157
Github
158158
</Button>
159159
</CardFooter>

src/components/NavBar.jsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
import { MoonIcon } from "../Icons/MoonIcon.jsx";
2020
import { SunIcon } from "../Icons/SunIcon.jsx";
2121
//import { AcmeLogo } from "../AcmeLogo.jsx";
22-
import Logo from "../img/Logo.png";
22+
import Logo from "../img/Logo2.png";
2323
import {
2424
ChevronDown,
2525
Lock,
@@ -112,7 +112,9 @@ export default function NavBar() {
112112
className="hidden"
113113
/>
114114
<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>
116118
</NavbarBrand>
117119
</NavbarContent>
118120

src/img/ComicEjIA.png

562 KB
Loading

src/pages/Home.jsx

+15
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ export default function Home() {
2121
<>
2222
<Navbar />
2323
<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&nbsp;
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&nbsp;
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>
2439
<TechCard />
2540

2641
<Contact />

src/pages/Ia.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Card, Image, CardHeader, Divider } from "@nextui-org/react";
33
import NavBar from "../components/NavBar";
44
import Fondo from "../img/Fondo.png";
5-
import Fondo1 from "../img/Fondo1.png";
5+
import ComicEjIA from "../img/ComicEjIA.png";
66
import CardData from "../components/CardData";
77
import TableCustom from "../components/TableCustom";
88
import Footer from "../components/Footer";
@@ -51,8 +51,8 @@ export default function Ia() {
5151
<div className="lg:w-3/5 my-auto">
5252
<TableCustom className="h-full " />
5353
</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" />
5656
</div>
5757
</div>
5858
<Contact />

src/pages/Web.jsx

+13-5
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,21 @@ export default function Web() {
4747
<CustomButton />
4848
</Card>
4949
</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&nbsp;
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>
5057

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>
5163
<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>
5765
<div className="lg:w-3/5">
5866
<ImgCardWeb />
5967
</div>

0 commit comments

Comments
 (0)