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

Revert "Hero" #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed src/images/images card
Empty file.
45 changes: 22 additions & 23 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./public/favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<title>Tasty Treats</title>
<link rel="stylesheet" href="./sass/main.scss" />
</head>
<body>
<!-- Header -->
<include src="./partials/header.html"></include>
<main>
<!-- Section 1: Hero -->
</main>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./public/favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
<title>Tasty Treats</title>
<link rel="stylesheet" href="./sass/main.scss" />
</head>

<body>
<!-- Header -->
<include src="./partials/header.html"></include>
<main>
<!-- Section 1: Hero -->
<include src="./partials/hero.html"></include>
</main>

<script type="module" src="./index.js"></script>
</body>

</html>
<script type="module" src="./index.js"></script>
</body>
</html>
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
//* Toggle theme
import './js/toggle-theme.js';
//*Slider-Api
import './js/slider-api.js';
16 changes: 0 additions & 16 deletions src/js/slider-api.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/partials/hero.html

This file was deleted.

2 changes: 0 additions & 2 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@

@import './partials/header';

@import './partials/hero';

98 changes: 0 additions & 98 deletions src/sass/partials/_hero.scss

This file was deleted.