-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
27 lines (25 loc) · 1.32 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
---
layout: default
title: About Calculist
---
<div class="container">
<div class="section">
<div class="row center" style="text-align:justify;margin:0 auto;">
<div class="col s12 offset-m2 m8">
<h3 style="text-align:center;font-weight:bold;">About Calculist</h3>
<p class="flow-text">Calculist began when its creator Dan Allison was taking math courses and needed a note taking tool that could do inline calculations.</p>
<p class="flow-text">Following the successful Kickstarter campaign, private beta phase, and many iterations and improvements, Calculist 1.0 will be released in September of 2021.</p>
</div>
</div>
</div>
<div class="divider"></div>
<div class="section">
<div class="row center" style="text-align:justify;margin:0 auto;">
<div class="col s12 offset-m2 m8">
<h3 style="text-align:center;font-weight:bold;">Dan Allison</h3>
<p class="flow-text">Dan got started building software by way of animation and motion graphics back in 2011. He has worked for companies such as 10,000ft and Smartsheet, and his hobbies include drawing, juggling, and math'ing.</p>
<p class="flow-text">Dan occasionally draws comics and <a href="https://twitter.com/danallison" target="_blank">posts them on Twitter</a>.</p>
</div>
</div>
</div>
</div>