-
Notifications
You must be signed in to change notification settings - Fork 18
/
spotlight.html
31 lines (25 loc) · 1 KB
/
spotlight.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
---
title: "Spotlight"
layout: padded-default
---
<div class="container-xxl">
<h1 class="ps-3 pb-3">Spotlight Articles</h1>
</div>
<div class="container-xxl">
<div class="row g-0 rounded bg-light pb-3 pe-3">
{% include get/spotlights.liquid %}
{% for article in spotlights %}
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 col-xl-4 ps-3 pt-3 d-flex">
{% include /cards/spotlight-card.html %}
</div>
{% endfor %}
</div>
</div>
<div class="container-xxl">
<hr>
<p>
The OSG Consortium is pleased to see OSG user spotlights reposted on the websites of other organizations.
The spotlights 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>