index.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="./css/style.css" type="text/css"/>
  8. <link rel="stylesheet" href="./css/style_main_page.css" type="text/css"/>
  9. <link rel="stylesheet" href="./css/adaptation_style.css" type="text/css"/>
  10. <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  12. <script src="./js/main.js"></script>
  13. <title>ShariX Open</title>
  14. </head>
  15. <body style="justify-content: center;">
  16. <header>
  17. <!--Image DRIVE-->
  18. <img class="drive-image" alt="ShariX Open"/>
  19. <!--URL Оставить заявку на подключение-->
  20. <a class="submit-connect" href="index.html">Оставить заявку на подключение</a>
  21. <!--Button Войти-->
  22. <button id="button-enter">Войти</button>
  23. <!--Bar Menu Button-->
  24. <div id="bar-menu-button">
  25. <div class="bar-menu-line"></div>
  26. <div class="bar-menu-line"></div>
  27. <div class="bar-menu-line"></div>
  28. </div>
  29. <!--Bar Menu-->
  30. <div id="bar-menu">
  31. <a class="submit-connect-menu" href="index.html">Оставить заявку на подключение</a>
  32. <!--Button Войти-->
  33. <button id="button-enter-menu">Войти</button>
  34. </div>
  35. </header>
  36. <div id="container">
  37. <!--
  38. Page container.
  39. This is where the site pages will be located.
  40. -->
  41. </div>
  42. <footer >
  43. <img class="drive-image" alt="Drive"/>
  44. <table class="footer-table">
  45. <thead>
  46. <tr>
  47. <th>О платформе</th>
  48. <th>Личный кабинет</th>
  49. </tr>
  50. </thead>
  51. <tbody>
  52. <tr>
  53. <th><a href="index.html">Платформа ShariX</a></th>
  54. <th><a href="index.html">Войти</a></th>
  55. </tr>
  56. <tr>
  57. <th><a href="mailto:drive@sharix-app.org">Оставить заявку на подключение</a></th>
  58. <th><a href="index.html">Политика конфиденциальности</a></th>
  59. </tr>
  60. </tbody>
  61. </table>
  62. </footer>
  63. <div class="sharix-corp">© 2022 ShariX</div>
  64. </body>
  65. </html>