Skip to content

Commit

Permalink
Repository base
Browse files Browse the repository at this point in the history
Provided by GOIT
  • Loading branch information
Perslay committed Feb 14, 2024
1 parent 63d08f6 commit e55e219
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 77 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "parcel-project-template",
"version": "2.0.0",
"description": "",
"homepage": "https://goitacademy.github.io/parcel-project-template",
"homepage": "https://Perslay.github.io/goit-js-hw-10",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /parcel-project-template/"
"build": "parcel build src/*.html --public-url /goit-js-hw-10/"
},
"repository": {
"type": "git",
Expand Down
Binary file removed src/images/logo.png
Binary file not shown.
15 changes: 8 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="ru">
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page title</title>
<link rel="stylesheet" href="./sass/index.scss" />
<script type="module" src="./index.js"></script>
<title>Homework 10</title>
</head>
<body>
<h1>Example title</h1>
<!-- ❗️❗️❗️ Add partials like so for every page -->
<include src="./partials/example.html"></include>
<select class="breed-select"></select>
<p class="loader">Loading data, please wait...</p>
<p class="error">Oops! Something went wrong! Try reloading the page!</p>
<div class="cat-info"></div>

<script src="index.js" type="module"></script>
</body>
</html>
37 changes: 0 additions & 37 deletions src/partials/example.html

This file was deleted.

1 change: 0 additions & 1 deletion src/sass/_common.scss

This file was deleted.

28 changes: 0 additions & 28 deletions src/sass/_example.scss

This file was deleted.

2 changes: 0 additions & 2 deletions src/sass/index.scss

This file was deleted.

0 comments on commit e55e219

Please sign in to comment.