Skip to content

Commit

Permalink
CLDR-18006 site: fix h-levels (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Oct 4, 2024
1 parent 2a17138 commit ce677ad
Show file tree
Hide file tree
Showing 6 changed files with 868 additions and 373 deletions.
68 changes: 36 additions & 32 deletions docs/site/_layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/page.css" />
</head>

<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/reports-v2.css" />
<link rel="stylesheet" href="/assets/css/page.css" />
</head>

<body class="page">
<!-- <h1>{{ page.title }}</h1> -->
<header class="pageheader">
<div class="navparent">
<div id="nav" class="nav">
<!-- Vue mount here -->
</div>
</div>
<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div>
</header>



<section class="body">
{{ content }}
</section>
<footer>
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
</footer>
<!-- workaround for cloudflare content-type issue -->
<script src="/assets/vendor/vue.global.prod.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/assets/js/cldrsite.js"></script>
</body>
<body class="page">
<!-- <h1>{{ page.title }}</h1> -->
<header class="pageheader">
<div class="navparent">
<div id="nav" class="nav">
<!-- Vue mount here -->
</div>
</div>
<div class="message">
<i
>This navigation UI is temporary, just to give access to the pages.</i
>
</div>
</header>

<section class="body">{{ content }}</section>
<footer>
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered
trademarks of Unicode, Inc. in the U.S. and other countries. See
<a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
</footer>
<!-- workaround for cloudflare content-type issue -->
<script src="/assets/vendor/vue.global.prod.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js"
integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="/assets/js/cldrsite.js"></script>
</body>
</html>
74 changes: 40 additions & 34 deletions docs/site/_layouts/sitemap.html
Original file line number Diff line number Diff line change
@@ -1,40 +1,46 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/page.css" />
</head>

<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/reports-v2.css" />
<link rel="stylesheet" href="/assets/css/page.css" />
</head>
<body class="sitemappage">
<!-- <h1>{{ page.title }}</h1> -->
<header>
<div class="navparent">
<div id="nav" class="nav">
<!-- Vue mount here for normal navigation -->
</div>
</div>
<div class="message">
<i
>This navigation UI is temporary, just to give access to the pages.</i
>
</div>
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> -->
</header>

<body class="sitemappage">
<!-- <h1>{{ page.title }}</h1> -->
<header>
<div class="navparent">
<div id="nav" class="nav">
<!-- Vue mount here for normal navigation -->
</div>
</div>
<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div>
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> -->
</header>
<section class="body">{{ content }}</section>

<section class="body">
{{ content }}
</section>

<div id="sitemap">
<!-- sitemap goes here-->
</div>

<footer>
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
</footer>
<!-- workaround for cloudflare content-type issue -->
<script src="/assets/vendor/vue.global.prod.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/assets/js/cldrsite.js"></script>
</body>
<div id="sitemap">
<!-- sitemap goes here-->
</div>

<footer>
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered
trademarks of Unicode, Inc. in the U.S. and other countries. See
<a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
</footer>
<!-- workaround for cloudflare content-type issue -->
<script src="/assets/vendor/vue.global.prod.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js"
integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="/assets/js/cldrsite.js"></script>
</body>
</html>
Loading

0 comments on commit ce677ad

Please sign in to comment.