-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
123 lines (107 loc) · 5.52 KB
/
about.html
File metadata and controls
123 lines (107 loc) · 5.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/applications.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,300,400" rel="stylesheet">
<script src="https://use.fontawesome.com/958e36079d.js"></script>
<script src="js/jquery-3.1.1.js"></script>
<script src="js/scripts.js"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5GLBM83');</script>
<!-- End Google Tag Manager -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Learn more about Erica and her process.">
<link rel="shortcut icon" href="img/avatar.jpg" type="image/x-icon">
<title>Erica Kait Creative | About</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5GLBM83"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--=================Start of Side Nav================-->
<nav class="side-nav">
<li><h2><a href="index.html">Home</a></h2></li>
<li class="side-dropdown"><h2>Info</h2>
<ul class="side-drop-menu">
<li><a>About</a></li>
<li><a href="pricing.html">Pricing & Packages</a></li>
</ul>
</li>
<li class="side-dropdown"><h2>Work</h2>
<ul class="side-drop-menu">
<li><a href="wedding-portfolio.html">Weddings</a></li>
<li><a href="portrait-portfolio.html">Portraits</a></li>
</ul>
</li>
<li><h2><a href="contact.html">Contact</a></h2></li>
<li><h2><a href="blog.html">Blog</a></h2></li>
</nav>
<div class="wrap">
<!--==================Start of Nav====================-->
<nav class="nav-main">
<ul>
<a href="index.html"><li class="go-home">Home</li></a>
<li class="dropdown">Info +
<ul class="dropdown-menu">
<a href="about.html"><li>About</li></a>
<a href="pricing.html"><li>Pricing & Packages</li></a>
</ul>
</li>
<li class="dropdown">Work +
<ul class="dropdown-menu">
<a href="wedding-portfolio.html"><li>Weddings</li></a>
<a href="portrait-portfolio.html"><li>Portraits</li></a>
</ul></li>
<a href="contact.html"><li>Contact</li></a>
<a href="blog.html"><li>Blog</li></a>
</ul>
<div class="menu-bars">
<div class="nav-line"></div>
<div class="nav-line"></div>
<div class="nav-line"></div>
</div>
<h4 class="title"><a href="index.html">Erica Kait <em>Creative</em></a></h4>
<div class="bottom-border"></div>
</nav>
<!--=================Start of Contact Section==============-->
<div id="top-of-page"></div>
<div class="contact-about">
<div class="content">
<h4>Erica Kait <em>Creative</em></h4>
<h2>About Erica</h2>
<p>I am so glad you are taking the time to look into my work. I am a wedding and portrait photographer based in Portland, OR - although I'm not against traveling! Photographing people is what I am most passionate about. I am a huge fan of simple, elegant portraits, beautiful backdrops, and soft, outdoor lighting. If that sounds like the kind of style you are looking for, please send me an email or give me a ring! I would love to hear more about the portrait session or wedding you have in mind over a cup of coffee.</p>
<p>A little about me...my name is Erica Nafziger (Kaitlyn is my middle name, which is where the name Erica Kait Creative comes from) and I recently got married to a wonderful guy named Dan. And yes, that's us below being all bride and groomy on our wedding day. My husband and I live in SE Portland with our dog Duck. When I'm not photographing, you can find me at the dog park, reading a fantasy novel, rock climbing, drinking soup, or attempting to finish a cup of tea.</p>
<p>Please don't hesitate to let me know if you have any questions, or if you would like more information about any of my packages.</p>
<p>I hope to hear from you soon!</p>
<p>Erica </p>
<img src="img/our-wedding.JPG" alt="Erica and Dan's Wedding">
<div class="top">
<i class="fa fa-angle-up fa-2x" aria-hidden="true"></i>
</div>
</div><!--end of content-->
</div><!--end of container-->
<!--=================Start of Footer================-->
<div class="footer">
<div class="item-container">
<div class="footer-item">
<h4>Stay In Touch</h4>
<p><a href="https://www.facebook.com/ericakaitcreative/">facebook</a> | <a href="https://www.instagram.com/ericakait/">instagram</a></p>
</div>
<div class="footer-item">
<h4>The Blog</h4>
<p><a href="blog.html">go to blog homepage</a></p>
</div>
<div class="footer-item">
<h4>Contact</h4>
<p><a href="contact.html">let's chat! ></a></p>
</div>
</div>
</div><!--end of footer-->
</div><!--end of wrap-->
</body>
</html>