-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f74c087
commit e8db85f
Showing
26 changed files
with
678 additions
and
169 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<div class="nav-user user-login mr-lg-2"> | ||
<a href="#" class="user-login-link"> | ||
{% include '@atoms/icon/icon.twig' with {'icon': 'user', icon_classes: 'feather'} %} | ||
<span class="label">Connexion</span> | ||
</a> | ||
</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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="nav-user dropdown user-dropdown mr-lg-2"> | ||
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
<img class="user-avatar rounded-circle" src="https://randomuser.me/api/portraits/women/2.jpg" alt=""> | ||
<p class="user-name">Heidy Traill</p> | ||
</button> | ||
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> | ||
<li class="dropdown-item"> | ||
{% include '@atoms/icon/icon.twig' with {'icon': 'user', icon_classes: 'feather'} %} | ||
<a href="#">Accéder à mon compte</a> | ||
</li> | ||
<li class="dropdown-item"> | ||
{% include '@atoms/icon/icon.twig' with {'icon': 'log-out', icon_classes: 'feather'} %} | ||
<a href="#">Me déconnecter</a> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Nav user | ||
name: nav-user | ||
notes: | | ||
* If included in the header, the user dropdown and login link should be placed between the search form and language selector. | ||
* If you choose to place it elsewhere, you may need to adjust the Boostratp margin classes on the `.nav-user` element. | ||
* An example of user menu integration can be found on the [Laboratory Homepage](#/pages/lab-homepage) template page. | ||
variants: | ||
- name: login | ||
title: Login link | ||
notes: |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div class="list-group list-events list-events-featured"> | ||
{% include '@molecules/card/card-event.twig' %} | ||
{% include '@molecules/card/card-event.twig' with { eventLocation: 'online_room', live_now: true, online_event: true } %} | ||
{% include '@molecules/card/card-event.twig' with { eventLocation: 'online', online_event: true } %} | ||
{% include '@molecules/list-group/list-group-event.twig' %} | ||
{% include '@molecules/list-group/list-group-event.twig' with { eventLocation: 'online_room', live_now: true, online_event: true } %} | ||
{% include '@molecules/list-group/list-group-event.twig' with { eventLocation: 'online', online_event: true } %} | ||
</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
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
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
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
Oops, something went wrong.