Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title>Index - Personal Bootstrap Template</title> | |
| <meta name="description" content=""> | |
| <meta name="keywords" content=""> | |
| <!-- Favicons --> | |
| <link href="assets/img/favicon.png" rel="icon"> | |
| <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | |
| <!-- Fonts --> | |
| <link href="https://fonts.googleapis.com" rel="preconnect"> | |
| <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> | |
| <!-- Vendor CSS Files --> | |
| <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | |
| <link href="assets/vendor/aos/aos.css" rel="stylesheet"> | |
| <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | |
| <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | |
| <!-- Main CSS File --> | |
| <link href="assets/css/main.css" rel="stylesheet"> | |
| <!-- ======================================================= | |
| * Template Name: Personal | |
| * Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ | |
| * Updated: Mar 05 2025 with Bootstrap v5.3.3 | |
| * Author: BootstrapMade.com | |
| * License: https://bootstrapmade.com/license/ | |
| ======================================================== --> | |
| </head> | |
| <body class="index-page"> | |
| <header id="header" class="header d-flex align-items-center fixed-top"> | |
| <div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between"> | |
| <a href="index.html" class="logo d-flex align-items-center"> | |
| <!-- Uncomment the line below if you also wish to use an image logo --> | |
| <!-- <img src="assets/img/logo.webp" alt=""> --> | |
| <h1 class="sitename">Personal</h1> | |
| </a> | |
| <nav id="navmenu" class="navmenu"> | |
| <ul> | |
| <li><a href="index.html" class="active">Home</a></li> | |
| <li><a href="about.html">About</a></li> | |
| <li><a href="portfolio.html">Projects</a></li> | |
| <li><a href="resume.html">Education</a></li> | |
| <li><a href="service-details.html">Experience</a></li> | |
| <li><a href="services.html">Skills</a></li> | |
| <li><a href="contact.html">Contact</a></li> | |
| </ul> | |
| <i class="mobile-nav-toggle d-xl-none bi bi-list"></i> | |
| </nav> | |
| </div> | |
| </header> | |
| <main class="main"> | |
| <!-- Hero Section --> | |
| <section id="hero" class="hero section dark-background"> | |
| <img src="assets/img/profile-img.jpg" alt="Profile Image" data-aos="fade-in" style="max-width:200px;border-radius:50%;margin-bottom:20px;"> | |
| <div class="container" data-aos="zoom-out" data-aos-delay="100"> | |
| <h2>Niral Patel</h2> | |
| <p>Professional Portfolio</p> | |
| <p>Welcome to my portfolio! I am a passionate designer and developer, dedicated to creating impactful digital experiences. Explore my projects, education, experience, skills, and feel free to get in touch.</p> | |
| <div class="social-links"> | |
| <a href="#"><i class="bi bi-twitter-x"></i></a> | |
| <a href="#"><i class="bi bi-facebook"></i></a> | |
| <a href="#"><i class="bi bi-instagram"></i></a> | |
| <a href="#"><i class="bi bi-linkedin"></i></a> | |
| </div> | |
| </div> | |
| </section><!-- /Hero Section --> | |
| </main> | |
| <footer id="footer" class="footer dark-background"> | |
| <div class="container"> | |
| <h3 class="sitename">Personal</h3> | |
| <p>Et aut eum quis fuga eos sunt ipsa nihil. Labore corporis magni eligendi fuga maxime saepe commodi placeat.</p> | |
| <div class="social-links d-flex justify-content-center"> | |
| <a href=""><i class="bi bi-twitter-x"></i></a> | |
| <a href=""><i class="bi bi-facebook"></i></a> | |
| <a href=""><i class="bi bi-instagram"></i></a> | |
| <a href=""><i class="bi bi-skype"></i></a> | |
| <a href=""><i class="bi bi-linkedin"></i></a> | |
| </div> | |
| <div class="container"> | |
| <div class="copyright"> | |
| <span>Copyright</span> <strong class="px-1 sitename">Personal</strong> <span>All Rights Reserved</span> | |
| </div> | |
| <div class="credits"> | |
| <!-- All the links in the footer should remain intact. --> | |
| <!-- You can delete the links only if you've purchased the pro version. --> | |
| <!-- Licensing information: https://bootstrapmade.com/license/ --> | |
| <!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] --> | |
| Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Scroll Top --> | |
| <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | |
| <!-- Preloader --> | |
| <div id="preloader"></div> | |
| <!-- Vendor JS Files --> | |
| <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | |
| <script src="assets/vendor/php-email-form/validate.js"></script> | |
| <script src="assets/vendor/aos/aos.js"></script> | |
| <script src="assets/vendor/typed.js/typed.umd.js"></script> | |
| <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> | |
| <script src="assets/vendor/waypoints/noframework.waypoints.js"></script> | |
| <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> | |
| <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> | |
| <script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script> | |
| <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | |
| <!-- Main JS File --> | |
| <script src="assets/js/main.js"></script> | |
| <!-- All content removed --> |