Skip to content

Commit

Permalink
Deploying to gh-pages from @ d23b44f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
GrygoriyChernish committed Aug 24, 2024
1 parent aedd193 commit 5fd86ee
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 5 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions commonHelpers.js

This file was deleted.

1 change: 0 additions & 1 deletion commonHelpers.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vanilla-app-template/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vanilla App Template</title>
<script type="module" crossorigin src="/vanilla-app-template/commonHelpers.js"></script>
<link rel="stylesheet" crossorigin href="/vanilla-app-template/assets/index-DvPDDfy5.css">
<script type="module" crossorigin src="/vanilla-app-template/index.js"></script>
<link rel="stylesheet" crossorigin href="/vanilla-app-template/assets/styles-DvPDDfy5.css">
</head>
<body>
<header class="header">
Expand Down
2 changes: 2 additions & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions page-2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page 2</title>
<link rel="stylesheet" crossorigin href="/vanilla-app-template/assets/styles-DvPDDfy5.css">
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<a class="nav-logo" href="./index.html" aria-label="Site logo">
<svg class="nav-logo-icon" width="100" height="30">
<use href="/vanilla-app-template/assets/sprite-E8vg0sBb.svg#logo"></use>
</svg>
</a>
<ul class="nav-list">
<li class="nav-item">
<a class="nav-link active" href="./page-2.html">Page 2</a>
</li>
<li class="nav-item">
<a class="nav-link {=$highlight-curr}" href="./page-3.html">Page 3</a>
</li>
</ul>
</nav>
</div>
</header>


<main>
<div class="container">
<h1 class="main-title">
<span class="main-title-gradient">Welcome</span> to page 2
</h1>
<a class="back-link" href="./index.html">Go back</a>

</div>
</main>

<footer class="footer">
<div class="container">
<p class="footer-desc">
Made with ✨ by
<a
class="footer-link"
href="https://goit.global/ua/"
target="_blank"
rel="noopener noreferrer"
>
GoIT team
</a>
</p>
</div>
</footer>

</body>
</html>
1 change: 1 addition & 0 deletions page-2.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions page-3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page 3</title>
<link rel="stylesheet" crossorigin href="/vanilla-app-template/assets/styles-DvPDDfy5.css">
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<a class="nav-logo" href="./index.html" aria-label="Site logo">
<svg class="nav-logo-icon" width="100" height="30">
<use href="/vanilla-app-template/assets/sprite-E8vg0sBb.svg#logo"></use>
</svg>
</a>
<ul class="nav-list">
<li class="nav-item">
<a class="nav-link {=$highlight-act}" href="./page-2.html">Page 2</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./page-3.html">Page 3</a>
</li>
</ul>
</nav>
</div>
</header>


<main>
<div class="container">
<h1 class="main-title">
<span class="main-title-gradient">Welcome</span> to page 3
</h1>
<a class="back-link" href="./index.html">Go back</a>

</div>
</main>

<footer class="footer">
<div class="container">
<p class="footer-desc">
Made with ✨ by
<a
class="footer-link"
href="https://goit.global/ua/"
target="_blank"
rel="noopener noreferrer"
>
GoIT team
</a>
</p>
</div>
</footer>

</body>
</html>
1 change: 1 addition & 0 deletions page-3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fd86ee

Please sign in to comment.