DEV Community

SRM卝SAMIヅ
SRM卝SAMIヅ

Posted on

Md Sami Miah (SRM SAMI) | Portfolio Website

This is a professional image of Md Sami Miah, also known as SRM SAMI, a top freelancer and digital marketer from Bangladesh 🇧🇩. Expert in YouTube Promotion, SEO, Thumbnail Design, Video Editing, Google Ads, Affiliate Marketing, Graphics Design, and Website Design & Development. Perfect for showcasing modern digital marketing services online.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Md Sami Miah (SRM SAMI) | Portfolio</title>
    <!-- Google SEO Meta Tags -->
    <meta name="description" content="Official portfolio website of Md Sami Miah (SRM SAMI). Web Developer and Digital Enthusiast.">
    <meta name="keywords" content="Md Sami Miah, SRM SAMI, srmsami-fl, srmsami.fl, Web Developer">

    <!-- Google Fonts & FontAwesome Icons -->
    <link href="https://googleapis.com" rel="stylesheet">
    <link rel="stylesheet" href="https://cloudflare.com">

    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }
        body {
            background-color: #0f172a;
            color: #f8fafc;
            line-height: 1.6;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        /* Header & Navigation */
        header {
            position: fixed;
            width: 100%;
            top: 0;
            background: rgba(15, 23, 42, 0.9);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid #1e293b;
        }
        .nav-container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 2rem;
        }
        .logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: #38bdf8;
        }
        .nav-links {
            display: flex;
            list-style: none;
            gap: 2rem;
        }
        .nav-links a:hover {
            color: #38bdf8;
            transition: 0.3s;
        }
        /* Hero Section */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 2rem;
            padding-top: 80px;
            background: radial-gradient(circle at top, #1e293b 0%, #0f172a 100%);
        }
        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .hero-content h1 span {
            color: #38bdf8;
        }
        .hero-content h2 {
            font-size: 1.8rem;
            color: #94a3b8;
            margin-bottom: 1.5rem;
            font-weight: 400;
        }
        .btn {
            display: inline-block;
            background: #38bdf8;
            color: #0f172a;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            margin-top: 1rem;
            box-shadow: 0 4px 14px rgba(56, 189, 248, 0.4);
            transition: 0.3s;
        }
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(56, 189, 248, 0.6);
        }
        /* Main Container for sections */
        section {
            padding: 5rem 2rem;
            max-width: 1100px;
            margin: 0 auto;
        }
        .section-title {
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 3rem;
            position: relative;
        }
        .section-title::after {
            content: '';
            display: block;
            width: 50px;
            height: 4px;
            background: #38bdf8;
            margin: 10px auto 0;
            border-radius: 2px;
        }
        /* About & Skills Grid */
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        @media (max-width: 768px) {
            .about-grid { grid-template-columns: 1fr; gap: 2rem; }
            .hero-content h1 { font-size: 2.5rem; }
            .nav-links { display: none; } /* Simplified for mobile */
        }
        .skills-container {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        .skill-tag {
            background: #1e293b;
            padding: 0.5rem 1.2rem;
            border-radius: 20px;
            font-size: 0.9rem;
            border: 1px solid #334155;
        }
        /* Projects Section */
        .projects-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        .project-card {
            background: #1e293b;
            border: 1px solid #334155;
            padding: 2rem;
            border-radius: 12px;
            transition: 0.3s;
        }
        .project-card:hover {
            transform: translateY(-5px);
            border-color: #38bdf8;
        }
        .project-card h3 {
            margin-bottom: 1rem;
            color: #38bdf8;
        }
        .project-links {
            margin-top: 1.5rem;
            display: flex;
            gap: 1rem;
        }
        .project-links a {
            color: #94a3b8;
            font-size: 1.2rem;
        }
        .project-links a:hover {
            color: #38bdf8;
        }
        /* Contact Footer */
        footer {
            background: #020617;
            text-align: center;
            padding: 4rem 2rem;
            border-top: 1px solid #1e293b;
            margin-top: 5rem;
        }
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .social-icons a {
            font-size: 1.8rem;
            color: #94a3b8;
            transition: 0.3s;
        }
        .social-icons a:hover {
            color: #38bdf8;
            transform: scale(1.2);
        }
        footer p {
            color: #64748b;
            font-size: 0.9rem;
        }
    </style>

    <!-- Google Personal SEO Schema Markup -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Person",
      "name": "Md Sami Miah",
      "alternateName": "SRM SAMI",
      "url": "https://github.io",
      "sameAs": [
        "https://github.com",
        "https://vercel.app"
      ]
    }
    </script>
</head>
<body>

    <!-- Header / Navbar -->
    <header>
        <div class="nav-container">
            <div class="logo">SRM SAMI</div>
            <ul class="nav-links">
                <li><a href="#home">Home</a></li>
                <li><a href="#about">About</a></li>
                <li><a href="#projects">Projects</a></li>
                <li><a href="#contact">Contact</a></li>
            </ul>
        </div>
    </header>

    <!-- Hero Section -->
    <section id="home" class="hero">
        <div class="hero-content">
            <h2>Hello, World! I am</h2>
            <h1><span>Md Sami Miah</span></h1>
            <h2>Known as SRM SAMI (srmsami-fl)</h2>
            <p style="max-width: 600px; margin: 0 auto 2rem; color: #94a3b8;">A passionate digital creator and enthusiast dedicated to building clean, high-performing websites and mastering the modern web ecosystem.</p>
            <a href="#contact" class="btn">Let's Connect</a>
        </div>
    </section>

    <!-- About Section -->
    <section id="about">
        <h2 class="section-title">About Me</h2>
        <div class="about-grid">
            <div>
                <p>I believe that technology should solve real-world problems while offering an exceptional user experience. Over the past months, I have been deeply focusing on enhancing my skills in website layout construction, responsive design, and exploring digital solutions.</p>
                <br>
                <p>Whether it is building clean interfaces or structuring frontend logic, I enjoy the process of turning fresh ideas into live, interactive projects.</p>
            </div>
            <div>
                <h3>My Focus Area & Skills</h3>
                <div class="skills-container">
                    <span class="skill-tag"><i class="fa-brands fa-html5" style="color: #e34c26;"></i> HTML5</span>
                    <span class="skill-tag"><i class="fa-brands fa-css3-alt" style="color: #264de4;"></i> CSS3</span>
                    <span class="skill-tag"><i class="fa-brands fa-js" style="color: #f7df1e;"></i> JavaScript</span>
                    <span class="skill-tag"><i class="fa-brands fa-github"></i> GitHub & Git</span>
                    <span class="skill-tag"><i class="fa-solid fa-layer-group"></i> UI/UX Design</span>
                    <span class="skill-tag"><i class="fa-solid fa-code"></i> Responsive Web Layouts</span>
                </div>
            </div>
        </div>
    </section>

    <!-- Projects Section -->
    <section id="projects">
        <h2 class="section-title">My Projects</h2>
        <div class="projects-grid">
            <!-- Project 1 -->
            <div class="project-card">
                <h3>Vercel Live Hub</h3>
                <p>My primary external hub hosted on Vercel deployment network. Fully optimized and designed for high performance.</p>
                <div class="project-links">
                    <a href="https://vercel.app" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i> Live Preview</a>
                </div>
            </div>
            <!-- Project 2 -->
            <div class="project-card">
                <h3>GitHub Pages Deployment</h3>
                <p>This automated personal hub deployed right here using GitHub actions. Completely open-source repository asset.</p>
                <div class="project-links">

Enter fullscreen mode Exit fullscreen mode

Top comments (0)