-
Notifications
You must be signed in to change notification settings - Fork 18
/
news.html
30 lines (24 loc) · 1.04 KB
/
news.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
---
title: "Latest News from the OSG"
layout: padded-default
---
<div class="container-xxl">
<h1 class="mini-bar mt-1 mb-4">OSG News</h1>
</div>
<div class="container-xxl">
<div class="rounded-3 bg-dark p-3">
<div class="row gx-3">
{% include /get/news.liquid %}
{% for news in news %}
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 col-xl-4 pb-4">
{% include /cards/spotlight-card.html article=news %}
</div>
{% endfor %}
</div>
<p class="pt-4 text-light">
The OSG Consortium is pleased to see OSG stories reposted on the websites of other organizations.
The stories should be reposted with credits to the OSG website and the original authors, as well as a link to the original posting.
Any alterations to the text or images for the reposting should be agreed by the OSG Communications team. Please email <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>