Skip to content

Commit b780ee0

Browse files
author
Rand McKinney
committed
Change logo, title tweaks
1 parent f228638 commit b780ee0

File tree

10 files changed

+15
-66
lines changed

10 files changed

+15
-66
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# c2pa-manifest-reference
2-
Experimental site for JSON manifest reference
2+
3+
Experimental site for CAI JSON manifest reference.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repository: contentauth/manifest-schema-reference
22
output: web
3-
site_title: C2PA Manifest Store Reference
3+
site_title: Manifest Reference
44
company_name: "Adobe, Inc."
55
description: Site description
66
draft: false

_data/sidebar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ title: C2PA Manifest reference
22
url: /
33
children:
44

5-
- title: Manifest store ref
5+
- title: Manifest store reference
66
url: /
77
type: top-leaf
88

9-
- title: Manifest JSON
9+
- title: ManifestStore JSON schema
1010
url: schema
1111
type: top-leaf

_data/tags.yml

-53
This file was deleted.

_layouts/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<header id="full-sidebar">
2222
<h1>
23-
<a href="{{site.url}}"><img src="{{site.url}}/images/adobe_logo.png" height="60" alt="{{ site.title }}"></a>
23+
<a href="{{site.url}}"><img src="{{site.url}}/images/CAI_white.png" style="width: 100px; height: 30px;" alt="{{ site.title }}"></a>
2424
<a href="{{site.url}}"><div id="site-title">{{site.site_title}}</div></a>
2525
</h1>
2626

_sass/_main.scss

+5-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ th {
8585

8686
/* HEADINGS */
8787

88-
/* Hide h1 titles that come from markdown `#` page title
88+
/* Hide h1 titles that come from markdown `#` page title
8989
9090
h1 { display: none; } */
9191

@@ -538,7 +538,8 @@ header {
538538
}
539539
}
540540

541-
#site-title a { color: #e22014; }
541+
a #site-title { color: white; }
542+
542543

543544
.open-nav {
544545
/* background-image: url(/images/menu.svg); */
@@ -698,7 +699,7 @@ header {
698699

699700
.edit-me {
700701
border: 1px solid #ddd;
701-
background-color: #e6e6e6;
702+
background-color: #e6e6e6;
702703
border-radius: 3px;
703704
padding: 10px;
704705
font-size: 70%;
@@ -734,6 +735,6 @@ header {
734735
}
735736

736737
.home_box ul, .home_box p {
737-
margin-top: 0;
738+
margin-top: 0;
738739
margin-bottom: 0;
739740
}

images/CAI_white.png

297 KB
Loading

index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: C2PA Manifest store
2+
title: CAI manifest store reference
33
toc: false
44
---
5-
{% assign schema=site.data.ManifestStore_schema %}
65

7-
This is a reference for the C2PA JSON manifest.
6+
This is a reference for the [Content Authenticity Initiative (CAI)](https://contentauthenticity.org/) manifest store JSON structure. It is based on the definition of the manifest store in the [C2PA technical pecification](https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html), but is not exactly the same. The C2PA defines a binary structure, but the below references is for a JSON structure that can be used to create a C2PA manifest.
87

98
This is an experimental site. It is an incomplete work in progress and may not be accurate.
109
{: .warning}
@@ -13,6 +12,7 @@ This is an experimental site. It is an incomplete work in progress and may not b
1312

1413
## Properties
1514

15+
{% assign schema=site.data.ManifestStore_schema %}
1616
{{schema.description}}.
1717

1818
<table>

manifest-raw-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ManifestStore JSON Schema
2+
title: CAI ManifestStore JSON Schema
33
permalink: schema
44
toc: false
55
---

0 commit comments

Comments
 (0)