Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AZ Update #94

Merged
merged 1 commit into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="col-md-4">
<h3>Contact Details</h3>
<p>
5012 Whisper Willow Dr<br>Fairfax, VA 22030<br>
Chanlder, AZ 85249<br>
</p>
<p>
<em class="fa fa-phone"></em> <abbr title="Phone">P</abbr>: <a
Expand Down
223 changes: 115 additions & 108 deletions public/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once dirname ( $_SERVER ['DOCUMENT_ROOT'] ) . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'autoloader.php';
require_once dirname($_SERVER ['DOCUMENT_ROOT']) . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'autoloader.php';
$session = new Session();
$session->initialize();
$user = User::fromSystem();
Expand All @@ -10,147 +10,154 @@

<head>

<?php require_once dirname( $_SERVER['DOCUMENT_ROOT'] ) . DIRECTORY_SEPARATOR . "templates/header.php"; ?>
<?php require_once dirname($_SERVER['DOCUMENT_ROOT']) . DIRECTORY_SEPARATOR . "templates/header.php"; ?>
<link href="/css/hover-effect.css" rel="stylesheet">

<?php
$rand = "";
if ($user->isAdmin ()) {
$rand = "?" . Strings::randomString ();
if ($user->isAdmin()) {
$rand = "?" . Strings::randomString();
?>
<link href="/css/uploadfile.css" rel="stylesheet">
<?php
<link href="/css/uploadfile.css" rel="stylesheet">
<?php
}
?>

</head>

<body>

<?php require_once dirname( $_SERVER['DOCUMENT_ROOT'] ) . DIRECTORY_SEPARATOR . "templates/nav.php"; ?>
<?php require_once dirname($_SERVER['DOCUMENT_ROOT']) . DIRECTORY_SEPARATOR . "templates/nav.php"; ?>

<!-- Page Content -->
<div class="page-content container">
<!-- Page Content -->
<div class="page-content container">

<!-- Services Section -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header text-center">Photography Services</h2>
<!-- Services Section -->
<div class="row">
<div class="col-lg-12">
<!-- <h1 class="page-header">Photography Services</h1>-->
<div style="margin-top: 80px; margin-bottom:30px;">
<p>If you've heard the news, my family has moved to Phoenix Arizona! We've traded in the humid heat
for dry and invested heavily in sunscreen. But don't count me out to photograph your beautiful
family in Northern Virginia! I'll still be frequenting Fairfax, Burke, Springfield, McLean,
Oakton, Herndon and Washington, DC as I have <a href="/b-nai-mitzvah/index.php">Mitzvahs</a> and
<a href="/wedding/index.php">Weddings</a> booked through 2026 and will be back in town to capture
those clients' milestones. Here is my updated calendar to see when you can book a Mini photography
session or a full family photography session in Virginia.</p>
<p>If you're here in Arizona I'm beyond excited to be here with you. We're an adventurous family of four
that loves the outdoors and hiking. I'm bubbling with excitement to document families in this
gorgeous new landscape and have already started scouting out the area.
<a href="/contact.php">Contact me</a> today for special portfolio building rates - I can't wait to
meet you!</p>
</div>
<div class="col-md-6 col-xs-12">
<div section='Portraits'
class="hovereffect img-portfolio<?php if ($user->isAdmin ()) { echo " editable horizontal"; } ?>">
<span class='preview-title'>Portraits</span> <img
</div>
<div class="col-md-6 col-xs-12">
<div section='Mitzvahs'
class="hovereffect img-portfolio<?php if ($user->isAdmin()) {
echo " editable horizontal";
} ?>">
<span class='preview-title'>B'nai Mitzvahs</span> <img
class="img-responsive" src="/img/main/mitzvahs.jpg<?php echo $rand; ?>"
width="100%" alt="B'nai Mitzvahs">
<div class="overlay">
<br/> <br/> <br/> <a class="info" href="/b-nai-mitzvah/index.php">See
More</a>
</div>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div section='Portraits'
class="hovereffect img-portfolio<?php if ($user->isAdmin()) {
echo " editable horizontal";
} ?>">
<span class='preview-title'>Portraits</span> <img
class="img-responsive"
src="/img/main/portraits.jpg<?php echo $rand; ?>" width="100%"
alt="Portraits">
<div class="overlay">
<br /> <br /> <br /> <a class="info" href="/portrait/index.php">See
More</a>
</div>
<div class="overlay">
<br/> <br/> <br/> <a class="info" href="/portrait/index.php">See
More</a>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div section='Weddings'
class="hovereffect img-portfolio<?php if ($user->isAdmin ()) { echo " editable horizontal"; } ?>">
<span class='preview-title'>Weddings</span> <img
</div>
<div class="col-md-6 col-xs-12">
<div section='Weddings'
class="hovereffect img-portfolio<?php if ($user->isAdmin()) {
echo " editable horizontal";
} ?>">
<span class='preview-title'>Weddings</span> <img
class="img-responsive" src="/img/main/weddings.jpg<?php echo $rand; ?>"
width="100%" alt="Weddings">
<div class="overlay">
<br /> <br /> <br /> <a class="info" href="/wedding/index.php">See
More</a>
</div>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div section='Mitzvahs'
class="hovereffect img-portfolio<?php if ($user->isAdmin ()) { echo " editable horizontal"; } ?>">
<span class='preview-title'>B'nai Mitzvahs</span> <img
class="img-responsive" src="/img/main/mitzvahs.jpg<?php echo $rand; ?>"
width="100%" alt="B'nai Mitzvahs">
<div class="overlay">
<br /> <br /> <br /> <a class="info" href="/b-nai-mitzvah/index.php">See
More</a>
</div>
<div class="overlay">
<br/> <br/> <br/> <a class="info" href="/wedding/index.php">See
More</a>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div section='Commercial'
class="hovereffect img-portfolio<?php if ($user->isAdmin ()) { echo " editable horizontal"; } ?>">
<span class='preview-title'>Commercial</span> <img
</div>
<div class="col-md-6 col-xs-12">
<div section='Commercial'
class="hovereffect img-portfolio<?php if ($user->isAdmin()) {
echo " editable horizontal";
} ?>">
<span class='preview-title'>Commercial</span> <img
class="img-responsive" src="/img/main/commercial.jpg<?php echo $rand; ?>"
width="100%" alt="Commercial">
<div class="overlay">
<br /> <br /> <br /> <a class="info" href="/commercial/index.php">See
More</a>
</div>
<div class="overlay">
<br/> <br/> <br/> <a class="info" href="/commercial/index.php">See
More</a>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.row -->

