-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (56 loc) · 3.39 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>The Sofa Blog</title>
<meta name="viewport" content="width=device-width">
<meta property="og:site_name" content="The Sofa Blog">
<meta property="og:url" content="http://www.sofa.io/blog">
<meta property="og:image" content="http://www.sofa.io/blog/images/sofa-og-logo.png">
<meta property="og:local" content="en_US">
<meta property="og:publisher" content="http://www.facebook.com/sofaSDK">
<meta property="og:type" content="website">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/blog/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/main.css">
</head>
<body>
<div class="site">
<div class="header">
<a href="/blog"><img class="logo" src="/blog/images/sofa-og-logo.png"></a>
<h1 class="title"><a href="//blog">Sofa.io Blog</a></h1>
</div>
<div id="home">
<ul class="posts">
<li><h2><a href="/blog/announcements/2015/01/19/the-road-to-sofa-1.0.html">The road to sofa 1.0</a></h2>
<p class="meta">19 Jan 2015</p>
<p><p>As we are all slowly recovering from Christmas and New Years Eve we thought it might be a good start to 2015 to let you know what we've been working on recently and what our plans are for the new year.</p>
</li>
<li><h2><a href="/blog/announcements/2014/10/27/welcome-to-the-sofa-blog.html">Welcome to the sofa blog!</a></h2>
<p class="meta">27 Oct 2014</p>
<p><p>A few weeks ago <a href="http://twitter.com/cburgdorf">Christoph</a> wrote about our <a href="http://blog.couchcommerce.com/2014/10/13/its-called-open-source/">open source mission</a> with the sofa project at <a href="http://couchcommerce.com">CouchCommerce</a>. In order to keep the development of sofa not only open source, but also as transparent as possible, we created this blog to keep you up-to-date with the latest releases, as well as cool things happening in the community.</p>
</li>
</ul>
</div>
<div class="footer">
<div class="contact">
<p>
<a href="http://sofa.io"><i class="fa fa-home"></i> sofa.io</a>
<a href="http://github.com/sofa"><i class="fa fa-github"></i> /sofa</a>
<a href="http://twitter.com/sofa"><i class="fa fa-twitter"></i> @sofa_io</a>
<a href="https://plus.google.com/+SofaIo"><i class="fa fa-google-plus-square"></i> +sofa</a>
<a href="http://sofa.io/blog/rss.xml"><i class="fa fa-rss"></i> RSS Feed</a>
</p>
</div>
<!-- <div class="contact"> -->
<!-- <p>The latest goings-on with the sofa project and in the community. We'll update the blog to announce major releases and showcase cool stuff being built with sofa.</p> -->
<!-- </div> -->
</div>
</div>
</body>
</html>