Files
jennaconradphotography/index.html
2024-11-06 20:36:07 -05:00

168 lines
5.8 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Jenna Conrad Photography</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.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=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap"
rel="stylesheet">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="image avatar"><img src="/images/fulls/jenna-camera.jpg" alt="" /></a>
<h1>Embracing the <strong>Chaos</strong>, <br /><strong>Capturing</strong> the Moments.
</h1>
<br />
</div>
</header>
<!-- Main -->
<div id="main">
<nav>
<a href="/" class="is-active">Home</a>
<a href="/about">About</a>
</nav>
<!-- One -->
<section id="one">
<header class="major">
<h2>Hi, I'm Jenna,</h2>
</header>
<p>Mom of two and a passionate photographer who believes that real moments are the ones
that matter most. Whether it's the laughter of your kids in the middle of a family shoot, the tears
during your wedding vows, or the little details at your special event, I'm here to help you capture it
all. Life's beautiful chaos deserves to be remembered. Let's turn your everyday moments into timeless
memories.
</p>
<ul class="actions">
<li><a href="/about" class="button">Learn More</a></li>
</ul>
</section>
<!-- Two -->
<section id="two">
<h2>Recent Work</h2>
<div class="grid-wrapper">
<div class="tall">
<img src="https://images.pixieset.com/64631928/fd4558542da4e70524966ed97cd03220-large.jpg" alt="" />
</div>
<div class="tall">
<img src="https://images.pixieset.com/54502128/9a91a9683ea470b7a8c7baa8c2027a0f-large.jpg" alt="" />
</div>
<div class="tall">
<img src="https://images.pixieset.com/64631928/b7ead0df22574b9f4ad12167365e072a-large.jpg" alt="">
</div>
<div class="wide tall">
<img src="https://images.pixieset.com/63418697/81b59c260dc05302127e7b4853ae464d-large.jpg" alt="" />
</div>
<div class="tall">
<img src="https://images.pixieset.com/63418697/d27dcce9ab8aad9b90292545ccc26895-large.jpg" alt="" />
</div>
<div class="tall">
<img src="https://images.pixieset.com/63418697/eec232ddb2c74f620153d2bf37a05ba6-large.jpg" alt="" />
</div>
<div>
<img src="https://images.pixieset.com/26674718/d82218cca455d6bf57189135693525a9-large.jpg" alt="" />
</div>
<div>
<img src="https://images.pixieset.com/26674718/8ad86f5d351945d2e4069d730fdbf2dc-large.jpg" />
</div>
<div>
<img src="https://images.pixieset.com/54502128/da19691d12350204bb55cd2430ea98f9-large.jpg" />
</div>
<div>
<img src="https://images.pixieset.com/54502128/885ccdafec8c36e20082e018b343ca69-large.jpg" />
</div>
</div>
<br />
<ul class="actions">
<li><a href="https://jennaconrad.pixiset.com" target="_blank" class="button">Full Portfolio</a></li>
</ul>
</section>
<!-- Three -->
<section id="three">
<h2>Let's Capture Your Moments</h2>
<p>Ready to freeze time and embrace the chaos? I'd love to work with you and help you create beautiful,
lasting memories. Whether you're looking for a family portrait session, a wedding photographer, or
someone to capture your next event, I'm here to help. Reach out, and let's start planning something
amazing. </p>
<div class="row">
<div class="col-8 col-12-small">
<form method="post" action="#">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name"
placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email"
placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message"
rows="4"></textarea></div>
</div>
</form>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-home"><span class="label">Address</span></h3>
Wildwood, GA 30757<br />
United States
</li>
<li>
<h3 class="icon solid fa-mobile-alt"><span class="label">Phone</span></h3>
000-000-0000
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="#">jennaconradphotos@gmail.com</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instgram</span></a></li>
<li><a href="https://jennaconrad.pixieset.com/" target="_blank" class="icon solid fa-link"><span
class="label">Pixieset</span></a></li>
<li><a href="mailto:jennaconradphotos@gmail.com" class="icon solid fa-envelope"><span
class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>&copy; Jenna Conrad Photography</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>