sign-in-illustration.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta20
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Sign in with illustration - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="./dist/css/tabler.min.css?1692870487" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1692870487" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1692870487" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1692870487" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1692870487" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body class=" d-flex flex-column">
  33. <script src="./dist/js/demo-theme.min.js?1692870487"></script>
  34. <div class="page page-center">
  35. <div class="container container-normal py-4">
  36. <div class="row align-items-center g-4">
  37. <div class="col-lg">
  38. <div class="container-tight">
  39. <div class="text-center mb-4">
  40. <a href="." class="navbar-brand navbar-brand-autodark"><img src="./static/logo.svg" height="36" alt=""></a>
  41. </div>
  42. <div class="card card-md">
  43. <div class="card-body">
  44. <h2 class="h2 text-center mb-4">Login to your account</h2>
  45. <form action="./" method="get" autocomplete="off" novalidate>
  46. <div class="mb-3">
  47. <label class="form-label">Email address</label>
  48. <input type="email" class="form-control" placeholder="your@email.com" autocomplete="off">
  49. </div>
  50. <div class="mb-2">
  51. <label class="form-label">
  52. Password
  53. <span class="form-label-description">
  54. <a href="./forgot-password.html">I forgot password</a>
  55. </span>
  56. </label>
  57. <div class="input-group input-group-flat">
  58. <input type="password" class="form-control" placeholder="Your password" autocomplete="off">
  59. <span class="input-group-text">
  60. <a href="#" class="link-secondary" title="Show password" data-bs-toggle="tooltip"><!-- Download SVG icon from http://tabler-icons.io/i/eye -->
  61. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" /><path d="M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" /></svg>
  62. </a>
  63. </span>
  64. </div>
  65. </div>
  66. <div class="mb-2">
  67. <label class="form-check">
  68. <input type="checkbox" class="form-check-input"/>
  69. <span class="form-check-label">Remember me on this device</span>
  70. </label>
  71. </div>
  72. <div class="form-footer">
  73. <button type="submit" class="btn btn-primary w-100">Sign in</button>
  74. </div>
  75. </form>
  76. </div>
  77. <div class="hr-text">or</div>
  78. <div class="card-body">
  79. <div class="row">
  80. <div class="col"><a href="#" class="btn w-100">
  81. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  82. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  83. Login with Github
  84. </a></div>
  85. <div class="col"><a href="#" class="btn w-100">
  86. <!-- Download SVG icon from http://tabler-icons.io/i/brand-twitter -->
  87. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z" /></svg>
  88. Login with Twitter
  89. </a></div>
  90. </div>
  91. </div>
  92. </div>
  93. <div class="text-center text-secondary mt-3">
  94. Don't have account yet? <a href="./sign-up.html" tabindex="-1">Sign up</a>
  95. </div>
  96. </div>
  97. </div>
  98. <div class="col-lg d-none d-lg-block">
  99. <img src="./static/illustrations/undraw_secure_login_pdn4.svg" height="300" class="d-block mx-auto" alt="">
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <!-- Libs JS -->
  105. <!-- Tabler Core -->
  106. <script src="./dist/js/tabler.min.js?1692870487" defer></script>
  107. <script src="./dist/js/demo.min.js?1692870487" defer></script>
  108. </body>
  109. </html>