<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My Portfolio</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="style.css">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">

    <style>
        body {
            margin: 0;
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #00b4d8, #90e0ef);
            color: #0a0101;
            overflow-x: hidden;
        }
        header{
        
            background: url('img/photo4.jpg');
            background-repeat: no-repeat;
            background-position: center;
            background-size:cover;
        }
        .hero1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50vh;
    position: relative;
    background-color: #00b4d8;

        
   
    
    
}

.hero1 h1 {
    font-size: 3rem;
    margin: 0;
    animation: fadeInDown 1.2s ease;
}

.hero1 p {
    font-size: 1.2rem;
    margin: 10px 0 30px;
    animation: fadeInUp 1.2s ease;
}

.hero1 .cta {
    background: #0077b6;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero1 .cta:hover {
    background: #023e8a;
    transform: scale(1.1);
}

        .hero {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100vh;
            position: relative;
            
    
           
        }

        .hero h1 {
            font-size: 3rem;
            margin: 0;
            animation: fadeInDown 1.2s ease;
        }

        .hero p {
            font-size: 1.2rem;
            margin: 10px 0 30px;
            animation: fadeInUp 1.2s ease;
        }

        .hero .cta {
            background: #0077b6;
            color: #fff;
            padding: 15px 30px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: bold;
            transition: transform 0.3s ease, background 0.3s ease;
        }

        .hero .cta:hover {
            background: #023e8a;
            transform: scale(1.1);
        }

        .floating-element {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            top: 20%;
            left: 10%;
            width: 50px;
            height: 50px;
            background: #fff;
            opacity: 0.6;
            border-radius: 50%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            bottom: 15%;
            right: 20%;
            width: 70px;
            height: 70px;
            background: #fff;
            opacity: 0.4;
            border-radius: 50%;
            animation-delay: 2s;
        }

        .floating-element:nth-child(3) {
            top: 50%;
            left: 70%;
            width: 30px;
            height: 30px;
            background: #fff;
            opacity: 0.5;
            border-radius: 50%;
            animation-delay: 4s;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }
        .about__content {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem;
}


    .skills {
    display: flex;
    flex-wrap: wrap;
}
.skills__skill {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #666;
}
    </style>

