Ignore:
Timestamp:
10/12/24 21:32:15 (5 weeks ago)
Author:
macagaso <gasoskamarija@…>
Branches:
master
Parents:
743de55
Message:

Updated version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/html/index.html

    r743de55 r43c9090  
    1414  <link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Kumbh+Sans:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
    1515  <link rel="stylesheet" href="/css/index.css">
     16  <script src="/js/cookie.js" defer></script>
    1617</head>
    1718<body>
     
    5758    </nav>
    5859  </div>
     60  <button id="authButton" style="display: none;"></button>
    5961</header>
    60 
    61 
    6262<div class="main-content">
    6363  <div class="title">Енергијата зборува <span class="split-title">погласно од зборовите...</span></div>
     
    8080    <div class="white-part">
    8181      <p id="personalised"></p>
    82       <a href="calendar.html">Закажи термин</a>
    83       <a href="terms.html">Мои термини</a>
    84       <a href="editUser.html">Кориснички профил</a>
     82      <div id="links">
     83      <a href="calendar.html"><img src="/images/down.png">Закажи термин</a>
     84      <a href="terms.html"><img src="/images/down.png"> Мои термини</a>
     85      <a href="editUser.html"><img src="/images/down.png"> Кориснички профил</a>
     86      <a href="userInfo.html"><img src="/images/down.png"> Новости и купони</a>
     87      </div>
    8588    </div>
    8689  </div>
     
    153156        <label for="password">Лозинка:</label>
    154157        <input type="password" id="password" name="password" required>
    155         <button type="submit">Логирање</button>
     158        <button id="submit-btn" type="submit">Логирање</button>
    156159      </form>
    157160    </div>
     
    163166      <h2>Креирајте корисничка сметка</h2>
    164167      <form class="dataForms" method="post">
    165         <label for="name">Име:</label>
    166         <input type="name" id="name" name="name" required>
    167         <label for="surname">Презиме:</label>
    168         <input type="surname" id="surname" name="surname" required>
    169         <label for="phone">Телефон:</label>
    170         <input type="tel" id="phone" name="phone" placeholder="07_-___-___" required>
    171         <label for="age">Датум на раѓање:</label>
    172         <input type="date" id="age" name="age" required>
    173         <label for="usernameSignIn">Корисничко име:</label>
    174         <input type="username" id="usernameSignIn" name="username" required>
    175         <label for="passwordSignIn">Лозинка:</label>
    176         <input type="password" id="passwordSignIn" name="password" required>
    177         <button type="submit">Креирај</button>
     168        <div>
     169          <label for="name">Име:</label>
     170          <input type="name" id="name" name="name" required>
     171        </div>
     172        <div>
     173          <label for="surname">Презиме:</label>
     174          <input type="surname" id="surname" name="surname" required>
     175        </div>
     176        <div>
     177          <label for="phone">Телефон:</label>
     178          <input type="tel" id="phone" name="phone" placeholder="07_-___-___" required>
     179        </div>
     180        <div>
     181          <label for="age">Датум на раѓање:</label>
     182          <input type="date" id="age" name="age" required>
     183        </div>
     184        <div>
     185          <label for="usernameSignIn">Корисничко име:</label>
     186          <input type="username" id="usernameSignIn" name="username" required>
     187        </div>
     188        <div>
     189          <label for="passwordSignIn">Лозинка:</label>
     190          <input type="password" id="passwordSignIn" name="password" required>
     191        </div>
    178192      </form>
     193      <button id="create" type="submit">Креирај</button>
    179194    </div>
    180195  </div>
Note: See TracChangeset for help on using the changeset viewer.