-78%
Version :
Latest Version
Rs2,075.00 Original price was: Rs2,075.00.Rs465.00Current price is: Rs465.00.
photographer/
├── index.html
├── portfolio.html
├── about.html
├── services.html
├── contact.html
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
└── README.md
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photographer - Capture Moments</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<!-- Header -->
<header>
<nav>
<div class="logo">Capture Moments</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<h1>Photography that Speaks</h1>
<p>Capturing your best moments with artistry and passion.</p>
<a href="contact.html" class="cta-button">Book a Session</a>
</section>
<!-- Portfolio Preview Section -->
<section class="portfolio-preview">
<h2>Featured Work</h2>
<div class="gallery">
<img src="assets/images/photo1.jpg" alt="Portfolio Image 1">
<img src="assets/images/photo2.jpg" alt="Portfolio Image 2">
<img src="assets/images/photo3.jpg" alt="Portfolio Image 3">
<img src="assets/images/photo4.jpg" alt="Portfolio Image 4">
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2023 Capture Moments. All rights reserved.</p>
<div class="social-media">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</footer>
<script src="assets/js/scripts.js"></script>
</body>
</html>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
color: #333;
}
header {
background: #333;
color: white;
padding: 20px;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
nav ul {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}
nav ul li {
margin-left: 20px;
}
nav a {
color: white;
text-decoration: none;
}
.hero {
background: url('assets/images/hero-bg.jpg') no-repeat center center/cover;
text-align: center;
padding: 100px 20px;
color: white;
}
.cta-button {
background: #e74c3c;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
text-decoration: none;
}
.portfolio-preview {
padding: 50px 20px;
text-align: center;
}
.gallery {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.gallery img {
margin: 10px;
width: 250px;
height: auto;
border-radius: 8px;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 20px;
}
.social-media a {
margin: 0 10px;
color: white;
}
// Placeholder for future JavaScript functionalities
console.log('Photography template loaded.');
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Capture Moments</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<header>
<nav>
<div class="logo">Capture Moments</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h2>My Portfolio</h2>
<div class="gallery">
<img src="assets/images/photo1.jpg" alt="Portfolio Image 1">
<img src="assets/images/photo2.jpg" alt="Portfolio Image 2">
<img src="assets/images/photo3.jpg" alt="Portfolio Image 3">
<img src="assets/images/photo4.jpg" alt="Portfolio Image 4">
<img src="assets/images/photo5.jpg" alt="Portfolio Image 5">
<img src="assets/images/photo6.jpg" alt="Portfolio Image 6">
</div>
</section>
<footer>
<p>© 2023 Capture Moments. All rights reserved.</p>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me - Capture Moments</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<header>
<nav>
<div class="logo">Capture Moments</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h2>About Me</h2>
<p>Hi! I'm a passionate photographer dedicated to capturing life's beautiful moments.</p>
<p>With years of experience and a keen eye for detail, I strive to bring your vision to life through stunning images.</p>
</section>
<footer>
<p>© 2023 Capture Moments. All rights reserved.</p>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services - Capture Moments</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<header>
<nav>
<div class="logo">Capture Moments</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h2>My Services</h2>
<ul>
<li>Wedding Photography</li>
<li>Portrait Sessions</li>
<li>Event Photography</li>
<li>Commercial Photography</li>
</ul>
</section>
<footer>
<p>© 2023 Capture
1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 5 days if a new version is released. We free support within 5 days.
2. If a license is required (Excludes WHMCS license , we provide only method not license), please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.
3. We provide Mobile, PHP script installation services for $19.90 / ₹1700. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.
4. If you have any questions, please contact us by email [email protected] or create a ticket on this page
5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.
6. The response time can last up to 6 hours.
No account yet?
Create an Account