Skip to content

Commit 07460ca

Browse files
committed
edu page nav reorder
1 parent de728cc commit 07460ca

1 file changed

Lines changed: 28 additions & 27 deletions

File tree

ims-education.html

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,34 @@ <h4 class="site-header-text">
153153
<!-- Hamburger drop-down menu options -->
154154
<nav class="menu1" aria-label="Dropdown menu items">
155155
<div class="pages pure-g">
156+
157+
<!-- Learn -->
158+
<div class="pure-u-1 pure-u-sm-1-4">
159+
<h3>Learn</h3>
160+
<!-- cards/pages -->
161+
<!-- 1 -->
162+
<a title="IMS Videos" href="ims-videos.html" class="nav-item" tabindex="-1">
163+
<div class="navcard">
164+
<h5>IMS videos</h5>
165+
<p>Choose from hundreds of educational videos on IMS components, functions, and tools.</p>
166+
</div>
167+
</a>
168+
<!-- 2 -->
169+
<a title="IMS Courses" href="ims-education.html" class="nav-item" tabindex="-1">
170+
<div class="navcard">
171+
<h5>IMS courses</h5>
172+
<p>Get in-depth IMS education with these self-paced courses and earn digital badges.</p>
173+
</div>
174+
</a>
175+
<!-- 3 -->
176+
<a title="IMS Repos on GitHub" href="ims-repos.html" class="nav-item" tabindex="-1">
177+
<div class="navcard">
178+
<h5>IMS repos on GitHub</h5>
179+
<p>Get code samples and tutorials on IMS components, workflows, Java, and more.</p>
180+
</div>
181+
</a>
182+
</div>
183+
156184
<!-- Innovate -->
157185
<div class="pure-u-1 pure-u-sm-1-4">
158186
<h3>Innovate</h3>
@@ -231,33 +259,6 @@ <h5>Advocacy</h5>
231259
</a>
232260
</div>
233261

234-
<!-- Learn -->
235-
<div class="pure-u-1 pure-u-sm-1-4">
236-
<h3>Learn</h3>
237-
<!-- cards/pages -->
238-
<!-- 1 -->
239-
<a title="IMS Videos" href="ims-videos.html" class="nav-item" tabindex="-1">
240-
<div class="navcard">
241-
<h5>IMS videos</h5>
242-
<p>Choose from hundreds of educational videos on IMS components, functions, and tools.</p>
243-
</div>
244-
</a>
245-
<!-- 2 -->
246-
<a title="IMS Courses" href="ims-education.html" class="nav-item" tabindex="-1">
247-
<div class="navcard">
248-
<h5>IMS courses</h5>
249-
<p>Get in-depth IMS education with these self-paced courses and earn digital badges.</p>
250-
</div>
251-
</a>
252-
<!-- 3 -->
253-
<a title="IMS Repos on GitHub" href="ims-repos.html" class="nav-item" tabindex="-1">
254-
<div class="navcard">
255-
<h5>IMS repos on GitHub</h5>
256-
<p>Get code samples and tutorials on IMS components, workflows, Java, and more.</p>
257-
</div>
258-
</a>
259-
</div>
260-
261262
<!-- Docs & Support -->
262263
<div class="pure-u-1 pure-u-sm-1-4">
263264
<h3>

0 commit comments

Comments
 (0)