-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
83 lines (72 loc) · 4.11 KB
/
index.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
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
82
83
<?php
$pageTitle = "About";
$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";
// include "includes/nav.php";
?>
<section class="bluebackground">
<div class="grid-x grid-margin-x content-wrap">
<div class="large-12 cell">
<h2>About</h2>
<img src="img/marklanderyou.png" alt="Mark Landeryou Photo" title="Mark Landeryou" class="float-left photo">
<h4>I'm Mark Landeryou, and I'm an Digital Artisan.</h4>
<p>Specializing in<span class="bold"> Web design and development</span>, graphic design, digital illustration and painting, Photoshop work. <br>Mark Landeryou is an Artisan from <span class="bold">London, Ontario Canada, as well as Sarnia-Lambton Area</span>. He brings a lot of different experiences to his craft, he utilizes many different mediums for his creations. Mark is also an experienced web developer. So if you need a design or web site created he is your man.</p>
<p>The reason for the three coloured circles in the logo is to symbolize: Mind, body and Spirit. The significance of the three colours used is we as humans see in red, blue and green. Mark Landeryou tries to incorporate Mind, body and Spirit into his creations whether it be a web design or digital painting or illustration.</p>
<p>To see <a href="resume/index.html" target="_blank">Mark Landeryou's Resume</a>.</p>
</div>
</div>
</section>
<section class="content-wrap">
<h2 class="hidden">Video</h2>
<div class="responsive-embed widescreen">
<video poster="img/demoreel.png" controls>
<source src="videos/DemoReel.mp4" type="video/mp4">
<source src="videos/DemoReel.oggtheora.ogv" type="video/ogv">
<source src="videos/DemoReel.webmhd.webm" type="video/webm">
</video>
</div>
</section>
<div class="grid-x grid-margin-x content-wrap">
<div class="large-6 cell">
<h2>Recent Work</h2></div>
<div class="large-offset-3 large-6 cell">
<div class="orbit" role="region" aria-label="Some Work Completed" data-orbit>
<div class="orbit-wrapper">
<div class="orbit-controls">
<button class="orbit-previous"><span class="show-for-sr">Previous Slide</span>◀︎</button>
<button class="orbit-next"><span class="show-for-sr">Next Slide</span>▶︎</button>
</div>
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="img/thumbs/yoda_thumb.jpg" alt="Yoda">
<figcaption class="orbit-caption">Master Yoda Digital Painting.</figcaption>
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="img/thumbs/Prince_thumb.jpg" alt="Prince">
<figcaption class="orbit-caption">Digital Painting of Prince.</figcaption>
</figure>
</li>
</ul>
</div>
<nav class="orbit-bullets">
<h2 class="hide">Slider navigation</h2>
<button class="is-active" data-slide="0"><span class="show-for-sr">First slide details.</span><span class="show-for-sr">Current Slide</span></button>
<button data-slide="1"><span class="show-for-sr">Second slide details.</span></button>
</nav>
</div>
</div>
</div>
<section class="grid-x grid-margin-x content-wrap">
<div class="large-12 cell">
<h2>Coming Soon</h2>
<p>At <span class="bold">Mark Landeryou Artisian</span> we will soon be offering <span class="bold">limited edition</span> prints of the art created for sale. Once they are sold no more will be sold.</p>
</div>
</section>
<?php
include "includes/socialmedia.php";
include "includes/footer.php";
?>