-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (64 loc) · 2.13 KB
/
index.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<title>{ Curly Brackets }</title>
<meta name="description" content="iOS, Android, Ruby on Rails, development, and design.">
<link rel="stylesheet" type="text/css" href="/stylesheets/reset.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/style.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<header>
<h1><a href="/">{ Curly Brackets }</a></h1>
</header>
<p>
Curly Brackets is a joint venture<br>
between <a href="http://giovanni.curlybrackets.it">Giovanni Cappellotto</a> and <a href="http://giorgia.curlybrackets.it">Giorgia Marenda</a>.
</p>
<h2>Projects</h2>
<h3>Enqueue</h3>
<p>
Twitter automation tool.<br>
Haskell, Scotty, PostgreSQL.<br>
<del>http://enqueue.it</del>
</p>
<h3>DIY & Crafts</h3>
<p>
Create and share a collage of pictures to explain in a beautiful and easy way your handmade creation step by step.<br>
iOS<br>
<del>https://itunes.apple.com/us/app/diy-crafts-editor/id633299638</del>
</p>
<h3>Ratatouille</h3>
<p>
Share your fridge with others, find what you need or give away what you don't need.<br>
Ruby, Ruby on Rails, PostgreSQL, iOS.<br>
<del>http://www.ratatouille-app.com</del>
</p>
<h3>Tomatoes</h3>
<p>
A productivity app inspired by the Pomodoro Technique®.<br>
Ruby, Ruby on Rails, MongoDB.<br>
<del>http://tomato.es</del>
</p>
<h3><a href="http://drawbang.com">Draw!</a></h3>
<p>
A low-def pixel art editor.<br>
Ruby, Sinatra, Redis.<br>
<a href="http://drawbang.com">http://drawbang.com</a>
</p>
<h2>Contact</h2>
<p>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="http://twitter.com/curly_brackets">@curly_brackets</a>
</p>
<footer>
<p>Curly Brackets</p>
</footer>
</div>
</body>
</html>