-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing.aspx
81 lines (67 loc) · 4.66 KB
/
pricing.aspx
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
<%@ Page Language="C#" MasterPageFile="~/site.master" AutoEventWireup="true" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<style type='text/css'>
body { background:url(dummy/Pricing/h5.jpg) no-repeat center top }
</style>
<div class="container">
<header id="header" class="sixteen columns">
<div class="row transparent">
<div class="four columns logo alpha">
<h1 id="logo"><a href="index.aspx"><img src="img/logo.png" alt=""></a></h1>
</div>
<div class="twelve columns omega">
<% Response.WriteFile("navigation.html"); %>
</div><!-- /twelve -->
</div><!-- /row -->
</header><!-- /header -->
<div id="main" class="sixteen columns normal group">
<h2 class="page-title">Pricing</h2>
<div class="sixteen fullwidth columns alpha content hyphenate">
<article class="entry">
<h4>Wedding:</h4>
<p><img src="dummy/Pricing/wedding.jpg" alt="" class="alignleft">
Wedding packages start at $1000. All packages include a DVD of all your images along with
an online gallery for viewing. Please <a href="contact.aspx">contact me</a> for more complete package pricing.</br></br>
Your wedding day is one of the most important days of your life and choosing a photographer to
capture those lasting memories is an important decision. As a photographer, I want to get to know
you as a couple so I can help make your wedding memories special.</br></br></p>
<h4>Engagement:</h4>
<p><img src="dummy/Pricing/engagement.jpg" alt="" class="alignright">Engagement packages start at $300. All packages include a DVD of all your images along with an
online gallery for viewing. Please <a href="contact.aspx">contact me</a> for more complete package pricing.</br></br>
An engagement session is a great way for you to capture a moment in time with your loved one, before your big day.
You will always remember all of the excitement leading up to your big day. Share these feelings with your family and friends through memorable photographs.</br></br></p>
<h4>Family, Maternity, Newborn:</h4>
<p><img src="dummy/Pricing/family.jpg" alt="" class="alignleft">Packages start at $60. Session is in a place of your choosing, we can meet at a local
park, sporting event, or in the comfort of your home. Please <a href="contact.aspx">contact me</a> for more complete package pricing.</br></br>
An expecting mother and family, or a newborn addition to your family, you should look for a professional photographer.
Milestones like graduation and pausing to bring your family together for quality photographs will allow you to always look back at the special times in your life.</br></br></p>
</article><!-- /post -->
</div><!-- sixteen -->
</div><!-- /main -->
</div><!-- /container -->
<!-- <div id="footer-wrap">
<footer class="container footer">
<div class="sixteen columns">
<aside class="one-third column alpha widget_text widget group">
<h3><span>Text widget</span></h3>
<div class="textwidget">
<p>Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante.</p>
</div>
</aside>
<aside class="one-third column widget_text widget group">
<h3><span>Text widget</span></h3>
<div class="textwidget">
<p>Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante.</p>
</div>
</aside>
<aside class="one-third column omega widget_text widget group">
<h3><span>Text widget</span></h3>
<div class="textwidget">
<p>Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante.</p>
</div>
</aside>
</div> --><!-- /sixteen -->
<!-- </footer>
</div> --><!-- /footer-wrap -->
<b id="t" class="brd"></b> <b id="l" class="brd"></b> <b id="r" class="brd"></b> <b id="b" class="brd"></b>
</asp:Content>