Initial commit

This commit is contained in:
Mike Conrad
2024-11-06 20:36:07 -05:00
commit 4aa1785b43
51 changed files with 16786 additions and 0 deletions

106
about/index.html Normal file
View File

@ -0,0 +1,106 @@
<!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>
</div>
</header>
<!-- Main -->
<div id="main">
<nav>
<a href="/">Home</a><br />
<a href="/about" class="is-active">About</a>
</nav>
<!-- One -->
<section id="one">
<header class="major">
<h2>About Jenna</h2>
</header>
<p>
Hi there! I'm Jenna—mom of two, lover of coffee, and a photographer who is passionate about capturing
the real, raw moments of life.
</p>
<p>
Photography is more than just a job to me; its a way to freeze time and tell stories. Its about
capturing emotions—whether its the joy of a family day, the excitement of a milestone moment, or the
quiet beauty of a meaningful glance. I believe that the best photos happen when youre not looking at
the camera, but simply living in the moment.
</p>
<p>
I started my journey in photography as a way to document the fleeting moments of my own children growing
up, and it quickly became a passion I wanted to share with others. From there, I began to photograph
families, couples, and events, and I realized how truly special it is to be invited into people's lives
to capture their most meaningful memories.
</p>
<header class="major">
<h2>My approach</h2>
</header>
<p>I approach every session with the goal of making you feel comfortable, relaxed, and like your most
authentic self. My style is a mix of candid moments and carefully considered compositions, with an
emphasis on natural light, real emotion, and timeless details. I want you to look at your photos and
feel like youre reliving that moment—whether its a joyful celebration or a quiet, intimate exchange.
</p>
<p>
Im not here to create "perfect" photos—Im here to create your story. The laughter, the love, the
imperfect moments that make life so beautiful. That's what I want to capture for you.</p>
</section>
<!-- Two -->
<section id="two">
<ul class="actions">
<li><a href="https://jennaconrad.pixiset.com" target="_blank" class="button">View Portfolio</a></li>
<li><a href="#" class="button">Book Session</a></li>
</ul>
</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>