Skip to content

Commit 9c74c17

Browse files
committed
xd
1 parent d821517 commit 9c74c17

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+9529
-3640
lines changed

app/Main.tsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@ import SkillsSlider from '@/components/home/Skills'
33
import Project from '@/components/home/Projects'
44
import StudyTimeline from '@/components/home/StudyTimeLine'
55
import AboutMe from '@/components/home/Aboutme'
6-
import Contact from '@/components/home/Contact'
7-
import StickyMenu from '@/components/home/MenuSticky'
6+
import Contact from '@/components/new/Contact'
7+
import StickyMenu from '@/components/new/MenuSticky'
88
import ProjectCardBanner from '@/components/home/idebanner'
9+
import Skills from '@/components/new/Skills'
10+
import Portfolio from '@/components/new/portfolio'
911

1012
export default function Home() {
1113
return (
1214
<>
13-
<StickyMenu />
15+
<StickyMenu />
16+
<Portfolio/>
17+
{/*
1418
<HomeMain />
15-
<SkillsSlider />
19+
<SkillsSlider />s
1620
<ProjectCardBanner />
1721
<StudyTimeline />
1822
<Project />
1923
<AboutMe />
20-
<Contact />
24+
<Contact /> */}
2125
</>
2226
)
2327
}

app/layout.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,21 @@ export default function RootLayout({ children }: { children: React.ReactNode })
9595
<meta name="google-site-verification" content="Gk-A4Ed3U-8D4TRVP_g-o-otIW7fgeZKmi0ItFcH0hw" />
9696
<meta name="google-adsense-account" content="ca-pub-8242522331176450"></meta>
9797
<link rel="alternate" type="application/rss+xml" href={`${basePath}/feed.xml`} />
98-
<body className="bg-white pl-[calc(100vw-100%)] text-black antialiased dark:bg-gray-950 dark:text-white">
98+
<body className="bg-white text-black antialiased dark:bg-black dark:text-white">
9999
<ThemeProviders>
100100
<Analytics analyticsConfig={siteMetadata.analytics as AnalyticsConfig} />
101101
<SectionContainer>
102102
<SearchProvider searchConfig={siteMetadata.search as SearchConfig}>
103+
104+
105+
<div className='background-pattern'>
106+
107+
103108
<Header />
109+
</div>
104110
<main className="mb-auto">{children}</main>
111+
105112
</SearchProvider>
106-
<Footer />
107113
</SectionContainer>
108114
</ThemeProviders>
109115
</body>

app/tag-data.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"typescript": 1,
3-
"nextjs": 6,
4-
"autenticacion": 2,
5-
"supabase": 1,
6-
"nodejs": 1,
7-
"roadmap": 1,
8-
"diseño-web": 1,
2+
"google": 1,
3+
"search-console": 1,
94
"seo": 4,
10-
"mongodb": 1,
11-
"comandos": 2,
12-
"bases-de-datos": 1,
13-
"tutorial": 2,
14-
"sql": 4,
15-
"mysql": 3,
16-
"javascript": 1,
17-
"nextauth": 1,
5+
"nextjs": 6,
186
"apis": 1,
197
"fetch": 1,
208
"axios": 1,
21-
"desarrollo-web": 3,
22-
"rutas": 1,
23-
"git": 1,
249
"github": 1,
2510
"open-source": 1,
2611
"contribuciones": 1,
12+
"desarrollo-web": 3,
13+
"rutas": 1,
14+
"tutorial": 2,
2715
"ngrok": 1,
2816
"pruebas-web": 1,
29-
"google": 1,
30-
"search-console": 1,
3117
"dominios": 1,
3218
"vercel": 1,
33-
"hostinger": 1
19+
"hostinger": 1,
20+
"git": 1,
21+
"javascript": 1,
22+
"mongodb": 1,
23+
"comandos": 2,
24+
"bases-de-datos": 1,
25+
"nextauth": 1,
26+
"autenticacion": 2,
27+
"supabase": 1,
28+
"nodejs": 2,
29+
"roadmap": 1,
30+
"sql": 4,
31+
"mysql": 3,
32+
"diseño-web": 1,
33+
"typescript": 1
3434
}

components/Header.tsx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,28 @@ import SearchButton from './SearchButton'
88
import Image from 'next/image'
99

1010
const Header = () => {
11-
let headerClass = 'flex items-center w-full bg-white dark:bg-gray-950 justify-between py-10'
11+
let headerClass = 'flex items-center w-full justify-between py-10 px-0 md:px-52 '
1212
if (siteMetadata.stickyNav) {
1313
headerClass += ' sticky top-0 z-50'
1414
}
1515

1616
return (
1717
<header className={headerClass}>
1818
<Link href="/" aria-label={siteMetadata.headerTitle}>
19-
<div className="flex items-center justify-between">
20-
<div className="mr-3">
21-
<Logo className="sm:w-18 sm:h-18 h-16 w-16" />
22-
</div>
23-
{typeof siteMetadata.headerTitle === 'string' ? (
24-
<div className="hidden h-6 text-2xl font-semibold sm:block">
25-
{siteMetadata.headerTitle}
26-
</div>
27-
) : (
28-
siteMetadata.headerTitle
29-
)}
30-
</div>
19+
<div className="flex items-center justify-between">
20+
{/* —— Mobile (≤ 767 px): compact icon —— */}
21+
<Logo className="h-14 w-14 block md:hidden" />
22+
23+
{/* —— Desktop (≥ 768 px): full word‑mark —— */}
24+
<Image
25+
src="/dark.png"
26+
alt="Brand logo"
27+
width={208}
28+
height={60}
29+
className="hidden md:block w-52"
30+
priority
31+
/>
32+
</div>
3133
</Link>
3234
<div className="flex items-center space-x-4 leading-5 sm:space-x-6">
3335
<div className="no-scrollbar hidden max-w-40 items-center space-x-4 overflow-x-auto pr-2 sm:flex sm:space-x-6 md:max-w-72 lg:max-w-96">
@@ -44,7 +46,6 @@ const Header = () => {
4446
))}
4547
</div>
4648
<SearchButton />
47-
<ThemeSwitch />
4849
<MobileNav />
4950
</div>
5051
</header>

components/SectionContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ interface Props {
66

77
export default function SectionContainer({ children }: Props) {
88
return (
9-
<section className="mx-auto max-w-3xl px-4 sm:px-6 xl:max-w-5xl xl:px-0">{children}</section>
9+
<section className="mx-auto max-w-13xl px-4 sm:px-6 xl:px-0">{children}</section>
1010
)
1111
}

components/home/Aboutme.tsx

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

components/home/ButtonAvaliable.tsx

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

components/home/Contact.tsx

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

0 commit comments

Comments
 (0)