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

Время разбивать камни #3

Merged
merged 3 commits into from
Aug 30, 2024

Conversation

licos87
Copy link
Contributor

@licos87 licos87 commented Aug 29, 2024

Copy link

Ваш пулреквест опубликован. Посмотреть можно здесь

github-actions bot pushed a commit that referenced this pull request Aug 29, 2024
@keksobot keksobot changed the title 1.24. Время разбивать камни Время разбивать камни Aug 29, 2024
Copy link

Ваш пулреквест опубликован. Посмотреть можно здесь

github-actions bot pushed a commit that referenced this pull request Aug 29, 2024
function createTripFiltersTemplate() {
i++;
return (
`<div class="trip-filters__filter">
Copy link
Collaborator

@AlSudar AlSudar Aug 29, 2024

Choose a reason for hiding this comment

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

<form class="trip-filters" action="#" method="get">
  
      <div class="trip-filters__filter">
      <input id="filter-everything" class="trip-filters__filter-input  visually-hidden" type="radio" name="trip-filter" value="everything" checked="">
      <label class="trip-filters__filter-label" for="filter-everything">everything</label>
    </div>
      <div class="trip-filters__filter">
      <input id="filter-future" class="trip-filters__filter-input  visually-hidden" type="radio" name="trip-filter" value="future">
      <label class="trip-filters__filter-label" for="filter-future">future</label>
    </div>
      <div class="trip-filters__filter">
      <input id="filter-present" class="trip-filters__filter-input  visually-hidden" type="radio" name="trip-filter" value="present">
      <label class="trip-filters__filter-label" for="filter-present">present</label>
    </div>
      <div class="trip-filters__filter">
      <input id="filter-past" class="trip-filters__filter-input  visually-hidden" type="radio" name="trip-filter" value="past">
      <label class="trip-filters__filter-label" for="filter-past">past</label>
    </div>
  <button class="visually-hidden" type="submit">Accept filter</button>
</form>

Copy link

Ваш пулреквест опубликован. Посмотреть можно здесь

github-actions bot pushed a commit that referenced this pull request Aug 29, 2024
@AlSudar AlSudar merged commit fc1805e into htmlacademy-ecmascript:master Aug 30, 2024
2 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.

2 participants