</head>
<body>
    <!-- Navbar -->
    <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
        <div class="container">
            <a class="navbar-brand" href="#">Khoirul Arbi</a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item"><a class="nav-link" href="#about">About</a></li>
                    <li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
                    <li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
                </ul>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <header class="bg-info text-white text-center py-5">
        <div class="container">
            <div class="hero">
                <div class="floating-element"></div>
                <div class="floating-element"></div>
                <div class="floating-element"></div>
                <div class="floating-element"></div>
                <div class="floating-element"></div>
                <h1>Welcome to My Portfolio</h1>
                <p>Discover my work, my journey, and my passion for creativity and technology.</p>
                <button class="cta" onclick="scrollToProjects()">View My Projects</button>
            </div>
        </div>
    </header>
   

    <!-- About Section -->
    <section id="about" class="py-5">
        <div class="hero1 container h-5">
        
            <div class="text-center" >

                <img src="img/profil.png"class="profil">
            </div>
            <h1 class="text-center text-white">About Me</h1>
            
            <p class="text-center text-white">Hello! My name Khoirul Arbi I'm a passionate developer specializing in web and IoT projects with experience in creating innovative projects. Let's create something amazing together!</p>
            
            
            <button class="cta" onclick="scrollToExperience()">More</button>
        </div>
       
    </section>
    <section id="experience" class="bg-light mt-5">
    <div class="container">
        <h2 class="text-center"></h2>
            <!--About Me -->

                    
                        <div class="about__content-main">
                        <h3 class="about__content-title">Get to know me!</h3>
                        <div class="about__content-details">
                            <p class="about__content-details-para">
                            I'm a <strong>Fullstack Web Developer</strong> building
                            and managing the Front-end and Back-end of Websites and Web Applications that
                            leads to the success of the overall product. Check out some of
                            my work in the <strong>Projects</strong> section.
                            </p>
                            <p class="about__content-details-para">
                            I also like sharing content related to the stuff that I have
                            learned over the years in <strong>Web Development</strong> so it
                            can help other people of the Dev Community. Feel free to Connect
                            or Follow me on my
                            <a rel="noreferrer" href="https://linkedin.com/in/khoirul-arbi-5605851b7" target="_blank">Linkedin</a>
                            and
                            <a rel="noreferrer" href="https://instagram.com/khoirularbi" target="_blank">Instagram</a>
                            where I post useful content related to Web Development and
                            Programming
                            </p>
                            <p class="about__content-details-para">
                            I'm open to <strong>Job</strong> opportunities where I can
                            contribute, learn and grow. If you have a good opportunity that
                            matches my skills and experience then don't hesitate to
                            <strong>contact</strong> me.
                            </p>
                            
                        </div>
                        <button href="#contact" class="btn bi-phone btn-info" onclick="scrollToContact()">Contact</button>
                        </div>
                        <div class="about__content-skills mt-5">
                        <h3 class="about__content-title">My Skills</h3>
                        <div class="skills">
                            <div class="skills__skill">HTML</div>
                            <div class="skills__skill">CSS</div>
                            <div class="skills__skill">JavaScript</div>
                            <div class="skills__skill">React</div>
                            <div class="skills__skill">Kotlin</div>
                            <div class="skills__skill">PHP</div>
                            <div class="skills__skill">Android</div>
                            <div class="skills__skill">GIT</div>
                            <div class="skills__skill">Github</div>
                            <div class="skills__skill">Responsive Design</div>
                            <div class="skills__skill">Phyton</div>
                            <div class="skills__skill">MySQL</div>
                            <div class="skills__skill">C++</div>
                            <div class="skills__skill">Flutter</div>
                        </div>
                        </div>
                  
                </div>
            </div>
      
    </div>
    </section>
        <section id="experience" class="py-5 bg-light">
            <div class="container">
                <h2 class="text-center">Experience & Education</h2>
                <div class="row mt-4">
                    <!-- Work Experience -->
                    <div class="col-md-6">
                        <h4 class="mb-3"><i class="bi bi-briefcase-fill text-primary"></i> Work Experience</h4>
                        <ul class="list-group">
                            <li class="list-group-item">
                                <h5>QC Final Inspection</h5>
                                <p class="mb-1"><strong>PT Sanly Industries</strong> - Feb 2021 to Now</p>
                                <p>Checking the final results of plastic painting 100% and making a report on checking results.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>Quality Control Engineer</h5>
                                <p class="mb-1"><strong>PT.MARUHACHI INDONESIA</strong> - Jun 2023 to Feb 2024</p>
                                <p>Inspect the results of plastic, aluminum and metal painting, then input the inspection results into the computer using the ERP application.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>Foreman QC</h5>
                                <p class="mb-1"><strong>PT. Prokemas Adhikari Kreasi</strong> - Augt 2022 to Dec 2022</p>
                                <p>Check parts by sampling then carry out judgment on parts with approval and control machine operator manpower.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>MAG Welder</h5>
                                <p class="mb-1"><strong>PT.GEMALA KEMPA DAYA</strong> - Oct 2018 to Sept 2020</p>
                                <p>Welding in the process of assembling small and medium type truck frames with metal media with a thickness of 1 to 6 millimeters.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>Production Operator</h5>
                                <p class="mb-1"><strong>PT HONDA PROSPECT MOTOR</strong> - Nov 2016 to Mei 2018</p>
                                <p>The process of assembling the rear lights and seatbelts on a car.</p>
                            </li>
                        </ul>
                    </div>
                    <!-- Education -->
                    <div class="col-md-6">
                        <h4 class="mb-3"><i class="bi bi-mortarboard-fill text-success"></i> Education</h4>
                        <ul class="list-group">
                            <li class="list-group-item">
                                <h5>Bachelor of Computer Science</h5>
                                <p class="mb-1"><strong>Universitas Pelita Bangsa (UPB)</strong> - 2023 to Now</p>
                                <p>Specialized in Programing Web and Mobile.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>-</h5>
                                <p class="mb-1"><strong>Luarsekolah</strong> - 2013 to 2016</p>
                                <p>Creating Web Marketing for Full Stack Engineers.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>-</h5>
                                <p class="mb-1"><strong>First English</strong> - 2024 to 2024</p>
                                <p>Operating Microsoft Excel for General Office Employees.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>-</h5>
                                <p class="mb-1"><strong>Coding studio</strong> - 2023 to 2023</p>
                                <p>Fundamental Java.</p>
                            </li>
                            <li class="list-group-item">
                                <h5>Senior High school</h5>
                                <p class="mb-1"><strong>SMK N 2 KEBUMEN</strong> - 2013 to 2016</p>
                                <p>Automotive engineering major.</p>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>
        
    </section>

    <!-- Projects Section -->
    <section id="projects" class="projects bg-light py-5" aria-placeholder="projects">
        <div class="container">
            <h2 class="text-center">My Projects</h2>
            <div class="row">
                <div class="col-md-4">
                    <div class="card mb-4">
                        <img src="img/IMG-20240825-WA0021.jpg" class="card-img-top" alt="Project 1">
                        <div class="card-body">
                            <h5 class="card-title">IoT Robotcar With Cam</h5>
                            <p class="card-text">Build a Wi-Fi remote controlled car robot with the ESP32-CAM. You’ll be able to control the robot using a web server that displays a video streaming of what the robot “sees”. You can control your robot remotely even if it’s out of your sight. The ESP32-CAM will be programmed using Arduino IDE.</p>
                            <a href="#" class="btn btn-primary">View Details</a>
                        </div>
                    </div>
                </div>
                <div class="col-md-4">
                    <div class="card mb-4">
                        <img src="img/project2.png" class="card-img-top" alt="Project 2">
                        <div class="card-body">
                            <h5 class="card-title">QCollect</h5>
                            <p class="card-text">Web-based online payment and cash report application.</p>
                            <a href="https://khoirularbi.com/QCollect" class="btn btn-primary">View Details</a>
                        </div>
                    </div>
                </div>
                <div class="col-md-4">
                    <div class="card mb-4">
                        <img src="img/project3.png" class="card-img-top" alt="Project 3">
                        <div class="card-body">
                            <h5 class="card-title">Marketplace ArinKlise</h5>
                            <p class="card-text">Market place camera application prototype.</p>
                            <a href="https://khoirularbi.com/lshop" class="btn btn-primary">View Details</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-5">
        <div class="container">
            <h2 class="text-center">Contact Me</h2>
            <form class="mt-4" id="form">
                <div class="mb-3">
                    <label for="name" class="form-label">Name</label>
                    <input type="text" class="form-control" id="name" placeholder="Your Name">
                </div>
                <div class="mb-3">
                    <label for="email" class="form-label">Email</label>
                    <input type="email" class="form-control" id="email" placeholder="Your Email">
                </div>
                <div class="mb-3">
                    <label for="message" class="form-label">Message</label>
                    <textarea class="form-control" id="message" rows="3" placeholder="Your Message"></textarea>
                </div>
                <button type="submit" class="btn btn-primary" id="submit">Send Message</button>
            </form>
        </div>
    
    <div class="row mt-5">
        <div class="col-md-4">
            <div class="card text-center">
                <div class="card-body">
                    <i class="bi bi-facebook fs-1 text-primary"></i>
                    <h5 class="card-title mt-3">Facebook</h5>
                    <p class="card-text">Follow me on Facebook for updates.</p>
                    <a href="https://facebook.com/KhoirulArbi" target="_blank" class="btn btn-primary">Visit</a>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card text-center">
                <div class="card-body">
                    <i class="bi bi-instagram fs-1 text-danger"></i>
                    <h5 class="card-title mt-3">Instagram</h5>
                    <p class="card-text">Check out my Instagram posts.</p>
                    <a href="https://instagram.com/khoirularbi" target="_blank" class="btn btn-danger">Visit</a>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card text-center">
                <div class="card-body">
                    <i class="bi bi-linkedin fs-1 text-info"></i>
                    <h5 class="card-title mt-3">LinkedIn</h5>
                    <p class="card-text">Connect with me on LinkedIn.</p>
                    <a href="https://linkedin.com/in/khoirul-arbi-5605851b7" target="_blank" class="btn btn-info">Visit</a>
                </div>
            </div>
        </div>
    </div>
    
</section>
    <!-- Footer -->
    <footer class="bg-dark text-white text-center py-3">
        <p>&copy; 2024 Khoirul Arbi. All rights reserved.</p>
    </footer>
    <script>
         function scrollToProjects() {
            const projectsSection = document.getElementById('projects');
            
            projectsSection.scrollIntoView({ behavior: 'smooth' });
            
        }
        function scrollToExperience(){
            const experienceSection = document.getElementById('experience');
            experienceSection.scrollIntoView({behavior:'smooth'});
        }
        function scrollToContact(){
            const contactSection = document.getElementById('contact');
            contactSection.scrollIntoView({behavior:'smooth'});
        }
    </script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
    <script src="script.js"></script>
</body>
</html>