Skip to content

Commit

Permalink
Deploying to gh-pages from @ 03fb623 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
luxplanjay committed Aug 22, 2024
1 parent 118f76f commit 723a662
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 71 deletions.
1 change: 0 additions & 1 deletion assets/index-10c40100.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/javascript-8dac5379.svg

This file was deleted.

12 changes: 12 additions & 0 deletions assets/sprite-072662bb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/styles-f5b01566.css

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

2 changes: 1 addition & 1 deletion commonHelpers.js

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

165 changes: 105 additions & 60 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,78 +7,123 @@
<title>Vanilla App Template</title>

<script type="module" crossorigin src="/vanilla-app-template/commonHelpers.js"></script>
<link rel="stylesheet" href="/vanilla-app-template/assets/index-10c40100.css">
<link rel="stylesheet" href="/vanilla-app-template/assets/styles-f5b01566.css">
</head>
<body>
<header class="header">
<nav class="nav">
<ul class="nav-list">
<li class="nav-item">
<a href="./page-2.html" class="nav-link">Page 2</a>
</li>

<li class="nav-item">
<a href="./page-3.html" class="nav-link">Page 3</a>
</li>
</ul>
</nav>
</header>


<section>
<h1>Example page title</h1>
<!-- Path to images as from index.html file -->
<img src="/vanilla-app-template/assets/javascript-8dac5379.svg" alt="" />
</section>

<!-- Loads the specified .html file -->
<section class="vite-promo">
<div class="container">
<div class="wrapper">
<h2 class="title">
<span class="gradient">Vite</span>
</h2>
<p class="text">Next Generation Frontend Tooling</p>
<p class="tagline">
Get ready for a development environment that can finally catch up with
you.
</p>

<ul class="actions">
<li class="action">
<a
class="link"
href="https://vitejs.dev/guide/"
target="_blank"
rel="noopener noreferrer"
>Get Started</a
>
<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-072662bb.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="action">
<a
class="link"
href="https://github.com/vitejs/vite"
target="_blank"
rel="noopener noreferrer"
>View on GitHub</a
>
<li class="nav-item">
<a class="nav-link {=$highlight-curr}" href="./page-3.html">Page 3</a>
</li>
</ul>
</div>
</nav>
</div>
</header>


<div class="thumb">
<!-- Path to images as from index.html file -->
<img
class="pic"
src="/vanilla-app-template/assets/vite-logo-51249ca9.png"
alt="Vite logo"
width="640"
height="640"
/>
<main>
<!-- Loads the specified .html file -->
<section class="vite-promo">
<div class="container">
<div class="vite-promo-thumb">
<a
class="vite-promo-link"
href="https://vitejs.dev/"
target="_blank"
rel="noopener noreferrer"
aria-label="Link to Vite official website"
title="Vite.js build tool"
>
<!-- Path to images as from index.html file -->
<img
class="pic"
src="/vanilla-app-template/assets/vite-logo-51249ca9.png"
alt="Vite logo"
width="640"
height="640"
/>
</a>
</div>
<h1 class="main-title">
<span class="main-title-gradient">Vite</span>
Template by
<a
class="main-title-link"
href="https://github.com/goitacademy/vanilla-app-template"
target="_blank"
rel="noopener noreferrer"
>
GoIT
</a>
</h1>
</div>
</section>

<article class="badges">
<div class="container">
<ul class="badges-list">
<li class="badges-item">
<a
class="badges-link"
href="https://www.npmjs.com/package/vite-plugin-html-inject"
target="_blank"
rel="noopener noreferrer"
>
HTML Inject
</a>
</li>
<li class="badges-item">
<a
class="badges-link"
href="https://www.npmjs.com/package/vite-plugin-full-reload"
target="_blank"
rel="noopener noreferrer"
>
Full Reload
</a>
</li>
<li class="badges-item">
<a
class="badges-link"
href="https://www.npmjs.com/package/postcss-sort-media-queries"
target="_blank"
rel="noopener noreferrer"
>
Sort Media Queries
</a>
</li>
</ul>
</div>
</article>

</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>
Expand Down
53 changes: 49 additions & 4 deletions page-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,56 @@
<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" href="/vanilla-app-template/assets/styles-f5b01566.css">
</head>
<body>
<section>
<a href="./index.html">Go to home</a>
<h1>Welcome to page 2</h1>
</section>
<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-072662bb.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>
Loading

0 comments on commit 723a662

Please sign in to comment.