-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.php
120 lines (73 loc) · 3.67 KB
/
work.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<hr class="featurette-divider" id="work">
<div class="featurette" >
<h2 class="featurette-heading" style="margin-bottom:40px;">Here is our Previous work. <span class="muted">Take a look around.</span></h2>
<div id="carouselBackGround">
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="img/work1.png" alt="Stove suppliers">
<div class="container">
<div class="carousel-caption">
<h1>Stove Suppliers</h1>
<p class="lead">This is a bespoke Ecommerce site for a company that sells stoves. They have many products that they want to sell. (site still under construction) </p>
<div id="nav">
<a class="btn btn-large btn-primary" href="www.willkerswell.com/stovesuppliers" target="_blank">Take a look</a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/work2.png" alt="Mountain bear">
<div class="container">
<div class="carousel-caption">
<h1>Mountain Bear </h1>
<p class="lead">This client need a site to show case one of there first products. The prefect place for customers to come and see what they are about and purchase the produt.</p>
<div id="nav">
<a class="btn btn-large btn-primary" href="http://mountainbearuk.com/" target="_blank">Take a look</a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/work3.png" alt="Fabric land">
<div class="container">
<div class="carousel-caption">
<h1>Fabric Land</h1>
<p class="lead">This client needed a site to sell all the custom made fabric</p>
<div id="nav">
<a class="btn btn-large btn-primary" href="#work">Take a look</a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/work4.png" alt="Tiny Rhino Admin">
<div class="container">
<div class="carousel-caption">
<h1>Tiny Rhino Admin area</h1>
<p class="lead">All of our site that can manage content will come with out tiny rhino admin area. there is none availible for you to very at this moment as they are all private for the customers but we are working on makeing an example one to be viewed.</p>
<div id="nav">
<a class="btn btn-large btn-primary" href="#work">Take a look</a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/work5.png" alt="Gardens">
<div class="container">
<div class="carousel-caption">
<h1>Garden walls</h1>
<p class="lead">This is a simple site use by our client to show off the work. great for their online presence.</p>
<div id="nav">
<a class="btn btn-large btn-primary" href="#work">Take a look</a>
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<hr class="featurette-divider">