-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrap.txt
More file actions
196 lines (193 loc) · 10.1 KB
/
Copy pathscrap.txt
File metadata and controls
196 lines (193 loc) · 10.1 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!-- Portfolio Modals -->
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="portfolioModal1" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="ion-close-round"></i> close</button>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Big Bend Cafe</h2>
<hr class="colored">
<img src="assets/images/project1.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-12">
<div class="item">
<br>
<p>ZDesign took the existing identity and theme of the Big Bend Cafe and gave it a face lift to create this clean, simple website. We created a custom Wordpress theme, then handed it over to our client so they could edit and add content as desired. An Instagram feed was integrated so the Big Bend could update their website with a simple post from their phone.</p>
<div class="text-center">
<a href="http://www.bigbendcafe.ca" target="_blank">
<button class="btn btn-lg btn-skin-border center-block">open project</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="portfolioModal2" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="ion-close-round"></i> close</button>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Palisade River Ranch</h2>
<hr class="colored">
<img src="assets/images/project2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-12">
<div class="item">
<br>
<p>ZDesign was lucky enough to visit this beautiful property to get a feel for what the owners were trying to create. This website tried to truly capture the atmosphere of the Palisade River Ranch, and show the user all aspects of the property. The owners wanted to keep things simple, leaving lots of room for the website to grow as the property develops. We look forwarding to updating and adding to this site as the Palisade River Ranch expands.</p>
<div class="text-center">
<a href="https://www.palisaderiverranch.com" target="_blank">
<button class="btn btn-lg btn-skin-border center-block">open project</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="portfolioModal3" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="ion-close-round"></i> close</button>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Livingston Pilates</h2>
<hr class="colored">
<img src="assets/images/project3.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-12">
<div class="item">
<br>
<p>This was a budget-oriented project created for a brand new pilates studio in Livingston, Montana. Realizing that a website is just one piece of the many costs with starting a new business, ZDesign was able to make this an extremely budget-friendly project. We created a custom Wordpress theme, and set it up with custom fields so that our client create new pages and content as her studio came to life.</p>
<div class="text-center">
<a href="http://www.livingstonpilates.com" target="_blank">
<button class="btn btn-lg btn-skin-border center-block">open project</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="portfolioModal4" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="ion-close-round"></i> close</button>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>KMC Ads</h2>
<hr class="colored">
<img src="assets/images/project4.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-12">
<div class="item">
<br>
<p>ZDesign was contracted to create multiple print advertisements for the Big Bend Cafe, keeping with the new branding and identity created with their website. These ads can be seen in local Golden magazines, as well as in Kootenay Mountain Culture.</p>
<!-- <div class="text-center">
<a href="http://www.bigbendcafe.ca" target="_blank">
<button class="btn btn-lg btn-skin-border center-block">open project</button>
</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="portfolioModal5" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="ion-close-round"></i> close</button>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Frisky Fresh Fish</h2>
<hr class="colored">
<img src="assets/images/project5.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-12">
<div class="item">
<br>
<p>Frisky Fresh Fish hired ZDesign to build them a simple, fun online presence. We created a playful website highlighting current pricing, and locations where you can find Frisky Fresh.</p>
<div class="text-center">
<a href="http://www.friskyfreshfishslc.com" target="_blank">
<button class="btn btn-lg btn-skin-border center-block">open project</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" id="portfolioModal6" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="ion-close-round"></i> close</button>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Finder</h2>
<hr class="colored">
<img src="assets/images/project6.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-12">
<div class="item">
<br>
<p>ZDesign has been lucky to secure an ongoing contract with <a href="https://www.finder.com" target="_blank">finder.com </a>as an on-call web designer/developer. We have created numerous responsive web pages, campaigns, and content for finder, all with Search Engine Optimization at the forefront.</p>
<div class="text-center">
<a href="https://www.finder.com" target="_blank">
<button class="btn btn-lg btn-skin-border center-block">open project</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--top bar start-->
<div class="top-bar">
<div class="container">
<div class="row">
<div class="col-sm-6 hidden-sm-down">
<ul class="list-inline">
<li class="list-inline-item"><a href="tel:1-250-939-8372" class="tel"><i class="ion-ios-telephone"></i> (250) 939-8372</a></li>
</ul>
</div><!--top left col end-->
<div class="col-sm-6 hidden-sm-down text-right">
<ul class="list-inline top-socials">
<li class="list-inline-item"><a href="mailto:hello@z-design.ca"><i class="ion-ios-email"></i> hello@z-design.ca</a></li>
</ul>
</div><!--top social col end-->
</div><!--row-->
</div><!--container-->
</div>
<!--top bar end-->