Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8b03bfc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Jan 6, 2024
1 parent 4ae1f0b commit a0f416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><script type="module" src="/bookshelf/index.runtime.3fb8a948.js"></script><script type="module" src="/bookshelf/shopping-list.88ab9f6f.js"></script><script type="module" src="/bookshelf/shopping-list.runtime.a01acd50.js"></script><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="apple-touch-icon" sizes="180x180" href="/bookshelf/apple-touch-icon.e71c53da.png"><link rel="icon" type="image/png" sizes="32x32" href="/bookshelf/favicon-32x32.7d50bf6a.png"><link rel="icon" type="image/png" sizes="16x16" href="/bookshelf/favicon-16x16.e873594e.png"><link rel="manifest" href="/bookshelf/favicon/site.webmanifest"><link rel="mask-icon" href="/bookshelf/safari-pinned-tab.13dfde3c.svg" color="#4f2ee8"><meta name="msapplication-TileColor" content="#4f2ee8"><meta name="theme-color" media="(prefers-color-scheme: light)" content="4f2ee8"><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#111"><title>Bookshelf</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" integrity="sha512-ISS7cAi1PEhQ8jnbJpJZMd29NlhNj4AWYyLOSp2CE/CsHxTCu+r+t0D2yoJudVrd0/8fTVPUVDzY5Tvli75u/g==" crossorigin><link rel="stylesheet" type="text/css" href="/bookshelf/index.2625dd62.css"><link rel="stylesheet" type="text/css" href="/bookshelf/index.e77fb920.css"></head><body> <header> <div class="header-items"> <nav class="nav-item"> <a href="/bookshelf/index.html" class="logo-header"> <svg class="logo-icon" width="24px" height="24px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-logo"></use> </svg> <p>Bookshelf</p> </a> <ul class="hidden nav-list"> <li> <a href="/bookshelf/index.html" class="home-link nav-list__link nav-list__link--active">HOME</a> </li> <li> <div class="nav-list__link"> <a href="/bookshelf/shopping-list.html" class="shopping-text">SHOPPING LIST <svg class="shopping-list-icon" width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-shop"></use> </svg> </a> </div> </li> </ul> </nav> <div class="switch-button-div"> <label for="t-switch" class="switch"> <input type="checkbox" class="theme-switch" id="t-switch" checked> <span class="slider"></span> </label> <div id="user-profile"> <div id="user-info" class="sign-up-button-auth"> <div id="user-profile-image"> <svg width="12" height="16" fill="#4F2EE8"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-user"></use> </svg> </div> <div id="user-name-display"></div> <svg id="user-dropdown-arrow" width="20" height="20" fill="#fff"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-user"></use> </svg> </div> <div id="user-dropdown-menu" class="hidden"> <button id="log-out" class="log-out-button"> <span>Log Out</span> <svg class="arrow-right-icon" width="13" height="10"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> </div> </div> <div class="is-hidden sign-up-modal"> <div class="form-field"> <button type="button" class="sign-up-modal-close"> <svg class="signup-close-icon" width="14px" height="14px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> <div class="form-div"> <form name="signup-form" autocomplete="on" novalidate class="sign-up-form"> <div class="form-inputs"> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Name</span> <input type="text" name="name" class="hf-style inputs"> </label> </div> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Email</span> <input type="email" name="email" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-email"></use> </svg> </label> </div> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Password</span> <input type="password" name="password" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-lock"></use> </svg> </label> </div> <button type="submit" id="sign-up" class="sign-button-form">SIGN UP</button> </div> <div class="modal-buttons"> <button type="button" data-switch="sign-up" class="button-sign-up buttons-style"> SIGN UP </button> <button type="button" data-switch="sign-in" class="buttons-style">SIGN IN</button> </div> </form> </div> </div> </div> <div class="is-hidden sign-in-modal"> <div class="form-field"> <button type="button" class="sign-in-modal-close"> <svg class="signup-close-icon" width="14px" height="14px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> <div class="form-div"> <form name="signin-form" autocomplete="on" novalidate class="sign-in-form"> <div class="form-inputs"> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Email</span> <input type="email" name="email" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-email"></use> </svg> </label> </div> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Password</span> <input type="password" name="password" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-lock"></use> </svg> </label> </div> <button type="submit" id="sign-in" class="sign-button-form">SIGN IN</button> </div> <div class="modal-buttons"> <button type="button" data-switch="sign-up" class="button-sign-up buttons-style"> SIGN UP </button> <button type="button" data-switch="sign-in" class="buttons-style">SIGN IN</button> </div> </form> </div> </div> </div> <button type="button" class="sign-up-button sign-up-modal-open"> <span class="sign-up-text">Sign up</span> <svg class="arrow-right-icon" width="20" height="20"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> <button class="hamburger-button"> <svg class="hamburger-icon" width="28px" height="28px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-menu-hamburger"></use> </svg> </button> <button class="close-button" id="close-sing-up-mobile-menu"> <svg class="close-button-icon" width="14px" height="14px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> </div> </div> </header> <main> <div class="home"> <div class="category-list"></div> <div class="foundation-list"> <div class="swiper-header"> <h2>Support Ukraine</h2> <svg class="ukraine-icon" width="20" height="32" fill="currentColor"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-support"></use> </svg> </div> <div class="swiper-container"> <div class="swiper-wrapper"></div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> </div> <div class="books visible" data-content="top-books"></div> <div class="books" data-content="category"></div> </div> </main> <div class="backdrop-pop-up is-hidden" data-pop-up> <div class="modal-pop-up"> <button type="button" class="close-modal-button" data-pop-up-close aria-label="Close"> <svg class="close-modal-button__icon" width="20" height="20"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> <div class="modal-pop-up-content"></div> <div class="congratulatory-message modal__message"> Сongratulations! You have added the book to the shopping list. To delete, press the button “Remove from the shopping list”. </div> <div class="auth-message modal__message"> You need to be authenticated to add books to the shopping list </div> </div> </div> <div class="mobile-menu-field" id="sing-up-mobile-menu"> <div class="mobile-menu-body"> <button type="button" class="sign-up-button"> <span class="sign-up-text">Sign up</span> <svg class="arrow-right-icon" width="20" height="20"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> <div id="mobile-user-profile"> <div class="sign-up-button-user"> <div class="user-icon-mobile"> <svg width="12" height="16" fill="#4F2EE8"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-user"></use> </svg> </div> <div id="user-name-display-mobile"></div> </div> <div class="nav-mobile-position"> <ul class="nav-mobile-list"> <li> <a href="/bookshelf/index.html" class="home-link home-text nav-list__link nav-list__link--active">HOME</a> </li> <li> <div class="nav-list__link shopping-link"> <a href="/bookshelf/shopping-list.html" class="shopping-mobile-text">SHOPPING LIST <svg class="shopping-list-mobile-icon" width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-shop"></use> </svg> </a> </div> </li> </ul> </div> <div> <button id="mobile-log-out-button" type="button" class="log-out-button-mobile-menu"> <span class="sign-up-text">Log out</span> <svg class="arrow-right-icon" width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> <div class="background-cover-container"> <img src="/bookshelf/mobile-background-img.1adb8db9.png" alt="picture of book covers"> </div> </div> </div> </div> </div> <button id="scrollUp"> <svg width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-scroll-up"></use> </svg> </button> <script src="/bookshelf/index.ead0dbc4.js" type="module"></script> <script src="/bookshelf/index.1726c9c8.js" type="module"></script> </body></html>
<!DOCTYPE html><html lang="en"><head><script type="module" src="/bookshelf/index.runtime.3fb8a948.js"></script><script type="module" src="/bookshelf/shopping-list.88ab9f6f.js"></script><script type="module" src="/bookshelf/shopping-list.runtime.a01acd50.js"></script><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="apple-touch-icon" sizes="180x180" href="/bookshelf/apple-touch-icon.e71c53da.png"><link rel="icon" type="image/png" sizes="32x32" href="/bookshelf/favicon-32x32.7d50bf6a.png"><link rel="icon" type="image/png" sizes="16x16" href="/bookshelf/favicon-16x16.e873594e.png"><link rel="manifest" href="/bookshelf/favicon/site.webmanifest"><link rel="mask-icon" href="/bookshelf/safari-pinned-tab.13dfde3c.svg" color="#4f2ee8"><meta name="msapplication-TileColor" content="#4f2ee8"><meta name="theme-color" media="(prefers-color-scheme: light)" content="4f2ee8"><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#111"><title>Bookshelf</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" integrity="sha512-ISS7cAi1PEhQ8jnbJpJZMd29NlhNj4AWYyLOSp2CE/CsHxTCu+r+t0D2yoJudVrd0/8fTVPUVDzY5Tvli75u/g==" crossorigin><link rel="stylesheet" type="text/css" href="/bookshelf/index.2625dd62.css"><link rel="stylesheet" type="text/css" href="/bookshelf/index.e77fb920.css"></head><body> <header> <div class="header-items"> <nav class="nav-item"> <a href="/bookshelf/index.html" class="logo-header"> <svg class="logo-icon" width="24px" height="24px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-logo"></use> </svg> <p>Bookshelf</p> </a> <ul class="hidden nav-list"> <li> <a href="/bookshelf/index.html" class="home-link nav-list__link nav-list__link--active">HOME</a> </li> <li> <div class="nav-list__link"> <a href="/bookshelf/shopping-list.html" class="shopping-text">SHOPPING LIST <svg class="shopping-list-icon" width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-shop"></use> </svg> </a> </div> </li> </ul> </nav> <div class="switch-button-div"> <label for="t-switch" class="switch"> <input type="checkbox" class="theme-switch" id="t-switch" checked> <span class="slider"></span> </label> <div id="user-profile"> <div id="user-info" class="sign-up-button-auth"> <div id="user-profile-image"> <svg width="12" height="16" fill="#4F2EE8"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-user"></use> </svg> </div> <div id="user-name-display"></div> <svg id="user-dropdown-arrow" width="20" height="20" fill="#fff"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-user"></use> </svg> </div> <div id="user-dropdown-menu" class="hidden"> <button id="log-out" class="log-out-button"> <span>Log Out</span> <svg class="arrow-right-icon" width="13" height="10"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> </div> </div> <div class="is-hidden sign-up-modal"> <div class="form-field"> <button type="button" class="sign-up-modal-close"> <svg class="signup-close-icon" width="14px" height="14px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> <div class="form-div"> <form name="signup-form" autocomplete="on" novalidate class="sign-up-form"> <div class="form-inputs"> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Name</span> <input type="text" name="name" class="hf-style inputs"> </label> </div> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Email</span> <input type="email" name="email" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-email"></use> </svg> </label> </div> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Password</span> <input type="password" name="password" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-lock"></use> </svg> </label> </div> <button type="submit" id="sign-up" class="sign-button-form">SIGN UP</button> </div> <div class="modal-buttons"> <button type="button" data-switch="sign-up" class="button-sign-up buttons-style"> SIGN UP </button> <button type="button" data-switch="sign-in" class="buttons-style">SIGN IN</button> </div> </form> </div> </div> </div> <div class="is-hidden sign-in-modal"> <div class="form-field"> <button type="button" class="sign-in-modal-close"> <svg class="signup-close-icon" width="14px" height="14px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> <div class="form-div"> <form name="signin-form" autocomplete="on" novalidate class="sign-in-form"> <div class="form-inputs"> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Email</span> <input type="email" name="email" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-email"></use> </svg> </label> </div> <div class="hf-style input-position"> <label> <span class="hf-style input-text">Password</span> <input type="password" name="password" class="hf-style inputs"> <svg class="hf-style icon-mobile-position" width="21px" height="21px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-lock"></use> </svg> </label> </div> <button type="submit" id="sign-in" class="sign-button-form">SIGN IN</button> </div> <div class="modal-buttons"> <button type="button" data-switch="sign-up" class="button-sign-up buttons-style"> SIGN UP </button> <button type="button" data-switch="sign-in" class="buttons-style">SIGN IN</button> </div> </form> </div> </div> </div> <button type="button" class="sign-up-button sign-up-modal-open"> <span class="sign-up-text">Sign up</span> <svg class="arrow-right-icon" width="20" height="20"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> <button class="hamburger-button"> <svg class="hamburger-icon" width="28px" height="28px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-menu-hamburger"></use> </svg> </button> <button class="close-button" id="close-sing-up-mobile-menu"> <svg class="close-button-icon" width="14px" height="14px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> </div> </div> </header> <main> <div class="home"> <div class="category-list"></div> <div class="foundation-list"> <div class="swiper-header"> <h2>Support Ukraine</h2> <svg class="ukraine-icon" width="20" height="32" fill="currentColor"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-support"></use> </svg> </div> <div class="swiper-container"> <div class="swiper-wrapper"></div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> </div> <div class="books visible" data-content="top-books"></div> <div class="books" data-content="category"></div> </div> </main> <div class="backdrop-pop-up is-hidden" data-pop-up> <div class="modal-pop-up"> <button type="button" class="close-modal-button" data-pop-up-close aria-label="Close"> <svg class="close-modal-button__icon" width="20" height="20"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-close"></use> </svg> </button> <div class="modal-pop-up-content"></div> <div class="congratulatory-message modal__message"> Сongratulations! You have added the book to the shopping list. To delete, press the button “Remove from the shopping list”. </div> <div class="auth-message modal__message"> You need to be authenticated to add books to the shopping list </div> </div> </div> <div class="mobile-menu-field" id="sing-up-mobile-menu"> <div class="mobile-menu-body"> <button type="button" class="sign-up-button"> <span class="sign-up-text">Sign up</span> <svg class="arrow-right-icon" width="20" height="20"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> <div id="mobile-user-profile"> <div class="sign-up-button-user"> <div class="user-icon-mobile"> <svg width="12" height="16" fill="#4F2EE8"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-user"></use> </svg> </div> <div id="user-name-display-mobile"></div> </div> <div class="nav-mobile-position"> <ul class="nav-mobile-list"> <li> <a href="/bookshelf/index.html" class="home-link home-text nav-list__link nav-list__link--active">HOME</a> </li> <li> <div class="nav-list__link shopping-link"> <a href="/bookshelf/shopping-list.html" class="shopping-mobile-text">SHOPPING LIST <svg class="shopping-list-mobile-icon" width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-shop"></use> </svg> </a> </div> </li> </ul> </div> <div> <button id="mobile-log-out-button" type="button" class="log-out-button-mobile-menu"> <span class="sign-up-text">Log out</span> <svg class="arrow-right-icon" width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-arrow-right"></use> </svg> </button> </div> </div> <div class="background-cover-container"> <img src="/bookshelf/mobile-background-img.1adb8db9.png" alt="picture of book covers"> </div> </div> </div> <button id="scrollUp"> <svg width="20px" height="20px"> <use href="/bookshelf/icons.3ec6c21b.svg#icon-scroll-up"></use> </svg> </button> <script src="/bookshelf/index.ead0dbc4.js" type="module"></script> <script src="/bookshelf/index.1726c9c8.js" type="module"></script> </body></html>

0 comments on commit a0f416d

Please sign in to comment.