-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (56 loc) · 1.48 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
---
layout: default
title: Giorgia.
description: Giorgia Marenda.
background_color: rgb(255, 255, 255)
title_color: rgb(0, 0, 0)
accent_color: rgb(0, 0, 255)
text_color: rgb(0, 0, 0)
---
<div class="block">
<div class="subtitle">
<h4>
developer . designer </br>
</h4>
</div>
<div class="works_block">
<h2>
personal projects
</h2>
<h3>
ratatouille
</h3>
<p>Ratatouille helps you find someone who'll be happy to take your extra food. Share your fridge with others, find what you need or give away what you don't need. No waste, no stress.
</p>
<a href="ratatouille.html">more</a>
<h3>
tomatoes
</h3>
<p>Tomatoes is a Pomodoro Technique® online time tracker. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros, the plural in English of the Italian word pomodoro (tomato).
</p>
<a href="tomatoes.html">more</a>
<h3>
drawbang
</h3>
<p>Draw! is a pixel art editor. It offers just 16 x 16 pixels, 16 colors and 16 frames to challenge even the most expert artist.
</p>
<a href="drawbang.html">more</a>
</div>
<div class="works_block">
<h2>
worked at
</h2>
<h4>
<a href="http://www.hugeinc.com">HUGE inc</a>
</h4>
<h4>
<a href="http://www.sumall.com">SumAll inc</a>
</h4>
<h4>
<a href="http://www.curlybrackets.it">Curly Brackets</a>
</h4>
<h4>
<a href="http://www.h-umus.it">H-umus</a>
</h4>
</div>
</div>