-
Notifications
You must be signed in to change notification settings - Fork 16
/
about.html
38 lines (35 loc) · 2.72 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
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>About Rectangles</title>
<link rel="stylesheet" href="assets/base.css">
<link rel="canonical" href="https://rectangles.app/about">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="Visualize your day as 144 rectangles, where each rectangle represents 10 minutes.">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://rectangles.app/assets/apple-touch-icon.png">
<meta name="twitter:description" content="Visualize your day as 144 rectangles, where each rectangle represents 10 minutes.">
<meta name="twitter:creator" content="@jmstfv">
<meta name="twitter:title" content="Rectangles">
</head>
<body style="max-width: 70rem">
<main class="p-2">
<h1 class="text-center border-b-3">About</h1>
<h2>Why?</h2>
<p>Inspired by <a href="https://waitbutwhy.com/2016/10/100-blocks-day.html" target="_blank" rel="noopener">waitbutwhy's article on time</a>, I decided to build this project to help myself and others put time into perspective.</p>
<p>I have also been heavily (ab)using flexbox in my projects but never took the time to learn the CSS grid.</p>
<p><a href="https://github.com/jmstfv/rectangles" target="_blank" rel="noopener">The code</a> is open source.</p>
<h2>Who?</h2>
<p>I'm Jama. I flip bits and write emails at <a href="https://notionbackups.com" target="_blank" rel="noopener">Notion Backups</a> and <a href="https://dunningbear.com" target="_blank" rel="noopener">Dunning Bear</a>. If you're curious what I'm up to, find me on <a href="https://jmstfv.com" target="_blank" rel="noopener">my personal weblog</a>, <a href="https://twitter.com/jmstfv" target="_blank" rel="noopener">Twitter</a>, or <a href="https://github.com/jmstfv" target="_blank" rel="noopener">Github</a>.</p>
<p>If you have suggestions or want to chat about anything, <a href="mailto:rectangles@jmstfv.com">shoot me an email</a> or reach out <a href="https://twitter.com/jmstfv" target="_blank" rel="noopener">on Twitter</a>. I also wrote <a href="https://httpguides.com" target="_blank" rel="noopener">HTTP Status Code guides.</a></p>
<h2>Optical illusion</h2>
<p>Look at the grid in its entirety and then look between rectangles: you will see dots between them. That wasn't intentional!</p>
<h2>Contact</h2>
<p>The best way to reach me is <a href="mailto:hello@rectangles.app" title="I care">by email</a>.
</main>
</body>
</html>