Skip to content

Commit

Permalink
remove footer from project
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Apr 24, 2024
1 parent f0e2be8 commit d7ad5c3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
@import url('@partials/covers/covers.css');
@import url('@partials/reviews/reviews.css');
@import url('@partials/work-together/work-together.css');
@import url('@partials/footer/footer.css');
@import url('@partials/modal/modal.css');
1 change: 0 additions & 1 deletion src/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import '@partials/about-me';
import '@partials/benefits';
import '@partials/covers';
import '@partials/faq';
import '@partials/footer';
import '@partials/header';
import '@partials/hero';
import '@partials/modal';
Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<load src="partials/reviews/reviews.html" />
<load src="partials/work-together/work-together.html" />
</main>
<!-- <load src="partials/footer/footer.html" /> -->
<load src="partials/modal/modal.html" />
<script type="module" src="assets/js/main.js"></script>
</body>
Expand Down
3 changes: 0 additions & 3 deletions src/partials/footer/footer.css

This file was deleted.

1 change: 0 additions & 1 deletion src/partials/footer/footer.html

This file was deleted.

1 change: 0 additions & 1 deletion src/partials/footer/footer.js

This file was deleted.

1 change: 0 additions & 1 deletion src/partials/footer/index.js

This file was deleted.

0 comments on commit d7ad5c3

Please sign in to comment.