Initial commit
This commit is contained in:
106
about/index.html
Normal file
106
about/index.html
Normal 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; it’s a way to freeze time and tell stories. It’s about
|
||||
capturing emotions—whether it’s 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 you’re 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 you’re reliving that moment—whether it’s a joyful celebration or a quiet, intimate exchange.
|
||||
</p>
|
||||
<p>
|
||||
I’m not here to create "perfect" photos—I’m 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>© 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>
|
Reference in New Issue
Block a user