-
Notifications
You must be signed in to change notification settings - Fork 0
/
yoda.php
32 lines (30 loc) · 1.41 KB
/
yoda.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
<?php
$pageTitle = "Master Yoda";
$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="#yoda"><img class="work-feature-block-image" src="img/thumbs/yoda_thumb.jpg" alt="Master Yoda Digital Illustration" /></a>
</div>
<div class="columns medium-5">
<h2 class="work-feature-block-header">Project Description</h2>
<p>A digital illustration of Master Yoda from the movie Star Wars. Done on a Wacom Tablet. </p>
<h2>Project Details</h2>
<ul>
<li>Digital Illustration</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="yoda">
<img src="img/yoda.jpg" alt="Master Yoda Digital Painting">
<a class="lightbox-close" href="yoda.php"></a>
</div>
<?php
include "includes/socialmedia.php";
include "includes/footer.php";
?>