-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from ClubCedille/feature/EHP/add-notification…
…-bar adding notification bar
- Loading branch information
Showing
4 changed files
with
15 additions
and
23 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="notification py-2" id="notification-bar" style="background-color: rgba(255, 166, 0, 0.748);"> | ||
<div class="container"> | ||
<div class="row text-center"> | ||
<p class="m-0">🛑 Attention : En raison d'une demande exceptionnellement élevée, nous ne pouvons temporairement plus accepter de nouvelles demandes pour développer des sites web pour d'autres clubs. Pendant ce temps, nous continuons d'assurer l'hébergement. Pour toute question ou mise à jour, veuillez nous rejoindre sur Discord.</p> | ||
</div> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,2 @@ | ||
// //Javascript to enable link to tab | ||
// var hash = location.hash.replace(/^#/, ''); // ^ means starting, meaning only match the first hash | ||
// if (hash) { | ||
// $('a[href="#' + hash + '"]').tab('show'); | ||
// } | ||
|
||
// // Change hash for page-reload | ||
// $('.nav-link').on('shown.bs.tab', function (e) { | ||
// window.location.hash = e.target.hash; | ||
// }) | ||
|
||
// function test() { | ||
// var url = document.location.toString(); | ||
// if (url.match('#')) { | ||
// $('a[href="#' + url.split('#')[1] + '"]').tab('show'); | ||
// console.log(url); | ||
// } | ||
|
||
// // Change hash for page-reload | ||
// $('a').on('shown.bs.tab', function (e) { | ||
// window.location.hash = e.target.hash; | ||
// }) | ||
// } | ||
|
919c439
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cedille-etsmtl-ca – ./
cedille-etsmtl-ca-git-master-cedille.vercel.app
cedille-etsmtl-ca-cedille.vercel.app
cedille-etsmtl-ca.vercel.app