-
Notifications
You must be signed in to change notification settings - Fork 0
/
lcc.php
33 lines (30 loc) · 1.41 KB
/
lcc.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
<?php
$pageTitle = "Landtech Computer Consulting";
$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="#lcc"><img class="work-feature-block-image" src="img/thumbs/LCC1_thumb.png"/></a>
</div>
<div class="columns medium-5">
<h2 class="work-feature-block-header">Project Description</h2>
<p>Landtech Computer Consulting was a computer consulting and web design/development company, based in London Ontario, Canada. The site was done in WordPress.</p>
<h2>Project Details</h2>
<ul>
<li>WordPress</li>
</ul>
</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="lcc">
<img src="img/LCC1.png" alt="Landtech Computer Consulting">
<a class="lightbox-close" href="lcc.php"></a>
</div>
<?php
include "includes/socialmedia.php";
include "includes/footer.php";
?>