-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
93 lines (83 loc) · 4.97 KB
/
about.html
File metadata and controls
93 lines (83 loc) · 4.97 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>About | Daniel Puglisi</title>
<meta name="author" content="Daniel Puglisi" />
<meta name="description" content="Developer, Designer and le Creed at Codegestalt." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta property="og:description" content="<article class="post"> <div class="wrapper"> <div class="inner"> <header> <h1 class="post-title">About me</h1> <div class="meta">- a short introduction to my very own</div> </header> <p>Hello there. Friend. Stranger. Human. I would like to introduce myself to you. My name is Daniel. I'm an independant Designer and Developer who is trying to draw his own steps into the floating sand of life. </p> <p> I love to build, form and create things. I believe in passion, simplicity and communication. I develop software mostly in Ruby..." />
<link rel="stylesheet" href="/stylesheets/application.css" type="text/css" media="screen, projection" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- <script src="/javascript/lte-ie7.js"></script> -->
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32260198-1']);
_gaq.push(['_setDomainName', 'danielpuglisi.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<section class="full-width">
<section class="header">
<div class="wrapper">
<div class="inner">
<!-- <a href="/" class="logo"><img src="/images/logo.png"></a> -->
<div class="logo">
<!-- <a href="/" class="domain">danielpuglisi.com</a><a href="/blog" class="directory">/blog</a> -->
<a href="/" class="domain">daniel<span class="directory">puglisi</span>.com</a>
</div>
Hi, I'm <a href="/about.html">Daniel</a>. Designer, Developer & Co-Founder of Codegestalt.
<div class="categories-list">
I write about my
<a href="/blog/startup">startup life</a>,
<a href="/blog/productivity">productivity</a>,
<a href="/blog/programming">programming</a>,
<a href="/blog/music">music</a> and a lot of other things.
</div>
<div class="navigation">
<!-- <a href="/blog">Blog</a> -->
<!-- <s><a href="#">Stuff I made</a></s> -->
<a href="/atom.xml"><span aria-hidden="true" class="icon-feed"></span></a>
<a href="http://twitter.com/danielpuglisi"><span aria-hidden="true" class="icon-twitter"></a>
<a href="http://github.com/danielpuglisi"><span aria-hidden="true" class="icon-github"></a>
<a href="http://flickr.com/people/danielpuglisi"><span aria-hidden="true" class="icon-flickr"></a>
<a href="http://instagram.com/danielpuglisi"><span aria-hidden="true" class="icon-instagram"></a>
</div>
</div>
</div>
</section>
<article class="post">
<div class="wrapper">
<div class="inner">
<header>
<h1 class="post-title">About me</h1>
<div class="meta">- a short introduction to my very own</div>
</header>
<p>Hello there. Friend. Stranger. Human. I would like to introduce myself to you. My name is Daniel.
I'm an independant Designer and Developer who is trying to draw his own steps into the floating sand of life.
</p>
<p>
I love to build, form and create things.
I believe in passion, simplicity and communication.
I develop software mostly in Ruby and JavaScript.
I write about my startup life, the web and other stuff I like.
I am the Co-Founder of <a href="http://codegestalt.com">Codegestalt</a> and <a href="http://bridgetalks.ch">Bridge</a>.
I share things on <a href="https://twitter.com/danielpuglisi">Twitter</a>, <a href="https://github.com/danielpuglisi">Github</a>, <a href="http://www.quora.com/Daniel-Puglisi">Quora</a>, <a href="http://vimeo.com/danielpuglisi">Vimeo</a>, <a href="http://instagram.com/p/Q7iyITO21k/">Instagram</a>, <a href="http://500px.com/danielpuglisi">500px</a> and <a href="http://www.flickr.com/people/danielpuglisi">Flickr</a>.
</p>
<p>
If you want to chat or grab a beer somewhere you can contact me via one of the above networks or drop me an <a href="mailto:daniel@codegestalt.com">email</a>. See you around and don't stop hustling ♥
</p>
</div>
</div>
</article>
</section>
</body>
</html>