-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
110 lines (99 loc) · 4.28 KB
/
blog.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Meme Coworking</title>
<meta name="description" content="Meme Coworking è un coworking space positionato tra Venezia e Treviso che offre postazioni di lavoro economicamente accessibili">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic">
<link rel="stylesheet" type="text/css" href="/stylesheets/style.css" />
<meta property="og:description" content="Meme Coworking è un coworking space positionato tra Venezia e Treviso che offre postazioni di lavoro economicamente accessibili" />
<meta property="og:image" content="http://memecoworking.com/images/logo.png" />
<meta property="og:site_name" content="Meme Coworking" />
<meta property="og:title" content="Meme Coworking" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://memecoworking.com" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2935139-22']);
_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 class="template-flex-article">
<nav class="site-nav">
<div class="site-nav-branding">
<a href="/" class="site-nav-home">Meme Coworking</a>
</div>
<ul class="site-menu">
<li><a href="/postazioni.html">postazioni</a></li>
<li><a href="/formazione.html">formazione</a></li>
<li><a href="/dove-siamo.html">dove siamo</a></li>
<li><a href="/blog.html" class="current">blog</a></li>
<li><a href="/rassegna-stampa.html">rassegna stampa</a></li>
</ul>
</nav>
<div class="container" id="container">
<div id="prerendered" class="screen-content">
<article class="post-article post-view-mode">
<section class="post-content">
<div class="post-field body">
<h2>Blog</h2>
<ul>
<li>
<time class="post-date wf" datetime='2012-12-27'>December 27, 2012</time>
<br/>
<a href="/2012/12/27/consulenza-filosofica.html">Consulenza filosofica</a>
</li>
<li>
<time class="post-date wf" datetime='2012-09-09'>September 09, 2012</time>
<br/>
<a href="/2012/09/09/inaugurazione-meme-coworking-party-meme.html">Inaugurazione Meme Coworking - Party Meme Coworking</a>
</li>
<li>
<time class="post-date wf" datetime='2012-09-08'>September 08, 2012</time>
<br/>
<a href="/2012/09/08/inizia-l-avventura-parte-terza.html">Inizia l'avventura - parte terza</a>
</li>
<li>
<time class="post-date wf" datetime='2012-07-30'>July 30, 2012</time>
<br/>
<a href="/2012/07/30/si-riparte.html">Si riparte</a>
</li>
<li>
<time class="post-date wf" datetime='2012-06-28'>June 28, 2012</time>
<br/>
<a href="/2012/06/28/l-accordo-sfumato.html">L'accordo sfumato</a>
</li>
<li>
<time class="post-date wf" datetime='2012-06-13'>June 13, 2012</time>
<br/>
<a href="/2012/06/13/trasparenza.html">Trasparenza</a>
</li>
<li>
<time class="post-date wf" datetime='2012-05-30'>May 30, 2012</time>
<br/>
<a href="/2012/05/30/inizia-l-avventura-parte-seconda.html">Inizia l'avventura - parte seconda</a>
</li>
<li>
<time class="post-date wf" datetime='2012-05-25'>May 25, 2012</time>
<br/>
<a href="/2012/05/25/inizia-l-avventura-parte-prima.html">Inizia l'avventura - parte prima</a>
</li>
</ul>
</div>
</section>
</article>
</div>
</div>
</body>
</html>