-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
209 lines (192 loc) · 9.25 KB
/
pricing.html
File metadata and controls
209 lines (192 loc) · 9.25 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!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="Upfront pricing and package options for your wedding or portrait session.">
<link rel="shortcut icon" href="img/avatar.jpg" type="image/x-icon">
<title>Erica Kait Creative | Pricing & Packages</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 href="about.html">About</a></li>
<li><a>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 About Section================-->
<div id="top-of-page"></div>
<div class="portfolio">
<div class="content">
<div class="text pricing">
<h4>Erica Kait <em>Creative</em></h4>
<h2>Pricing & Packages</h2>
<h5 class="view-md"><a class="weddings">Weddings</a> | <a class="portraits">Portraits</a></h5>
<h4><a href="contact.html">Contact to Book</a></h4>
<div class="pricing main-container image-container">
<div class="package-text">
<div id="weddings">
<h3>Weddings</h3>
<p>
Engaged? First of all, congratulations! Documenting weddings is something I am very passionate about. I want to help make this time as special for you as possible, and help you to avoid unnecessary stress. I strive to be upfront about my prices and what you will receive for your investment. I have three wedding packages to choose from. These prices are based in the Portland Metro area, but I'd love to talk to you more about travel pricing if your wedding takes place in another location!
</p>
<div class="packages-container">
<div class="package classic">
<h3>Classic Package</h3>
<h5>Starts at $2500</h5>
<ul>
<li>Up to 6 hours of wedding day coverage</li>
<li>Timeline consultation</li>
<li>At least 500 edited photos in an online gallery</li>
</ul>
</div>
<div class="package deluxe">
<h3>Deluxe Package</h3>
<h5>Starts at $3000</h5>
<ul>
<li>7 hours of wedding day coverage</li>
<li>Timeline consultation</li>
<li>At least 600 edited photos in an online gallery</li>
<li>Complimentary engagement session</li>
</ul>
</div>
<div class="package ultimate">
<h3>Ultimate Package</h3>
<h5>Starts at $3600</h5>
<ul>
<li>8 hours of wedding day coverage</li>
<li>Timeline consultation</li>
<li>At least 700 edited photos in an online gallery</li>
<li>Complimentary engagement session</li>
<li>Up to 4 hours of second photography coverage</li>
</ul>
</div>
</div>
<p>
Additional time can be added to any of these packages on an hourly basis. Please contact me for more details regarding pricing. We can also discuss more options that include a second photographer on your wedding day. If you are interested in booking me, please contact me by email or phone so we can discuss your wedding in more detail. I'd love to sit down and chat about your expectations and vision for your day!
</p>
</div>
</div>
<hr>
<div class="package-text">
<div id="portraits">
<h3>Portrait Packages</h3>
<p>
I offer many kinds of portrait sessions including senior photos, family photos, maternity sessions, engagement photos, and branding shoots. Below are the two main packages I offer. If you're interested in something more custom feel free to reach out to me directly and we can chat more about what you have in mind.
</p>
<div class="packages-container">
<div class="package mini">
<h3>Mini Session</h3>
<h5>$350</h5>
<ul>
<li>+ 45-minute session</li>
<li>+ High resolution digital images</li>
<li>+ At least 50 edited photos in an online gallery</li>
</ul>
</div>
<div class="package portrait">
<h3>Portrait Session</h3>
<h5>$450</h5>
<ul>
<li>+ 90-minute session</li>
<li>+ 2nd location within 15 minutes of the first</li>
<li>+ 1 to 2 outfit changes</li>
<li>+ At least 100 edited photos in an online gallery</li>
</ul>
</div>
</div>
</div>
</div>
<div class="image-horizontal">
<img src="img/columbia-river-gorge-sunset-wedding-field.jpg" alt="Husum Highlands Columbia River Gorge Wedding">
</div>
<div class="prev-next"><a href="wedding-portfolio.html">
<p>View</p>
<h2>Wedding Portfolio</h2></a>
</div>
<div class="prev-next"><a href="portrait-portfolio.html">
<p>View</p>
<h2>Portrait Portfolio</h2></a>
</div>
<div class="top normal">
<i class="fa fa-angle-up fa-2x" aria-hidden="true"></i>
</div>
<div class="top fixed">
<i class="fa fa-angle-up fa-2x" aria-hidden="true"></i>
</div>
</div><!--end of content-->
</div><!--end of blog-post-->
<!--=================Start of Footer================-->
<div class="footer blog">
<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>