Skip to content

Commit

Permalink
add file rating
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaHranovska committed Feb 27, 2024
1 parent 58b6136 commit 62e5013
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
Empty file added src/css/rating.css
Empty file.
3 changes: 2 additions & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
@import url('./footer.css');
@import url('./quote-favorities.css');
@import url('./favorities-exercise.css');
@import url('./modal-window.css');
@import url('./modal-window.css');
@import url('./rating.css');
1 change: 1 addition & 0 deletions src/favorites.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<load ="partials/quote-favorities.html" />
<load ="partials/favorities-exercise.html" />
<load ="partials/modal-window.html" />
<load ="partials/rating.html" />
<load ="partials/mobile-menu.html" />

<script type="module" src="./favorites.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion src/favorites.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import './js/burger-menu'
import './js/quote'
import './js/favorities'
import './js/modal-window'
import './js/add-to-favorites'
import './js/add-to-favorites'
import './js/rating'
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<load ="partials/footer.html" />

<load ="partials/modal-window.html" />
<load ="partials/rating.html" />
<load ="partials/mobile-menu.html" />
<span class="loader"></span>

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import './js/search'
import './js/add-to-favorites'
import './js/pagination'
import './js/modal-window'
import './js/rating'

import './js/subscribe'
Empty file added src/js/rating.js
Empty file.
Empty file added src/partials/rating.html
Empty file.

0 comments on commit 62e5013

Please sign in to comment.