Skip to content

Commit 00a9fa7

Browse files
committed
update index
1 parent 7d513ef commit 00a9fa7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

collection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 class="page-title">Metadata Collection</h1>
7474

7575
<!-- Right column -->
7676
<div class="col-12 col-md-6 d-flex justify-content-start justify-content-md-end">
77-
<a href="https://github.com/mano-project/mano-metadata/tree/main/data"
77+
<a href="https://github.com/mano-project/mano-metadata/tree/main"
7878
class="btn btn-primary"
7979
target="_blank"
8080
rel="noopener noreferrer">
@@ -94,7 +94,7 @@ <h5 class="modal-title" id="infoMetadataCollectionLabel">About Metadata Collecti
9494
</div>
9595
<div class="modal-body">
9696
<p>The Metadata Collection provides an overview of all manuscript descriptions that have been contributed by users into the MANO project repository. Each row in the table represents a single manuscript, with metadata such as title, repository, location, material, and links to digital copies. The filtering interface allows the metadata to be refined by country, century, responsible person, or by searching titles and repositories.</p>
97-
<p>To contribute new metadata, manuscripts must first be described in the <a href="editor.html">Metadata Editor</a> and downloaded in JSON format. The resulting JSON file can then be uploaded directly to the <a href="https://github.com/mano-project/mano-metadata/tree/main/data" target="_blank">MANO GitHub repository</a>, or by clicking the "Contribute to the Collection" button on this page. After the submission is reviewed and accepted by the project team, the new records will automatically appear in this collection.
97+
<p>To contribute new metadata, manuscripts must first be described in the <a href="editor.html">Metadata Editor</a> and downloaded in JSON format. The resulting JSON file can then be uploaded directly to the <a href="https://github.com/mano-project/mano-metadata/tree/main" target="_blank">MANO GitHub repository</a>, or by clicking the "Contribute to the Collection" button on this page. After the submission is reviewed and accepted by the project team, the new records will automatically appear in this collection.
9898
</p>
9999
<p>Contributors must have a GitHub account in order to submit files directly. Alternatively, metadata files may be sent via email to the project team, who will handle the upload process. Every contribution helps expand the shared digital resource, and participation in enriching the Metadata Collection is greatly appreciated.
100100
</p>

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@ <h3 class="hp-subtitle">Manuscripts Online</h3>
6565
<section class="bg-light py-2 my-3">
6666
<div class="container my-5">
6767
<div class="row text-center">
68-
69-
<div class="col-md-4 mb-5">
70-
<h3>Metadata Editor</h3>
71-
<p>Enter and structure manuscript metadata using TEI structure. Export your data in multiple formats.</p>
72-
<a href="editor.html" class="btn btn-sm btn-outline-primary">Enter the data</a>
68+
<div class="col-md-4 mb-5">
69+
<h3>Resources</h3>
70+
<p>Access freely shared learning materials provided by teachers to support manuscript studies</p>
71+
<a href="resources.html" class="btn btn-sm btn-outline-primary">Explore resources</a>
7372
</div>
74-
<div class="col-md-4 mb-5">
75-
<h3>Metadata Collection</h3>
76-
<p>Browse the collection of manuscript descriptions generated and enriched by users.</p>
73+
<div class="col-md-4 mb-5">
74+
<h3>Editor and Collection</h3>
75+
<p>Enter manuscript metadata or browse the collection of descriptions contributed by users</p>
76+
<a href="editor.html" class="btn btn-sm btn-outline-primary me-3">Enter the data</a>
7777
<a href="collection.html" class="btn btn-sm btn-outline-primary">Browse the collection</a>
7878
</div>
7979
<div class="col-md-4">
8080
<h3>Transcription Viewer</h3>
81-
<p>Work with XML transcriptions side-by-side with facsimiles and live preview.</p>
81+
<p>Work with XML transcriptions side-by-side with facsimiles and live preview</p>
8282
<a href="viewer.html" class="btn btn-sm btn-outline-primary">View your transcription</a>
8383
</div>
8484
</div>

0 commit comments

Comments
 (0)