-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CD 7531131422: Update GCWeb compiled demos files
- Loading branch information
1 parent
f33a750
commit 492cfc6
Showing
16 changed files
with
352 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
méli-mélo-demos/2023-10-mount-revelstoke/2023-09-menu/ajax/gcweb-menu.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="index.html">Home</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="calendar.html">Calendar</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" aria-haspopup="true" aria-controls="gc-sub-menu-1" aria-expanded="false" href="#">About</a> | ||
<ul id="gc-sub-menu-1" role="menu" aria-orientation="vertical"> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="about.html">About Winterlude</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="media.html">Media</a></li> | ||
</ul> | ||
</li> |
13 changes: 13 additions & 0 deletions
13
méli-mélo-demos/2023-10-mount-revelstoke/2023-09-menu/ajax/wet-mega-menu.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class="pnl-strt nvbar"> | ||
<h2>Winterlude Site Menu</h2> | ||
<ul class="list-inline menu" role="menubar"> | ||
<li><a href="index.html" class="item">Home</a></li> | ||
<li><a href="calendar.html" class="item">Calendar</a></li> | ||
<li><a href="#wet-sub-menu-1" class="item">About</a> | ||
<ul class="sm list-unstyled" id="wet-sub-menu-1" role="menu" > | ||
<li><a href="about.html">About Winterlude</a></li> | ||
<li><a href="media.html">Media</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
méli-mélo-demos/2023-10-mount-revelstoke/2023-09-menu/media.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: Media - Campaign Menu | ||
dateModified: 2023-09-12T00:00:00.000Z | ||
lang: en | ||
css: >- | ||
https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/méli-mélo/2023-10-mount-revelstoke.css | ||
script: >- | ||
https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/méli-mélo/2023-10-mount-revelstoke.js | ||
layout: no-container | ||
nomenu: true | ||
--- | ||
<div class="container"> | ||
<h1>Media - Campaign Menu</h1> | ||
<p>Example of a new menu that uses megamenu for md and lg, and GCWeb menu for sm and xs.</p> | ||
</div> | ||
<div class="container"> | ||
<nav class="gcweb-menu campaign-menu" typeof="SiteNavigationElement" data-megamenu-ajax="ajax/wet-mega-menu.html"> | ||
<h2 class="wb-inv">Winterlude Site Menu</h2> | ||
<button type="button" aria-haspopup="true" aria-expanded="false"><span class="wb-inv">Main </span>Menu <span class="expicon glyphicon glyphicon-chevron-down"></span></button> | ||
<ul role="menu" aria-orientation="vertical" data-ajax-replace="ajax/gcweb-menu.html"> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="index.html">Home</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="calendar.html">Calendar</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="about.html">About</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="container mrgn-tp-xl"> | ||
<h2>Test content</h2> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
<p>Lorem</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.