-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathewn.php
37 lines (34 loc) · 1.64 KB
/
ewn.php
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
<?php
$pageTitle = "Energy Works Naturally";
$pageDesc = "Mark Landeryou Artisan is an web designer/developer, graphic designer and digital artist, based out of Sarnia Ontario serving Sarnia and London areas";
$pageKeywords = "Mark Landeryou Artisan Sarnia London Canada Graphic Designer Web Designer Web developer Digital Artist";
include "includes/header.php";
?>
<div class="work-feature-block row">
<div class="columns medium-7">
<a class="lightbox" href="#ewn"><img class="work-feature-block-image" src="img/thumbs/Energyworksnaturally_thumb.png"/></a>
</div>
<div class="columns medium-5">
<h2 class="work-feature-block-header">Project Description</h2>
<p>Energy Works Naturally is a WordPress site that is for natural healing and Reiki, in London Ontario.</p>
<h2>Project Details</h2>
<ul>
<li>WordPress</li>
</ul>
</div>
<div class="columns medium-7">
<h2 class="work-feature-block-header">Web Site Link</h2>
<p>Check out the web site here: <a href="http://energyworksnaturally.com" target="_blank">Energy Works Naturally</a></p>
</div>
</div>
<div class="port-btns row align-center">
<a href="portfolio.php" class="button"><i class="fa fa-home" aria-hidden="true"> Back to Portfolio</i></a>
</div>
<div class="lightbox-target" id="ewn">
<img src="img/Energyworksnaturally.png" alt="Energy Works Naturally Web Site">
<a class="lightbox-close" href="ewn.php"></a>
</div>
<?php
include "includes/socialmedia.php";
include "includes/footer.php";
?>