34377-vm/index.php
Flatlogic Bot cce98cb3ff Leman99
2025-09-25 07:58:45 +00:00

204 lines
10 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO -->
<title>Leman99 - Personal Landing Page</title>
<meta name="description" content="Welcome to the personal landing page of Leman99. Showcasing projects, skills, and experience.">
<meta name="author" content="Leman99">
<!-- Open Graph -->
<meta property="og:title" content="Leman99 - Personal Landing Page">
<meta property="og:description" content="Welcome to the personal landing page of Leman99.">
<meta property="og:image" content="https://picsum.photos/seed/hero/1200/630">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Leman99 - Personal Landing Page">
<meta name="twitter:description" content="Welcome to the personal landing page of Leman99.">
<meta name="twitter:image" content="https://picsum.photos/seed/hero/1200/630">
<!-- Favicon -->
<!-- <link rel="icon" href="favicon.ico" type="image/x-icon"> -->
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<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=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top">
<div class="container">
<a class="navbar-brand" href="#" style="color: #6C63FF; font-weight: 600;">Leman99</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<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="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#testimonials">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<header id="hero" class="hero">
<div class="container">
<h1 class="display-4 fw-bold">Welcome to My World</h1>
<p class="lead my-4">A passionate developer creating modern and responsive web applications.</p>
<a href="#portfolio" class="btn btn-primary btn-lg">View My Work</a>
<a href="#contact" class="btn btn-secondary btn-lg ms-2">Get In Touch</a>
</div>
</header>
<main>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<img src="https://picsum.photos/seed/about/600/600" alt="A portrait of the site owner" class="img-fluid rounded-circle shadow">
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<h2 class="mb-4">About Me</h2>
<p>Hello! I'm Leman99, a software developer with a passion for building beautiful and functional websites. I have experience in front-end and back-end technologies, and I'm always eager to learn new things.</p>
<p>This is a placeholder text. You can replace it with your own biography, skills, and experiences to let visitors know more about you.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="section-bg">
<div class="container">
<div class="text-center mb-5">
<h2>My Portfolio</h2>
<p>A selection of my recent projects.</p>
</div>
<div class="row">
<!-- Project 1 -->
<div class="col-md-4 mb-4">
<div class="card">
<img src="https://picsum.photos/seed/portfolio1/800/600" class="card-img-top" alt="Screenshot of a featured portfolio project.">
<div class="card-body">
<h5 class="card-title">Project One</h5>
<p class="card-text">A brief description of the project, the technologies used, and its purpose.</p>
<a href="#" class="btn btn-sm btn-primary">View Details</a>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="col-md-4 mb-4">
<div class="card">
<img src="https://picsum.photos/seed/portfolio2/800/600" class="card-img-top" alt="Screenshot of another portfolio project.">
<div class="card-body">
<h5 class="card-title">Project Two</h5>
<p class="card-text">A brief description of the project, the technologies used, and its purpose.</p>
<a href="#" class="btn btn-sm btn-primary">View Details</a>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="col-md-4 mb-4">
<div class="card">
<img src="https://picsum.photos/seed/portfolio3/800/600" class="card-img-top" alt="Screenshot of a third portfolio project.">
<div class="card-body">
<h5 class="card-title">Project Three</h5>
<p class="card-text">A brief description of the project, the technologies used, and its purpose.</p>
<a href="#" class="btn btn-sm btn-primary">View Details</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials">
<div class="container">
<div class="text-center mb-5">
<h2>What People Say</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4">
<div class="card testimonial-card">
<div class="card-body">
<p>"Working with Leman99 was a fantastic experience. The final product exceeded all expectations."</p>
<footer class="blockquote-footer text-white-50 mt-3">Client A</footer>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card testimonial-card">
<div class="card-body">
<p>"Professional, responsive, and incredibly talented. Highly recommended for any web development needs."</p>
<footer class="blockquote-footer text-white-50 mt-3">Client B</footer>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-md-none d-lg-block">
<div class="card testimonial-card">
<div class="card-body">
<p>"The attention to detail and commitment to quality is what sets Leman99 apart."</p>
<footer class="blockquote-footer text-white-50 mt-3">Client C</footer>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section-bg">
<div class="container">
<div class="text-center mb-5">
<h2>Get In Touch</h2>
<p>Have a question or want to work together? Leave a message.</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<form>
<div class="mb-3">
<input type="text" class="form-control" placeholder="Your Name" required>
</div>
<div class="mb-3">
<input type="email" class="form-control" placeholder="Your Email" required>
</div>
<div class="mb-3">
<textarea class="form-control" rows="5" placeholder="Your Message" required></textarea>
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<div class="container text-center">
<p class="mb-2">&copy; <?php echo date("Y"); ?> Leman99. All Rights Reserved.</p>
<p><a href="privacy.php">Privacy Policy</a></p>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>