forked from sugarlabs/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpress.html
executable file
·49 lines (45 loc) · 1.94 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: default
title: Press Information - Sugar Labs
permalink: /press/index.html
---
<!-- Title section -->
<div class="section-title1" >
<span class="tag tag-regular">PRESS INFORMATION</span>
</div>
<!-- "Press information" section -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2">
<div class="border-box customBox">
<h2 class="text-center">Press resources</h2>
<hr>
<ol>
{% for post in site.posts %}<li class="listFont">
<a href="{{ post.url }}">{{ post.title }}</a>
<i>{{ post.date | date: "%b %-d %Y" }}</i>
</li>{% endfor %}
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Useful materials and "Back to main page" section -->
<section id="call-to-action">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12" >
<h2>MANY MORE TO CHECK OUT!</h2>
<a href="https://wiki.sugarlabs.org/go/Marketing_Team/Screen_Shots"><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >High-resolution/vector screenshots</button></a>
<a href="https://wiki.sugarlabs.org/go/Marketing_Team/Logo"><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >Logo materials</button></a>
<a href="{{ site.baseurl }}/" ><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >Return to main page</button></a>
</div>
</div>
</div>
</section>