-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·49 lines (41 loc) · 2.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Thiago Christof</title>
<meta name="description" content="Personal page of Thiago Christof.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="stylesheets/screen.css">
<link rel="canonical" href="http://bakeapie.org/">
<meta property="og:image" content="http://bakeapie.org/images/thiagochristof.jpg">
<meta name="google-site-verification" content="ho8MnhbXC0Vlw6cjdH0k6hwt_a_-KOzcjFvRu12Kxyk" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-39630414-1', 'thiagochristof.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<header itemscope itemtype="http://schema.org/Person">
<img itemprop="image" src="images/thiagochristof.jpg" width="150" height="150" alt="Thiago Christof" class="profile">
<h1 itemprop="name">Thiago Christof</h1>
<p class="social">E-mail: <a itemprop="email" href="mailto:[email protected]">[email protected]</a><br>
Twitter: <a href="http://twitter.com/thiagochristof">@thiagochristof</a></p>
</header>
<section role="main">
<h2><span>We are blinded</span> by a deep-rooted mindset,</h2>
<p>and it tells that developing is all about staying inside the OS walls. This is not necessarily to be the truth. In fact, it appears to exist a whole universe of brand new applications to be explored, applications that put <em>people</em> above the devices being holded in their hands.</p>
<p>I propose <strong>OpenPie</strong>. It can transmit data between devices, regardless the OS they are running or manufacturer constraints, by adopting a new mindset and simple existing technologies.</p>
<p>OpenPie is open at <a href="http://openpie.org">openpie.org</a></p>
<a href="http://openpie.org"><img src="images/openpie.jpg" width="200" height="240" alt="OpenPie.org"></a>
<span class="caption">“Pies are made to be shared”</span>
<h2>Another contributions</h2>
<p>In company of talented people, I'm currently running another contributions. Among them, I'm the co-creator and co-organizer of <a href="http://sancahub.com.br">Sanca Hub</a>, a meeting of startups from São Carlos (SP, Brazil).</p>
<h2>Previous contributions</h2>
<p>In the early years I was focused to contribute to Astronomy web community. Two big highlights were Projeto Urânia and Urania View.</p>
</section>
</body>
</html>