-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
28 lines (27 loc) · 1.21 KB
/
about.html
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
---
layout: default
title: About BinaryAge
menu: about
---
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Welcome to BinaryAge!</h2>
<p>How much time do you spend working on a computer?</p>
<p>We are developers and we spend a lot of time in front of a computer screen. And that is why we really care about our software tools. We're quite picky and have strong opinions how tools should work. Chances are you are similar to us.</p>
<p>Let's <a href="https://discuss.binaryage.com">share ideas, code and better workflows</a>!</p>
</div>
<div class="col-md-4">
<h2><i class="fa fa-comments"></i> Need support?</h2>
<div>
<p>If possible, we prefer you to post your issues to <a href="https://discuss.binaryage.com">our public forums</a>.
Chances are that other people could help or maybe learn from our discussions.
</p>
</div>
<h3><i class="fa fa-file-text-o"></i> Looking for a lost license?</h2>
<p>Please contact us privately at <b><a href="mailto:[email protected]?subject=Lost%20license">[email protected]</a></b>.</p>
</div>
</div>
</div>
</div>