/ portfolio.html
portfolio.html
 1  {{>start}}
 2  <!-- Main -->
 3  	<div id="main" class="wrapper style1">
 4  		<div class="inner">
 5  			<header class="major">
 6  				<h1>Showcase</h1>
 7  				<p>Here, you can see some of the results of the work we do.</p>
 8  			</header>
 9  			<div class="row gtr-50 gtr-uniform">
10  				<div class="col-4 col-12-xsmall">
11  					<a href="http://refugio.credenso.cafe/" target="_blank" style="text-decoration: none">
12  						<section class="box">
13  						<span class="image fit nofilter"><img src="images/z/el_refugio.jpg" alt="" /></span>
14  						<p style="color: initial">
15  						El Refugio is a waste-minimizing eco-hostel in Sayulita, Mexico. In addition to hotel 
16  						operations, El Refugio has regular events and classes within its space. In addition to
17  						holding information, this website has a built-in calendar and practitioner database 
18  						where people can learn about who is running events and workshops out of the space.
19  						</p>
20  						</section>
21  					</a>
22  				</div>
23  				<div class="col-4 col-12-xsmall">
24  					<a href="https://torontoislandwellness.ca" target="_blank" style="text-decoration: none">
25  						<section class="box">
26  						<span class="image fit nofilter"><img src="images/z/tiw.jpg" alt="" /></span>
27  						<p style="color: initial">
28  						Toronto Island Wellness is a project that was undertaken in 2024. We worked with a
29  						brand designer to realize a specific vision for the wellness community. This page
30  						is non-interactive and all upkeep is managed by the business owner. You can read
31  						Oliver's testimonial below.
32  						</p>
33  						</section>
34  					</a>
35  				</div>
36  				<div class="col-4 col-12-xsmall">
37  					<a href="https://credenso.cafe/info/" target="_blank" style="text-decoration: none">
38  						<section class="box">
39  						<span class="image fit nofilter"><img src="images/z/solar.jpg" alt="" /></span>
40  						<p style="color: initial">
41  						S☉LAR is the web toolkit which underpins much of what we do at Bit By Bit. Designed
42  						with first-principles thinking, it is intended to provide all the necessary scaffolding
43  						for building a social media page which allows you to maintain ownership over your
44  						digital identity and the content you share.
45  						</p>
46  						</section>
47  					</a>
48  				</div>
49  			</div>
50  			<style>
51  			.row > div {
52  				transition: opacity 0.3s ease;
53  			}
54  			.row > div:hover {
55  				opacity: 0.85;
56  			}
57  			</style>
58  			<hr/>
59  			<h3>Testimonials</h3>
60  			<blockquote>
61      			"I was hopping between Squarespace, Wix, and other services that couldn't really do what I was looking for when I met Zen.
62  
63      			Working with a designer, Zen put together a website that covered all of my needs and was so much slicker than any website that I had built on a structured service.
64  
65      			With his help, I was able to set up hosting for that website at about 1/6th of the price that other services were offering.
66  
67      			Now with Zen's guidance, I write my own (ChatGPT-assisted) HTML. I am fully capable of updating and altering the website using tools that make the process easy, accessible, and efficient.
68  
69      			If you're looking for an independent web developer who excels in teaching and team collaboration, I highly recommend Zen."
70  
71  			<br><b>- Oliver Bee Dasey-Springer RMT, Toronto Island Wellness (September 2024)</b>
72      			</blockquote>
73  			<blockquote>
74      			"Zenen has been great to work with! From the beginning, he was receptive to my specific needs and made sure I understood everything he was putting together, allowing me to make changes as needed.
75  
76      			Even months later, he continued to help me solve problems, making things easy for me. I feel confident and secure with Zenen hosting my website and guiding me through how to run it myself!"
77      			
78  			<br><b>- Caleb deGroot-Magetti, CGM Music (September 2024)</b>
79      			</blockquote>
80  		</div>
81  	</div>
82  {{>end}}