From 8a964665715c33be26eb481271f3ad82e8410048 Mon Sep 17 00:00:00 2001 From: AmbrizAlberto Date: Sat, 27 Apr 2024 19:24:08 -0600 Subject: [PATCH] Responsive Fixed --- .../components/espa\303\261ol/aboutme.jsx" | 2 +- .../components/espa\303\261ol/contactme.jsx" | 0 .../components/espa\303\261ol/creator.jsx" | 0 .../components/espa\303\261ol/navbar.jsx" | 4 +- .../components/espa\303\261ol/projects.jsx" | 22 +++---- .../espa\303\261ol/tecnologies.jsx" | 0 app/components/{ => ingles}/aboutmeen.jsx | 2 +- app/components/{ => ingles}/contactmeen.jsx | 0 app/components/{ => ingles}/creatoren.jsx | 0 app/components/{ => ingles}/navbaren.jsx | 4 +- app/components/{ => ingles}/projectsen.jsx | 18 +++--- app/components/{ => ingles}/tecnologiesen.jsx | 0 app/components/pageen.jsx | 64 ------------------- app/css/mainrespons.css | 28 ++------ app/css/modal.css | 15 ++--- app/page.jsx | 25 ++++---- 16 files changed, 48 insertions(+), 136 deletions(-) rename app/components/aboutme.jsx => "app/components/espa\303\261ol/aboutme.jsx" (96%) rename app/components/contactme.jsx => "app/components/espa\303\261ol/contactme.jsx" (100%) rename app/components/creator.jsx => "app/components/espa\303\261ol/creator.jsx" (100%) rename app/components/navbar.jsx => "app/components/espa\303\261ol/navbar.jsx" (85%) rename app/components/projects.jsx => "app/components/espa\303\261ol/projects.jsx" (95%) rename app/components/tecnologies.jsx => "app/components/espa\303\261ol/tecnologies.jsx" (100%) rename app/components/{ => ingles}/aboutmeen.jsx (96%) rename app/components/{ => ingles}/contactmeen.jsx (100%) rename app/components/{ => ingles}/creatoren.jsx (100%) rename app/components/{ => ingles}/navbaren.jsx (85%) rename app/components/{ => ingles}/projectsen.jsx (96%) rename app/components/{ => ingles}/tecnologiesen.jsx (100%) delete mode 100644 app/components/pageen.jsx diff --git a/app/components/aboutme.jsx "b/app/components/espa\303\261ol/aboutme.jsx" similarity index 96% rename from app/components/aboutme.jsx rename to "app/components/espa\303\261ol/aboutme.jsx" index 04beef4..c2e612c 100644 --- a/app/components/aboutme.jsx +++ "b/app/components/espa\303\261ol/aboutme.jsx" @@ -1,5 +1,5 @@ import Image from 'next/image'; -import miImagen from '../images/1mb.jpeg'; +import miImagen from '../../images/1mb.jpeg'; const Aboutme = () => { const downloadCV = "./CV.pdf"; diff --git a/app/components/contactme.jsx "b/app/components/espa\303\261ol/contactme.jsx" similarity index 100% rename from app/components/contactme.jsx rename to "app/components/espa\303\261ol/contactme.jsx" diff --git a/app/components/creator.jsx "b/app/components/espa\303\261ol/creator.jsx" similarity index 100% rename from app/components/creator.jsx rename to "app/components/espa\303\261ol/creator.jsx" diff --git a/app/components/navbar.jsx "b/app/components/espa\303\261ol/navbar.jsx" similarity index 85% rename from app/components/navbar.jsx rename to "app/components/espa\303\261ol/navbar.jsx" index b921acc..1615ba8 100644 --- a/app/components/navbar.jsx +++ "b/app/components/espa\303\261ol/navbar.jsx" @@ -6,7 +6,7 @@ import Link from 'next/link'; /* IMPORT CSS */ -import "../css/navbar.css" +import "../../css/navbar.css" /* BOOTSTRAP ICONS */ import 'bootstrap-icons/font/bootstrap-icons.css'; @@ -22,7 +22,7 @@ export default function Navbar() {
Inicio - EN / ES + EN / ES En solitario En grupo
diff --git a/app/components/projects.jsx "b/app/components/espa\303\261ol/projects.jsx" similarity index 95% rename from app/components/projects.jsx rename to "app/components/espa\303\261ol/projects.jsx" index 29165ec..315d90c 100644 --- a/app/components/projects.jsx +++ "b/app/components/espa\303\261ol/projects.jsx" @@ -3,17 +3,17 @@ import Image from 'next/image'; import { X } from 'react-feather'; import React, { useState } from 'react'; -import HyH from '../images/HarmonyAndHeavenM.jpg'; -import HyH1 from '../images/HarmonyAndHeavenL.jpg'; -import PEE from '../images/PickEm.jpg'; -import PEE1 from '../images/PickEm1.jpg'; -import PEE2 from '../images/PickEm2.jpg'; -import BB from '../images/BB1.jpg'; -import BB1 from "../images/BB2.jpeg"; +import HyH from '../../images/HarmonyAndHeavenM.jpg'; +import HyH1 from '../../images/HarmonyAndHeavenL.jpg'; +import PEE from '../../images/PickEm.jpg'; +import PEE1 from '../../images/PickEm1.jpg'; +import PEE2 from '../../images/PickEm2.jpg'; +import BB from '../../images/BB1.jpg'; +import BB1 from "../../images/BB2.jpeg"; -import "../css/modal.css"; -import "../css/project.css"; +import "../../css/modal.css"; +import "../../css/project.css"; const Proyectos = () => { const [modalOpen, setModalOpen] = useState(false); @@ -39,8 +39,8 @@ const Proyectos = () => { } return ( -
-

PROYECTOS

+
+

PROYECTOS