Skip to content

Commit 3248d51

Browse files
committed
Use Fomantic layout for Images page.
1 parent 5e07cab commit 3248d51

File tree

3 files changed

+59
-98
lines changed

3 files changed

+59
-98
lines changed

_layouts/fomantic.liquid

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
.ui.top.menu .header.item > span { font-size: 150%; }
2727
.ui.top.menu .header.item > img { margin-right: 1rem; }
2828
.ui.fitted.tab.segment > .ui.table { border-left: 0; border-top: 0; border-right: 0; margin-top: 0; }
29+
.ui.table th:empty { display: none; }
2930
/* RDF Font gets priority */
3031
i.rdf-icon-rdf.icon { font-family: 'rdf-font'; }
3132
</style>
@@ -105,6 +106,14 @@
105106
{{ content }}
106107
</div>
107108

109+
<div class="ui footer segment">
110+
<div class="ui container">
111+
<p>Website content released under a
112+
<a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a>
113+
except where an alternate is specified.</p>
114+
</div>
115+
</div>
116+
108117
<!-- Script tags -->
109118
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
110119
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.4/dist/semantic.min.js"></script>

images/index.html

Lines changed: 0 additions & 98 deletions
This file was deleted.

images/index.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: fomantic
3+
title: JSON-LD Images/Logos
4+
---
5+
6+
## JSON-LD Images
7+
8+
The following images can be used for JSON-LD.
9+
Use of these images must follow the guidelines found on the [W3C RDF
10+
Icons](http://www.w3.org/RDF/icons/) page due to the embedded use of
11+
their excellent logo and inspiration for this page.
12+
{.ui .message}
13+
14+
## Logos
15+
16+
This is the JSON-LD logo. Also available as [SVG](json-ld-logo.svg) or
17+
[high resolution PNG](json-ld-logo.png).
18+
19+
| | |
20+
|----|----|
21+
| [![JSON-LD Logo](json-ld-logo-64.png)](https://json-ld.org/ "JSON-LD") | `<a href="https://json-ld.org/" title="JSON-LD"><img style="border:0px;" width="64" src="https://json-ld.org/images/json-ld-logo-64.png" alt="JSON-LD-logo-64"/>\</a>` |
22+
23+
{.ui .celled .table}
24+
25+
## Buttons
26+
27+
This button can be used to show JSON-LD support. Also available as
28+
[SVG](json-ld-button.svg) (Inkscape) or [high resolution
29+
PNG](json-ld-button.png).
30+
31+
| | |
32+
|----|----|
33+
| [![JSON-LD Logo](json-ld-button-88.png)](https://json-ld.org/ "JSON-LD") | `<a href="https://json-ld.org/" title="JSON-LD"><img style="border:0px;" width="88" src="https://json-ld.org/images/json-ld-button-88.png" alt="JSON-LD-logo-88"/></a>` |
34+
35+
{.ui .celled .table}
36+
37+
## Data
38+
39+
These images can be used for JSON-LD data. Also available as
40+
[SVG](json-ld-data.svg) (Inkscape) or [high resolution
41+
PNG](json-ld-data.png).
42+
43+
| | |
44+
|----|----|
45+
| [![JSON-LD Data Logo](json-ld-data-64.png)](https://json-ld.org/ "JSON-LD Data") | `<a href="https://json-ld.org/" title="JSON-LD Data"><img style="border:0px;" width="64" src="https://json-ld.org/images/json-ld-data-64.png" alt="JSON-LD-logo-64"/></a>` |
46+
| [![JSON-LD Data Logo](json-ld-data-48.png)](https://json-ld.org/ "JSON-LD Data") | `<a href="https://json-ld.org/" title="JSON-LD Data"><img style="border:0px;" width="48" src="https://json-ld.org/images/json-ld-data-48.png" alt="JSON-LD-logo-48"/></a>` |
47+
| [![JSON-LD Data Logo](json-ld-data-32.png)](https://json-ld.org/ "JSON-LD Data") | `<a href="https://json-ld.org/" title="JSON-LD Data"><img style="border:0px;" width="32" src="https://json-ld.org/images/json-ld-data-32.png" alt="JSON-LD-logo-32"/></a>` |
48+
| [![JSON-LD Data Logo](json-ld-data-24.png)](https://json-ld.org/ "JSON-LD Data") | `<a href="https://json-ld.org/" title="JSON-LD Data"><img style="border:0px;" width="24" src="https://json-ld.org/images/json-ld-data-24.png" alt="JSON-LD-logo-24"/></a>` |
49+
50+
{.ui .celled .table}

0 commit comments

Comments
 (0)