forked from Nackademinnifty/Nifty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.php
More file actions
41 lines (29 loc) · 1.09 KB
/
work.php
File metadata and controls
41 lines (29 loc) · 1.09 KB
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
<?php
$pageTitle = 'Our Work';
$pageId = 'works';
?>
<?php include 'incl/header.php'?>
<section class="work">
<header id="workHeader">
<h1>Our work</h1>
<p>At nifty we take great pride in our work.</p>
<p>Take a look further down to see some selected work that we are extra proud of.</p>
</header>
<a href="craftfood.php">
<article id="craftfood">
<div><h2>Craftfood: Website</h2></div>
</article></a>
<a href="tittut.php">
<article id="tittut">
<div><h2>Tittut: Campaign site</h2></div>
</article></a>
<a href="training365.php">
<article id="training365">
<div><h2>Traning 365: Site & App</h2></div>
</article></a>
<a href="eko.php">
<article id="eko">
<div><h2>Eko: Campaign site</h2></div>
</article></a>
</section>
<?php include 'incl/footer.php'?>