Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carouselle #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Carouselle #2

wants to merge 5 commits into from

Conversation

AugustinRibreau
Copy link
Collaborator

For the moment the buttons are functional but all containers are displayed

Gemfile.lock Show resolved Hide resolved
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/styles.css?{{site.time | date: '%s%N'}}">
<title>{{ site.title }}</title>
<head>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AugustinRibreau impossible de savoir ce qui a changé dans ce fichier, on ne commit pas un fichier comme cela en entier, ça rend illisible le diff, assure toi que le projet a un prettierrc et qu'il est configuré pour avoir ce même formatting.

@KevinJaffre tu as prettier d'installé sur ta machine ? C'est quoi sa config ? :)

_layouts/default.html Outdated Show resolved Hide resolved
_layouts/default.html Outdated Show resolved Hide resolved
_layouts/default.html Outdated Show resolved Hide resolved
_layouts/default.html Outdated Show resolved Hide resolved
}
});

function toggle(id) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it can be simplified

$('.js-toggle-menu').click(function() {
$('.l-header').toggleClass('is-collapse');
$(".js-toggle-menu").click(function() {
$(".l-header").toggleClass("is-collapse");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants