-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·24 lines (23 loc) · 1.28 KB
/
about.html
File metadata and controls
executable file
·24 lines (23 loc) · 1.28 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
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/about.png" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4>About Defining Technology.</h4>
<p>We have a simple goal here - make quality software, accessible. </p>
<p>If you've got a problem you think software could help solve, we're here to help guide you through the process.
No jargon, no buzzwords... Our aim is to make the process as simple as possible. At the end of the process, we
deliver solutions that are high quality and flexible enough to be added to in the future. As your problem changes,
the solution can too.</p>
<p>We're based at <a href="http://rookieoven.com" target="_blank">RookieOven</a>, a fantastic coworking space at the Fairfield
Shipyard Offices in Glasgow. Some of the greatest technical innovations of the Glasgow shipbuilding era came out of these offices.
Now, startups work side by side to keep that tradition of innovation alive. Why not come take a look?</p>
</div>
</div><! --/row -->
</div><! --/container -->