forked from Nackademinnifty/niftyframe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.php
More file actions
57 lines (45 loc) · 1.93 KB
/
Copy pathwork.php
File metadata and controls
57 lines (45 loc) · 1.93 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
$pageTitle = 'Our Work';
$pageId = 'works';
?>
<?php include 'incl/header.php'?>
<section class="work row">
<article class="jumbotron">
<header class="text-center">
<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>
</article>
<section>
<div class="col-xs-12 col-md-6 no-gutter">
<a href="craftfood.php">
<article id="craftfood">
<div class="col-xs-8 col-sm-5 col-md-3"><h4>Craftfood: Website</h4></div>
</article>
</a>
</div>
<div class="col-xs-12 col-md-6 no-gutter">
<a href="tittut.php">
<article id="tittut">
<div class="col-xs-8 col-sm-5 col-md-3"><h4>Tittut: Campaign site</h4></div>
</article>
</a>
</div>
<div class="col-xs-12 col-md-6 no-gutter">
<a href="training365.php">
<article id="training365">
<div class="col-xs-8 col-sm-5 col-md-3"><h4>Traning 365: Site & App</h4></div>
</article>
</a>
</div>
<div class="col-xs-12 col-md-6 no-gutter">
<a href="eko.php">
<article id="eko">
<div class="col-xs-8 col-sm-5 col-md-3"><h4>Eko: Campaign site</h4></div>
</article>
</a>
</div>
</section>
</section>
<?php include 'incl/footer.php'?>