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

Task/slider #2

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Task/slider #2

wants to merge 4 commits into from

Conversation

diegozfreitas
Copy link

Criado o laytout do sliders, junto css, e JS

@diegozfreitas diegozfreitas requested review from a team March 7, 2018 23:48
@diegozfreitas diegozfreitas self-assigned this Mar 7, 2018
slider.html Outdated
</div>
</section>

<script>
Copy link
Contributor

Choose a reason for hiding this comment

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

vc manja pq colocamos esse tipo de script no fim da pagina?

Copy link
Author

Choose a reason for hiding this comment

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

pra ler depois que a pagina abrir??

Copy link
Contributor

Choose a reason for hiding this comment

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

chamam de javascript nao intrusivo. desse jeito vc sabe que a sua pagina vai carregar ele por ultimo.

slider.html Outdated
showDivs(slideIndex += n);
}

function showDivs(n) {
Copy link
Contributor

Choose a reason for hiding this comment

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

vc que criou essas funcoes?

Copy link
Author

Choose a reason for hiding this comment

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

claro que não kkkkk

Copy link
Contributor

Choose a reason for hiding this comment

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

kkk entao vamos apagar. e vc vai fazer do zero. E to falando serio 😈

Copy link
Collaborator

Choose a reason for hiding this comment

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

concodo

css/style.css Outdated
-webkit-animation: fadein 1s; /* Safari and Chrome */
-o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
Copy link
Collaborator

Choose a reason for hiding this comment

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

jkdfskfjjh ah fsa hsfadjhsdfajfdshajkfesahjkfad

slider.html Outdated
var slideIndex = 1;
showDivs(slideIndex);

function plusDivs(n) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

por skldfjflçds jlkqwjlkfjsdahj fkodsç

slider.html Outdated
showDivs(slideIndex += n);
}

function showDivs(n) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

concodo

slider.html Outdated
var x = document.getElementsByClassName("item");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

fsajç hshaf fwqeahfsad

@Bielmagrelo
Copy link
Collaborator

Bielmagrelo commented Mar 10, 2018 via email

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

Successfully merging this pull request may close these issues.

4 participants