<!doctype html>
<html lang="en" class="scroll-smooth">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    
    <title>Rafael Martin Mariano - Software Developer & Network Administrator</title>
<meta name="description" content="Experienced Software Developer & Network Administrator specializing in modern, responsive, and user-focused web applications.">
<meta name="author" content="Rafael">
<meta name="keywords" content="Rafael Martin Mariano, Software Developer, Network Administrator, Full-Stack Developer, Laravel, Statamic, MikroTik, Philippines">



    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1">



<link rel="canonical" href="https://www.rafaelmartinmariano.online/sitemap.xml">

<meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)">


<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">








<meta property="og:type" content="website">
<meta property="og:site_name" content="Rafael Martin Mariano - Software Developer & Network Administrator">
<meta property="og:title" content="Rafael Martin Mariano - Software Developer & Network Administrator">
<meta property="og:description" content="Experienced Software Developer & Network Administrator specializing in modern, responsive, and user-focused web applications.">
<meta property="og:url" content="https://www.rafaelmartinmariano.online/sitemap.xml">
<meta property="og:locale" content="en_US">



<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Rafael Martin Mariano - Software Developer & Network Administrator">
<meta name="twitter:description" content="Experienced Software Developer & Network Administrator specializing in modern, responsive, and user-focused web applications.">




<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Person",
            "@id": "https://www.rafaelmartinmariano.online/#person",
            "name": "Rafael Martin Mariano",
            "url": "https://www.rafaelmartinmariano.online",
            "jobTitle": "Software Developer & Network Administrator",
            "description": "Experienced Software Developer & Network Administrator specializing in modern, responsive, and user-focused web applications.",
            
            "email": "mailto:rafaelmartinmariano@gmail.com",
            "address": {
                "@type": "PostalAddress",
                "addressLocality": "San Jose del Monte",
                "addressRegion": "Bulacan",
                "addressCountry": "PH"
            },
            "knowsAbout": [
                "Software Development",
                "Laravel",
                "Statamic CMS",
                "Full-Stack Web Development",
                "Network Administration",
                "MikroTik",
                "AI Integration"
            ],
            "sameAs": [
                "https://github.com/rafaelmartinmariano","https://www.linkedin.com/in/rafael-martin-mariano-a05746142","https://www.youtube.com/@protikmanager"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.rafaelmartinmariano.online/#website",
            "url": "https://www.rafaelmartinmariano.online",
            "name": "Rafael Martin Mariano - Software Developer & Network Administrator",
            "description": "Experienced Software Developer & Network Administrator specializing in modern, responsive, and user-focused web applications.",
            "inLanguage": "en",
            "publisher": { "@id": "https://www.rafaelmartinmariano.online/#person" }
        }
    ]
}
</script>


    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link
        href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap"
        rel="stylesheet">

    <link rel="preload" as="style" href="https://www.rafaelmartinmariano.online/build/assets/site-CxXfWgzm.css" /><link rel="modulepreload" as="script" href="https://www.rafaelmartinmariano.online/build/assets/site-CbuOTJ1u.js" /><link rel="stylesheet" href="https://www.rafaelmartinmariano.online/build/assets/site-CxXfWgzm.css" /><script type="module" src="https://www.rafaelmartinmariano.online/build/assets/site-CbuOTJ1u.js"></script>

    
    
</head>

<body x-data="site" :class="{ 'overflow-hidden': mobileMenuOpen }"
    class="bg-zinc-50 dark:bg-zinc-950 font-sans text-zinc-700 dark:text-zinc-300 antialiased">
    <header
    :class="scrolled ? 'bg-white/80 dark:bg-zinc-950/80 backdrop-blur-md border-zinc-200/60 dark:border-zinc-800/60 shadow-sm' : 'bg-transparent border-transparent'"
    class="fixed inset-x-0 top-0 z-50 border-b transition-all duration-300"
>
    <nav class="mx-auto flex max-w-7xl items-center justify-between px-4 py-4 sm:px-6 lg:px-8">
        <a
            href="#home"
            @click.prevent="smoothScrollTo('#home')"
            class="group flex items-center gap-2"
        >
            
                <span class="text-xl font-display font-bold tracking-tight text-zinc-900 dark:text-white">
                    Rafael<span class="text-brand-500">.</span>
                </span>
            
        </a>

        <ul class="hidden items-center gap-1 lg:flex">
            
                <li>
                    <a
                        href="#home"
                        @click.prevent="smoothScrollTo('#home')"
                        :class="activeSection === '#home' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        Home
                        <span
                            x-show="activeSection === '#home'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
                <li>
                    <a
                        href="#about"
                        @click.prevent="smoothScrollTo('#about')"
                        :class="activeSection === '#about' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        About
                        <span
                            x-show="activeSection === '#about'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
                <li>
                    <a
                        href="#resume"
                        @click.prevent="smoothScrollTo('#resume')"
                        :class="activeSection === '#resume' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        Resume
                        <span
                            x-show="activeSection === '#resume'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
                <li>
                    <a
                        href="#services"
                        @click.prevent="smoothScrollTo('#services')"
                        :class="activeSection === '#services' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        Services
                        <span
                            x-show="activeSection === '#services'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
                <li>
                    <a
                        href="#portfolio"
                        @click.prevent="smoothScrollTo('#portfolio')"
                        :class="activeSection === '#portfolio' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        Portfolio
                        <span
                            x-show="activeSection === '#portfolio'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
                <li>
                    <a
                        href="#apps"
                        @click.prevent="smoothScrollTo('#apps')"
                        :class="activeSection === '#apps' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        Apps
                        <span
                            x-show="activeSection === '#apps'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
                <li>
                    <a
                        href="#contact"
                        @click.prevent="smoothScrollTo('#contact')"
                        :class="activeSection === '#contact' ? 'text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:text-brand-600 dark:hover:text-brand-400'"
                        class="relative px-4 py-2 text-sm font-medium transition"
                    >
                        Contact
                        <span
                            x-show="activeSection === '#contact'"
                            class="absolute -bottom-0.5 left-1/2 h-0.5 w-6 -translate-x-1/2 rounded-full bg-brand-500"
                        ></span>
                    </a>
                </li>
            
        </ul>

        <div class="flex items-center gap-2">
            <div class="relative" @keydown.escape="colorMenuOpen = false">
                <button
                    @click="colorMenuOpen = !colorMenuOpen"
                    type="button"
                    class="rounded-full p-2.5 text-zinc-600 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800 transition"
                    aria-label="Choose theme color"
                    :aria-expanded="colorMenuOpen"
                >
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
                        <circle cx="13.5" cy="6.5" r=".5" fill="currentColor"/>
                        <circle cx="17.5" cy="10.5" r=".5" fill="currentColor"/>
                        <circle cx="8.5" cy="7.5" r=".5" fill="currentColor"/>
                        <circle cx="6.5" cy="12.5" r=".5" fill="currentColor"/>
                        <path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z"/>
                    </svg>
                </button>

                <div
                    x-show="colorMenuOpen"
                    x-cloak
                    x-transition.origin.top.right
                    @click.outside="colorMenuOpen = false"
                    class="absolute right-0 mt-2 w-56 rounded-2xl border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-900 p-4 shadow-xl"
                >
                    <p class="mb-3 text-xs font-semibold uppercase tracking-wider text-zinc-500 dark:text-zinc-500">Theme Color</p>
                    <div class="grid grid-cols-3 gap-3">
                        <template x-for="theme in themes" :key="theme.key">
                            <button
                                type="button"
                                @click="setThemeColor(theme.key)"
                                :aria-label="theme.label"
                                :title="theme.label"
                                class="flex flex-col items-center gap-1.5"
                            >
                                <span
                                    class="h-8 w-8 rounded-full border border-black/10 dark:border-white/10 transition"
                                    :class="themeColor === theme.key ? 'ring-2 ring-offset-2 ring-offset-white dark:ring-offset-zinc-900 ring-zinc-400 dark:ring-zinc-500 scale-110' : ''"
                                    :style="`background-color: ${theme.shades['500']}`"
                                ></span>
                                <span class="text-[11px] font-medium text-zinc-600 dark:text-zinc-400" x-text="theme.label"></span>
                            </button>
                        </template>
                    </div>
                </div>
            </div>

            <button
                @click="toggleDark()"
                type="button"
                class="rounded-full p-2.5 text-zinc-600 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800 transition"
                aria-label="Toggle dark mode"
            >
                <svg x-show="!darkMode" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
                    <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/>
                </svg>
                <svg x-show="darkMode" x-cloak xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
                    <circle cx="12" cy="12" r="4"/>
                    <path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/>
                    <path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/>
                    <path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/>
                </svg>
            </button>

            

            <a
                href="#contact"
                @click.prevent="smoothScrollTo('#contact')"
                class="hidden md:inline-flex items-center gap-1.5 rounded-full bg-brand-500 px-5 py-2.5 text-sm font-semibold text-white shadow-lg shadow-brand-500/30 transition hover:bg-brand-600 hover:shadow-brand-500/50 hover:-translate-y-0.5"
            >
                Hire Me
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
                    <path d="M5 12h14"/><path d="m12 5 7 7-7 7"/>
                </svg>
            </a>

            <button
                @click="mobileMenuOpen = !mobileMenuOpen"
                type="button"
                class="lg:hidden rounded-md p-2 text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800"
                aria-label="Toggle menu"
            >
                <svg x-show="!mobileMenuOpen" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-6 w-6">
                    <line x1="4" x2="20" y1="6" y2="6"/><line x1="4" x2="20" y1="12" y2="12"/><line x1="4" x2="20" y1="18" y2="18"/>
                </svg>
                <svg x-show="mobileMenuOpen" x-cloak xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-6 w-6">
                    <path d="M18 6 6 18"/><path d="m6 6 12 12"/>
                </svg>
            </button>
        </div>
    </nav>

    <div
        x-show="mobileMenuOpen"
        x-cloak
        x-collapse
        class="lg:hidden overflow-hidden border-t border-zinc-200/60 dark:border-zinc-800/60 bg-white dark:bg-zinc-950"
    >
        <ul class="px-4 py-4 space-y-1">
            
                <li>
                    <a
                        href="#home"
                        @click.prevent="smoothScrollTo('#home')"
                        :class="activeSection === '#home' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        Home
                    </a>
                </li>
            
                <li>
                    <a
                        href="#about"
                        @click.prevent="smoothScrollTo('#about')"
                        :class="activeSection === '#about' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        About
                    </a>
                </li>
            
                <li>
                    <a
                        href="#resume"
                        @click.prevent="smoothScrollTo('#resume')"
                        :class="activeSection === '#resume' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        Resume
                    </a>
                </li>
            
                <li>
                    <a
                        href="#services"
                        @click.prevent="smoothScrollTo('#services')"
                        :class="activeSection === '#services' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        Services
                    </a>
                </li>
            
                <li>
                    <a
                        href="#portfolio"
                        @click.prevent="smoothScrollTo('#portfolio')"
                        :class="activeSection === '#portfolio' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        Portfolio
                    </a>
                </li>
            
                <li>
                    <a
                        href="#apps"
                        @click.prevent="smoothScrollTo('#apps')"
                        :class="activeSection === '#apps' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        Apps
                    </a>
                </li>
            
                <li>
                    <a
                        href="#contact"
                        @click.prevent="smoothScrollTo('#contact')"
                        :class="activeSection === '#contact' ? 'bg-brand-50 dark:bg-brand-500/10 text-brand-600 dark:text-brand-400' : 'text-zinc-700 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-800'"
                        class="block rounded-lg px-4 py-3 text-base font-medium transition"
                    >
                        Contact
                    </a>
                </li>
            
            <li class="pt-2">
                <a
                    href="#contact"
                    @click.prevent="smoothScrollTo('#contact')"
                    class="block rounded-lg bg-brand-500 px-4 py-3 text-center text-base font-semibold text-white"
                >
                    Hire Me
                </a>
            </li>
            
        </ul>
    </div>
