243 lines
13 KiB
PHP
243 lines
13 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Alex Rubanau - Software Engineer</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<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=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css">
|
|
</head>
|
|
<body class="futuristic">
|
|
|
|
<!-- Navbar -->
|
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">Alex Rubanau</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="#work">Work</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#services">Services</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Hero Section -->
|
|
<header class="hero text-center">
|
|
<div class="container">
|
|
<h1 class="display-4">Alex Rubanau: Software Engineer</h1>
|
|
<p class="lead">Crafting elegant and efficient solutions for the web.</p>
|
|
<a href="#contact" class="btn btn-primary btn-lg">Contact Me</a>
|
|
<a href="#work" class="btn btn-secondary btn-lg">View My Work</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<!-- Work Gallery -->
|
|
<section id="work" class="section">
|
|
<div class="container">
|
|
<h2 class="text-center mb-5">My Work</h2>
|
|
<div class="row">
|
|
<!-- Project 1 -->
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<img src="https://picsum.photos/600/400?random=1" class="card-img-top" alt="Placeholder image for a software project.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Project One</h5>
|
|
<p class="card-text">A brief description of the project, its goals, and the technologies used.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Project 2 -->
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<img src="https://picsum.photos/600/400?random=2" class="card-img-top" alt="Placeholder image for a software project.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Project Two</h5>
|
|
<p class="card-text">A brief description of the project, its goals, and the technologies used.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Project 3 -->
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<img src="https://picsum.photos/600/400?random=3" class="card-img-top" alt="Placeholder image for a software project.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Project Three</h5>
|
|
<p class="card-text">A brief description of the project, its goals, and the technologies used.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Project 4 -->
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<img src="https://picsum.photos/600/400?random=4" class="card-img-top" alt="Placeholder image for a software project.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Project Four</h5>
|
|
<p class="card-text">A brief description of the project, its goals, and the technologies used.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Project 5 -->
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<img src="https://picsum.photos/600/400?random=5" class="card-img-top" alt="Placeholder image for a software project.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Project Five</h5>
|
|
<p class="card-text">A brief description of the project, its goals, and the technologies used.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Project 6 -->
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<img src="https://picsum.photos/600/400?random=6" class="card-img-top" alt="Placeholder image for a software project.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Project Six</h5>
|
|
<p class="card-text">A brief description of the project, its goals, and the technologies used.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Services -->
|
|
<section id="services" class="section bg-light">
|
|
<div class="container">
|
|
<h2 class="text-center mb-5">Services</h2>
|
|
<div class="row text-center">
|
|
<div class="col-md-4">
|
|
<h4>Web Development</h4>
|
|
<p>Building responsive and performant websites and web applications from the ground up.</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h4>UI/UX Design</h4>
|
|
<p>Designing intuitive and beautiful user interfaces that are a joy to use.</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h4>Cloud Solutions</h4>
|
|
<p>Leveraging cloud platforms to build scalable and reliable infrastructure.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Testimonials -->
|
|
<section id="testimonials" class="section">
|
|
<div class="container">
|
|
<h2 class="text-center mb-5">What Clients Say</h2>
|
|
<div class="row">
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<p class="card-text">"Alex is a fantastic engineer who delivers high-quality work on time."</p>
|
|
<div class="d-flex align-items-center">
|
|
<img src="https://picsum.photos/96/96?random=7" class="rounded-circle me-3" alt="Avatar of a client.">
|
|
<div>
|
|
<strong>Client One</strong><br>
|
|
<small>CEO, Company A</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<p class="card-text">"The attention to detail and commitment to excellence is truly impressive."</p>
|
|
<div class="d-flex align-items-center">
|
|
<img src="https://picsum.photos/96/96?random=8" class="rounded-circle me-3" alt="Avatar of a client.">
|
|
<div>
|
|
<strong>Client Two</strong><br>
|
|
<small>CTO, Company B</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<p class="card-text">"A pleasure to work with. Highly recommended for any web project."</p>
|
|
<div class="d-flex align-items-center">
|
|
<img src="https://picsum.photos/96/96?random=9" class="rounded-circle me-3" alt="Avatar of a client.">
|
|
<div>
|
|
<strong>Client Three</strong><br>
|
|
<small>Lead Designer, Company C</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About Section -->
|
|
<section id="about" class="section bg-light">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-4 text-center">
|
|
<img src="https://picsum.photos/256/256" class="img-fluid rounded-circle mb-4" alt="Professional headshot of Alex Rubanau.">
|
|
</div>
|
|
<div class="col-md-8">
|
|
<h2 class="mb-4">About Me</h2>
|
|
<p>I am a passionate software engineer with a focus on creating beautiful and functional web applications. With a background in computer science and several years of experience in the industry, I have a proven track record of delivering high-quality products that meet user needs and business goals.</p>
|
|
<p>My expertise spans the full stack, from crafting pixel-perfect user interfaces to designing robust backend systems. I am always eager to learn new technologies and take on challenging projects.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Form -->
|
|
<section id="contact" class="section">
|
|
<div class="container">
|
|
<h2 class="text-center mb-5">Get In Touch</h2>
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-8">
|
|
<form id="contactForm" class="needs-validation" novalidate>
|
|
<div class="mb-3">
|
|
<label for="name" class="form-label">Name</label>
|
|
<input type="text" class="form-control" id="name" required>
|
|
<div class="invalid-feedback">Please enter your name.</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label for="email" class="form-label">Email</label>
|
|
<input type="email" class="form-control" id="email" required>
|
|
<div class="invalid-feedback">Please enter a valid email address.</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label for="message" class="form-label">Message</label>
|
|
<textarea class="form-control" id="message" rows="5" required></textarea>
|
|
<div class="invalid-feedback">Please enter a message.</div>
|
|
</div>
|
|
<button type="submit" class="btn btn-primary">Send Message</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<!-- Footer -->
|
|
<footer class="bg-dark text-white text-center py-4">
|
|
<div class="container">
|
|
<p class="mb-0">© 2025 Alex Rubanau. All Rights Reserved.</p>
|
|
<a href="#" class="text-white">GitHub</a> |
|
|
<a href="#" class="text-white">LinkedIn</a>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
</html> |