Skip to content

Commit

Permalink
Deploy preview for PR 3 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeDCrawford committed Jan 15, 2025
1 parent a085b28 commit 7b38ded
Show file tree
Hide file tree
Showing 1,460 changed files with 7,196 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
56 changes: 56 additions & 0 deletions pr-preview/pr-3/_astro/index.C4UCRvKB.css

Large diffs are not rendered by default.

Binary file added pr-preview/pr-3/_astro/veritas.BpNrrP1u.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions pr-preview/pr-3/about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="description" content="Astro description"><meta name="viewport" content="width=device-width"><link rel="shortcut icon" type="image/ico" href="/favicon.ico"><link href="https://fonts.googleapis.com/css?family=Crimson+Text:100,600|Open+Sans:100,300,700,100italic,300italic,700italic|IM+Fell+English|Material+Icons|Lato:300,400%7CRaleway:100,400,300,500,600,700%7COpen+Sans:400,500,600|Roboto:100,300,400,600,700|Merriweather:300" rel="stylesheet" type="text/css"><meta name="generator" content="Astro v5.1.7"><title>About | Medieval Scrolls at Harvard</title><link rel="stylesheet" href="/_astro/index.C4UCRvKB.css"></head> <body> <header class="header nav-container headroom headroom--top"> <nav id="access" class="primary bg-dark" role="navigation"> <div class="nav-bar"> <div class="module left"> <a class="site-title-wrap md-button md-ink-ripple" href="/"> <img src="/_astro/veritas.BpNrrP1u.png" alt="Harvard shield logo" class="site-logo"> <h1 class="site-title">Medieval Scrolls</h1> </a> </div> <div class="module-group right"> <div class="module left"> <ul class="menu"> <li><a href="/intro">Scrolls: Introduction</a></li> <li><a href="/bibliography">Bibliography</a></li> <li><a href="/scrolls">Database</a></li> </ul> </div> </div> </div> </nav> </header> <article class="page"> <section class="headline-image page-headline-image parallax "> <div class="background-image-holder fadeIn less-blur" style="transform: translate3d(0px, 0px, 0px); background: url('/_astro/houghton_scroll5.DyrzJJQq.jpg');"> <img alt="Background Image" class="background-image" src="/_astro/houghton_scroll5.DyrzJJQq.jpg" style="display: none;"> <!-- <Image src={images[imgPath]()} alt="" /> --> </div> <div class="background-screen"></div> <div class="container v-align-transform"> <div class="row"> <div class="col-md-8"> <h1 class="uppercase mb8 page-title">About</h1> </div> </div> </div> </section> <main>
<section class="article-content">
<div class="article-body">
<div class="article-body"><h2>Contributors</h2>
<p>Thomas Forrest Kelly</p>
<p>Scott Posseil</p>
<p>Emily Izer</p>
</div>
</div>
</section>
</main> </article> <footer class="pt96 pb96 pt-xs-48 pb-xs-48"> <div class="container"> <div class="row mb64 mb-xs-32"> <div class="col-md-5 text-right text-left-xs"> <h1 class="bold">Medieval Scrolls Digital Archive</h1> </div> <div class="col-md-2 hidden-sm hidden-xs text-center pt48"> <img class="site-logo" src="/_astro/veritas.BpNrrP1u.png"> </div> <div class="col-md-5 col-sm-6"> <p class="lead">
Get in touch for more information on the archive and inquiries
regarding media and investors.
</p> <a href="mailto:[email protected]"><h4 class="mb8">[email protected]</h4></a> <a href="https://twitter.com/@medievalscrolls" target="_blank"><h4 class="mb0">@medievalscrolls</h4></a> </div> </div> <div class="row"> <div class="col-md-8 col-md-offset-2 col-sm-9 col-sm-offset-1 text-center"> <p class="fade-1-4">
©2025 <span>Medieval Scrolls Digital Archive</span>, HarvardX, and
Harvard University.<br><br>All media related to the <span>Medieval Scrolls Digital Archive</span> is in the public domain.
</p> </div> </div> </div> </footer> </body></html>
64 changes: 64 additions & 0 deletions pr-preview/pr-3/admin/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
collections:
- name: "pages"
label: "Pages"
folder: "src/pages"
create: true
filter:
field: "layout"
value: "../layouts/PageLayout.astro"
extension: "md"
fields:
- { label: "Layout", name: "layout", widget: "hidden", default: "../layouts/PageLayout.astro" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Featured Image", name: "imgPath", widget: "image", required: false }
- { label: "Body", name: "body", widget: "markdown" }

- name: "home_page"
label: "Homepage"
files:
- name: "home"
label: "Home Page"
file: "src/pages/index.md"
fields:
- { label: "Layout", name: "layout", widget: "hidden", default: "../layouts/HomeLayout.astro" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Site Title", name: "siteTitle", widget: "string" }
- { label: "Site Subtitle", name: "siteSubtitle", widget: "string" }
- label: "Hero Image"
name: "heroImage"
widget: "object"
fields:
- { label: "Image", name: "src", widget: "image" }
- { label: "Alt Text", name: "alt", widget: "string" }
- label: "Background Image"
name: "backgroundImage"
widget: "object"
fields:
- { label: "Image", name: "src", widget: "image" }
- { label: "Alt Text", name: "alt", widget: "string" }
- label: "Houghton Image"
name: "houghtonImage"
widget: "object"
fields:
- { label: "Image", name: "src", widget: "image" }
- { label: "Alt Text", name: "alt", widget: "string" }
- label: "HarvardX Logo"
name: "harvardxLogo"
widget: "object"
fields:
- { label: "Image", name: "src", widget: "image" }
- { label: "Alt Text", name: "alt", widget: "string" }
- { label: "Main Section Header", name: "mainSectionHeader", widget: "string" }
- { label: "Main Section Content", name: "mainSectionContent", widget: "text" }
- { label: "Database Section Header", name: "databaseSectionHeader", widget: "string" }
- { label: "Database Section Content", name: "databaseSectionContent", widget: "text" }
- { label: "Course Section Header", name: "courseSectionHeader", widget: "string" }
- { label: "Course Section Content", name: "courseSectionContent", widget: "markdown" }

media_folder: "src/images"
public_folder: "@images"
backend:
name: github
branch: main
repo: artshumrc/scrolls-astro
local_backend: true
13 changes: 13 additions & 0 deletions pr-preview/pr-3/admin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>DecapCMS</title>
</head>
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.4.0/dist/decap-cms.js"></script>
</body>
</html>
12 changes: 12 additions & 0 deletions pr-preview/pr-3/admin/sveltia.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Sveltia CMS</title>
</head>
<body>
<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
</body>
</html>
Loading

0 comments on commit 7b38ded

Please sign in to comment.