Skip to content

Commit c3cc289

Browse files
pull in markup and styles from vocabulary-theme downstream
1 parent 3d077f6 commit c3cc289

File tree

4 files changed

+151
-154
lines changed

4 files changed

+151
-154
lines changed

src/context/course-embedded.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
</head>
1717

18-
<body class="course-embedded">
18+
<body class="course-page">
1919
<a class="skip-to-content" href="#main-content-marker">Skip to content</a>
2020

2121
<header>
@@ -218,15 +218,15 @@ <h3>Steps to launch</h3>
218218

219219
<li>Top Level Item</li>
220220
</ul>
221-
</div>
222221

223-
<nav class="pagination" aria-label="Pagination">
224-
<ol>
225-
<li><a href="#">Previous</a></li>
226-
<li><a href="#">Next</a></li>
227-
</ol>
222+
<details>
223+
<summary>Licenses & Attribution</summary>
228224

229-
</nav>
225+
<ul>
226+
<li><strong>Provided by</strong>: Creative Commons. <strong>License</strong>: <em><a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC BY: Attribution</a></em></li>
227+
</ul>
228+
</details>
229+
</div>
230230

231231
</main>
232232

src/context/course-index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,13 @@ <h2>Course</h2>
149149

150150
<div class="content">
151151

152-
[toc here]
152+
<h2>Unit: Item Title Here</h2>
153+
<ul>
154+
<li><a href="#">Chapter Title here</a></li>
155+
<li><a href="#">Chapter Title here</a></li>
156+
<li><a href="#">Chapter Title here</a></li>
157+
<li><a href="#">ChapterTitle here</a></li>
158+
</ul>
153159
</div>
154160

155161
</main>

src/context/course-page.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,26 @@ <h3>Steps to launch</h3>
218218

219219
<li>Top Level Item</li>
220220
</ul>
221+
222+
<details>
223+
<summary>Licenses & Attribution</summary>
224+
225+
<ul>
226+
<li><strong>Provided by</strong>: Creative Commons. <strong>License</strong>: <em><a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC BY: Attribution</a></em></li>
227+
</ul>
228+
</details>
221229
</div>
222230

231+
232+
233+
<nav class="pagination" aria-label="Pagination">
234+
<ol>
235+
<li><a href="#">Previous</a></li>
236+
<li><a href="#">Next</a></li>
237+
</ol>
238+
239+
</nav>
240+
223241
</main>
224242

225243
<footer>

0 commit comments

Comments
 (0)