<!-- Features Section -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Welcome to Saperstone Studios</h2>
</div>
<div class="col-md-12">
<img style='max-width: 100%;' alt="Where Saperstone Studios Works"
src='img/locationbox.png' align='right' />
<p>
Allow me to introduce myself! I've worked in the photography
industry for over 10 years, coordinating photo shoots and
performing high level color management and retouch for program
books and billboards for Ringling Bros. Barnum & Bailey Circus <em>[[So
many elephants!]]</em> as well as a local DC fashion company
managing the retouch workflow and consistent quality control.
</p>
<p class="lead">I've started Saperstone Studios with the hope of
providing not just photography, but also an experience.</p>
<p>I'm located in Fairfax, VA and provide professional photography for
the DC Metro area photographing countless moments for
everything from weddings and engagements to family and events. Each
time I pull out my camera I strive to provide a unique, fun
photography experience where you can be, well, you! Many clients
have let me know they didn't know what to expect but were
pleasantly surprised how at ease they felt in front of the camera.
We'll have fun capturing natural, fun moments that reflect who you
are as a couple or family. My photography style is vibrant and
colorful to reflect how you love life.</p>
<p>I truly love flipping through my grandparents wedding album
whenever I visit them, it brings me back to a time I obviously
wasn't around to know them but the stories that get told are
priceless and give insight to the people they were and the amazing
people they've become. Photography isn't just for you. It's for
your children and your children's children, and your children's
children's child....well, you get the point :) Slow down and take a
moment to capture life as it is now with a photography session with
Saperstone Studios.</p>
<p>I also provide retouching services that include restoring old
photographs, enhancing poor wedding day photography, removing
people/distractions, opening eyes etc. The possibilities are
endless!</p>
<p>
Have a photography or retouch assignment for Saperstone Studios? <a
href="/contact.php">Let us tell your story</a>!
</p>
</div>
<!-- Features Section -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Welcome to Saperstone Studios</h2>
</div>
<div class="col-md-12">
<!-- <img style='max-width: 100%;' alt="Where Saperstone Studios Works"-->
<!-- src='img/locationbox.png' align='right'/>-->
<p>Allow me to introduce myself! I've worked in the photography industry for over 10 years, coordinating
photo shoots and performing high level color management and retouch for program books and billboards
for Ringling Bros. Barnum & Bailey Circus [[So many elephants!]] as well as a local DC fashion company
managing the retouch workflow and consistent quality control.</p>
<p class="lead">I've started Saperstone Studios with the hope of
providing not just photography, but also an experience.</p>
<p>I'm located in Chandler, Arizona and provide professional photography for the Phoenix, Arizona and
surrounding areas such as Scottsdale, Gilbert, Mesa, Tempe, Queen Creek, San Tan Valley, Chandler,
Apache Junction, Gold Canyon, Paradise Valley, Fountain Hills and more. Saperstone Studios photographs
countless moments for everything from Mitzvahs and weddings to family and events. Each time I pull out
my camera I strive to provide a unique, fun photography experience where you can be, well, you! Many
clients have let me know they didn't know what to expect but were pleasantly surprised how at ease they
felt in front of the camera. We'll have fun capturing natural, fun moments that reflect who you are as a
family or couple.</p>
<p class="lead">My photography style is vibrant and colorful to reflect how you love life.</p>
<p>I also provide retouching services that include restoring old photographs, enhancing poor wedding day
photography, removing people/distractions, opening eyes etc. The possibilities are endless!</p>
<p>Have a photography or retouch assignment for Saperstone Studios? <a href="/contact.php">Let us tell your
story</a>!
</p>
<p>* Based in Chandler, AZ serving the Phoenix Metropolitan area as well as Northern VA, Washington, DC,
Maryland & Beyond</p>
</div>
<!-- /.row -->
</div>
<!-- /.row -->

<?php require_once dirname( $_SERVER['DOCUMENT_ROOT'] ) . DIRECTORY_SEPARATOR . "templates/footer.php"; ?>
<?php require_once dirname($_SERVER['DOCUMENT_ROOT']) . DIRECTORY_SEPARATOR . "templates/footer.php"; ?>

</div>
<!-- /.container -->
<?php
if ($user->isAdmin ()) {
?>
</div>
<!-- /.container -->

<?php
if ($user->isAdmin()) {
?>
<script src="/js/edit-image.js"></script>
<script src="/js/jquery.uploadfile.js"></script>
<?php
}
?>
}
?>

</body>

Expand Down
Loading
Loading