</header>


    <main>
        <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <url>
        <loc>https://www.rafaelmartinmariano.online</loc>
        <lastmod>2026-07-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

</urlset>

    </main>

    <footer class="relative overflow-hidden border-t border-zinc-200/60 dark:border-zinc-800/60 bg-zinc-100 dark:bg-zinc-950">
    <div class="absolute inset-0 bg-grid opacity-50 pointer-events-none"></div>

    <div class="relative mx-auto max-w-7xl px-4 py-14 sm:px-6 lg:px-8">
        <div class="grid gap-10 md:grid-cols-3">
            <div>
                <a href="#home" class="text-2xl font-display font-bold tracking-tight text-zinc-900 dark:text-white">
                    Rafael<span class="text-brand-500">.</span>
                </a>
                <p class="mt-3 text-sm leading-relaxed text-zinc-600 dark:text-zinc-400 max-w-sm">
                    Building modern, responsive, and user-focused web applications with a passion for clean code and great experiences.
                </p>
            </div>

            <div>
                <h3 class="text-sm font-semibold uppercase tracking-wider text-zinc-900 dark:text-white">Quick Links</h3>
                <ul class="mt-4 space-y-2">
                    
                        <li>
                            <a
                                href="#home"
                                @click.prevent="smoothScrollTo('#home')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                Home
                            </a>
                        </li>
                    
                        <li>
                            <a
                                href="#about"
                                @click.prevent="smoothScrollTo('#about')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                About
                            </a>
                        </li>
                    
                        <li>
                            <a
                                href="#resume"
                                @click.prevent="smoothScrollTo('#resume')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                Resume
                            </a>
                        </li>
                    
                        <li>
                            <a
                                href="#services"
                                @click.prevent="smoothScrollTo('#services')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                Services
                            </a>
                        </li>
                    
                        <li>
                            <a
                                href="#portfolio"
                                @click.prevent="smoothScrollTo('#portfolio')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                Portfolio
                            </a>
                        </li>
                    
                        <li>
                            <a
                                href="#apps"
                                @click.prevent="smoothScrollTo('#apps')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                Apps
                            </a>
                        </li>
                    
                        <li>
                            <a
                                href="#contact"
                                @click.prevent="smoothScrollTo('#contact')"
                                class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-brand-500 dark:hover:text-brand-400 transition"
                            >
                                Contact
                            </a>
                        </li>
                    
                </ul>
            </div>

            <div>
                <h3 class="text-sm font-semibold uppercase tracking-wider text-zinc-900 dark:text-white">Connect</h3>
                <div class="mt-4 flex flex-wrap gap-2">
                    
                        <a
                            href="https://github.com/rafaelmartinmariano"
                            target="_blank"
                            rel="noopener"
                            aria-label="GitHub"
                            class="flex h-10 w-10 items-center justify-center rounded-full bg-white dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 text-zinc-600 dark:text-zinc-400 hover:bg-brand-500 hover:text-white hover:border-brand-500 transition"
                        >
                            
    <img src="/assets/25231.png" alt="GitHub" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain block dark:hidden" />
    <img src="/assets/25231-white.png" alt="GitHub" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain hidden dark:block" />


                        </a>
                    
                        <a
                            href="https://www.linkedin.com/in/rafael-martin-mariano-a05746142"
                            target="_blank"
                            rel="noopener"
                            aria-label="LinkedIn"
                            class="flex h-10 w-10 items-center justify-center rounded-full bg-white dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 text-zinc-600 dark:text-zinc-400 hover:bg-brand-500 hover:text-white hover:border-brand-500 transition"
                        >
                            
    <img src="/assets/linkedin-light.png" alt="LinkedIn" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain block dark:hidden" />
    <img src="/assets/linkedin-dark.png" alt="LinkedIn" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain hidden dark:block" />


                        </a>
                    
                        <a
                            href="https://www.youtube.com/@protikmanager"
                            target="_blank"
                            rel="noopener"
                            aria-label="Youtube"
                            class="flex h-10 w-10 items-center justify-center rounded-full bg-white dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 text-zinc-600 dark:text-zinc-400 hover:bg-brand-500 hover:text-white hover:border-brand-500 transition"
                        >
                            
    <img src="/assets/15789369.png" alt="Youtube" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain block dark:hidden" />
    <img src="/assets/15789369.png" alt="Youtube" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain hidden dark:block" />


                        </a>
                    
                        <a
                            href="mailto:rafaelmartinmariano@gmail.com"
                            target="_blank"
                            rel="noopener"
                            aria-label="Email"
                            class="flex h-10 w-10 items-center justify-center rounded-full bg-white dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 text-zinc-600 dark:text-zinc-400 hover:bg-brand-500 hover:text-white hover:border-brand-500 transition"
                        >
                            
    <img src="/assets/gmail-icon-free-png-(1).png" alt="Email" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain block dark:hidden" />
    <img src="/assets/gmail-icon-free-png-(1).png" alt="Email" width="20" height="20" loading="lazy" decoding="async" class="h-5 w-5 object-contain hidden dark:block" />


                        </a>
                    
                </div>
            </div>
        </div>

        <div class="mt-10 flex flex-col items-center justify-between gap-3 border-t border-zinc-200/60 dark:border-zinc-800/60 pt-6 md:flex-row">
            <p class="text-sm text-zinc-500 dark:text-zinc-500">
                © 2026 Rafael Martin Mariano. All rights reserved.
            </p>
            <p class="text-xs text-zinc-500 dark:text-zinc-500">
                Built with <span class="text-brand-500 font-semibold">Statamic</span>, Laravel &amp; Tailwind CSS
            </p>
        </div>
    </div>
</footer>


    <a href="#home" @click.prevent="smoothScrollTo('#home')" x-show="scrolled" x-transition.opacity
        class="fixed bottom-6 right-6 z-40 flex h-12 w-12 items-center justify-center rounded-full bg-brand-500 text-white shadow-lg shadow-brand-500/40 transition hover:bg-brand-600 hover:scale-110"
        aria-label="Back to top">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2"
            stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
            <path d="M12 19V5" />
            <path d="m5 12 7-7 7 7" />
        </svg>
    </a>
</body>

</html>