Skip to content

Commit f3e238d

Browse files
committed
xd
1 parent 9c74c17 commit f3e238d

File tree

10 files changed

+112
-957
lines changed

10 files changed

+112
-957
lines changed

app/tag-data.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"hostinger": 1,
2020
"git": 1,
2121
"javascript": 1,
22-
"mongodb": 1,
23-
"comandos": 2,
24-
"bases-de-datos": 1,
22+
"nodejs": 2,
23+
"roadmap": 1,
2524
"nextauth": 1,
2625
"autenticacion": 2,
2726
"supabase": 1,
28-
"nodejs": 2,
29-
"roadmap": 1,
27+
"mongodb": 1,
28+
"comandos": 2,
29+
"bases-de-datos": 1,
3030
"sql": 4,
3131
"mysql": 3,
3232
"diseño-web": 1,

components/new/Folder.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import React, { useState } from "react";
2-
import SocialIcon from "../social-icons";
3-
import { Github, Linkedin, Twitter } from "../social-icons/icons";
4-
import { TwitterIcon } from "lucide-react";
52
import Image from "next/image";
63
import Link from "next/link";
74

components/new/Header.tsx

Whitespace-only changes.

components/new/ProjectSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { useEffect, useRef, useState } from "react"
44
import { gsap } from "gsap"
55
import { ScrollTrigger } from "gsap/ScrollTrigger"
6-
import { ExternalLink, Github, Code, X } from "lucide-react" // Added X for close button
6+
import { ExternalLink, Github, X } from "lucide-react" // Added X for close button
77
import SectionName from "./Section"
88

99
if (typeof window !== "undefined") {

components/new/Section.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
import { Code } from "lucide-react"
32
import { useEffect, useRef } from "react"
43
import { gsap } from "gsap"
54
import Image from "next/image"

components/new/Skills.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/new/contact-section.tsx

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)