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

[Hall of Fame]2 - Card template #464

Merged

Conversation

NosatskyiK
Copy link
Collaborator

No description provided.

@IgorFromUA
Copy link
Collaborator

Hello. You can customize the container to align the content.
1
2

@NosatskyiK
Copy link
Collaborator Author

Hello. You can customize the container to align the content. 1 2

Hello, Bohdan worked with the text, so I think it would be correct to write to him about the text on the page

…andrummer' into 11-hall_of_fame_card_template_NosatskyiK
@vladyslav-yermolin-moc vladyslav-yermolin-moc changed the title card template created [Hall of Fame]2 - Card template Mar 13, 2024
@vladyslav-yermolin-moc vladyslav-yermolin-moc linked an issue Mar 13, 2024 that may be closed by this pull request
docs/index.html Outdated
<template data-template>
<section class="card">
<div class="card__information">
<div class="card__information-img">
Copy link
Collaborator

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">
Copy link
Collaborator

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">
Copy link
Collaborator

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">
Copy link
Collaborator

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">
Copy link
Collaborator

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">
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed unused tag classes

@vladyslav-yermolin-moc
Copy link
Collaborator

Hey, guys, I've added some minor styles corrections, and going to make a code-review

@vladyslav-yermolin-moc
Copy link
Collaborator

vladyslav-yermolin-moc commented Mar 17, 2024

The icons in the footer are blocked by CORS
Update is is going on during the local development. When a server is providing the site, it works.
image

@vladyslav-yermolin-moc
Copy link
Collaborator

Ok, the Github pages don't like the underscores in the file name (probably).
So I've changed the files structure and corrected the pathes
Here is deployed version (on my Github pages) https://vladyslav-yermolin-moc.github.io/fe-course-basic-2023/

Copy link
Collaborator

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;
Copy link
Collaborator

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

Copy link
Collaborator

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

Copy link
Collaborator

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

@vladyslav-yermolin-moc
Copy link
Collaborator

I'm going to merge this pr, but fixes of my comments here are on you, @NosatskyiK

@vladyslav-yermolin-moc vladyslav-yermolin-moc merged commit 818ac66 into 11-hall_of_fame Mar 17, 2024
4 checks passed
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.

[Hall of Fame]2 - Card template
5 participants