forked from sugarlabs/www
-
Notifications
You must be signed in to change notification settings - Fork 1
/
press.html
30 lines (28 loc) · 958 Bytes
/
press.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
---
layout: default
title: Press Information - Sugar Labs
permalink: /press/index.html
---
<h1>Press Releases</h1>
<ul class="press">
{% for post in site.posts %}<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<i>{{ post.date | date: "%b %-d %Y" }}</i>
</li>{% endfor %}
</ul>
<p><a href='/'>Return to main page</a></p>
<h1>Contacts & Resources</h1>
<p>Sean Daly<br/>
Marketing Coordinator<br/>
<a href="mailto:[email protected]">[email protected]</a><br/>
<a href="tel:+1-617-500-9610">+1 (617) 500-9610</a></p>
<address>Sugar Labs<br/>
c/o Software Freedom Conservancy<br/>
137 Montague Street, Suite 380<br/>
Brooklyn, NY 11201-3548<br/>
USA</address>
<p><a href="http://wiki.sugarlabs.org/go/Marketing_Team/Screen_Shots">
High-resolution/vector screenshots</a>,
<a href="http://wiki.sugarlabs.org/go/Marketing_Team/Logo">
logo materials</a></p>
<p><a href='/'>Return to main page</a></p>