Skip to content

Commit

Permalink
Add build assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
psarando committed Oct 2, 2023
1 parent c1a52ef commit 8243d43
Show file tree
Hide file tree
Showing 52 changed files with 2,181 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/>

<link rel="icon" href="{{ site.github.url }}/favicon.ico" sizes="any">
<link rel="icon" href="{{ site.github.url }}/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.github.url }}/apple-touch-icon.png">
<link rel="manifest" href="{{ site.github.url }}/site.webmanifest">

<link rel="stylesheet" type="text/css" href="{{ site.github.url }}/stylesheets/normalize.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Fondamento" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ site.github.url }}/stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="{{ site.github.url }}/stylesheets/github-light.css" media="screen">


<link href="/shire-reckoning/static/css/main.52a0174d.css" rel="stylesheet">


<link rel="stylesheet" type="text/css" href="{{ site.github.url }}/stylesheets/gh-pages-adjust.css" media="screen">


<script type="text/javascript" src="/shire-reckoning/static/js/runtime.d99fbce6.js"></script>

<script type="text/javascript" src="/shire-reckoning/static/js/vendors.7a779606.js"></script>

<script type="text/javascript" src="/shire-reckoning/static/js/main.a36d62d4.js"></script>

76 changes: 76 additions & 0 deletions examples/745.87661c38.iframe.bundle.js

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions examples/745.87661c38.iframe.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
* @license MIT
*/

/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions examples/745.87661c38.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions examples/favicon.svg
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 examples/gondor-calendars.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 http-equiv="refresh" content="0; url=./?path=/story/shire-reckoning-gondor-calendar-year-view--comparing-all-reckonings" />
<title>
Shire Reckoning: Examples of Gondor Calendar settings.
</title>
</head>
<body>
See the <a href="./">main examples page</a> for installation and usage instructions.

<a href="./?path=/story/shire-reckoning-gondor-calendar-year-view--comparing-all-reckonings">
The Gondor Reckoning examples have moved!
</a>.
</body>
</html>
Loading

0 comments on commit 8243d43

Please sign in to comment.