-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Hall of Fame]2 - Card template #464
[Hall of Fame]2 - Card template #464
Conversation
…andrummer' into 11-hall_of_fame_card_template_NosatskyiK
docs/index.html
Outdated
<template data-template> | ||
<section class="card"> | ||
<div class="card__information"> | ||
<div class="card__information-img"> |
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.
unnecessary element and class are not used.
docs/index.html
Outdated
<div class="card__information-img"> | ||
<img class="card__img" src="_img/title_pokemon.png" alt="pokemon" data-template-image> | ||
</div> | ||
<div class="card__information-title"> |
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.
unnecessary element and class are not used.
docs/index.html
Outdated
</div> | ||
<div class="card__social"> | ||
<a href="#" class="social__link"> | ||
<div class="card__social-github"> |
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.
unnecessary element and class are not used.
docs/index.html
Outdated
</div> | ||
</a> | ||
<a href="#" class="social__link"> | ||
<div class="card__social-gmail"> |
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.
unnecessary element and class are not used.
docs/index.html
Outdated
</div> | ||
</a> | ||
<a href="#" data-telegram class="social__link"> | ||
<div class="card__social-telegram"> |
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.
unnecessary element and class are not used.
docs/index.html
Outdated
</div> | ||
</a> | ||
</div> | ||
<div class="card__btn"> |
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.
unnecessary element and class are not used.
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.
removed unused tag classes
Hey, guys, I've added some minor styles corrections, and going to make a code-review |
Ok, the Github pages don't like the underscores in the file name (probably). |
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.
What a name!!!)))
Please use more common: reset or normalize.css
} | ||
|
||
.main__title { | ||
font-family: Roboto sans-serif; |
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.
Something wrong with font connection - please don't forget to add safe font and tune up connection of Roboto properly
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.
Probably, the card.css
would be more suitable name
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.
Please add some suitable name for this file
I'm going to merge this pr, but fixes of my comments here are on you, @NosatskyiK |
No description provided.