Ignore:
Timestamp:
02/08/23 20:42:53 (17 months ago)
Author:
Gjoko Kostadinov <gjoko.kostadinov@…>
Branches:
master
Children:
46fd0c7
Parents:
a436340
Message:

Fix page layout and js bugs.

File:
1 edited

Legend:

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

    ra436340 r2b0a4db  
    77    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    88
    9     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
     9    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"/>
    1010    <!-- Google Fonts -->
    11     <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
     11    <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet"/>
    1212    <!-- MDB -->
    13     <link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet" />
     13    <link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet"/>
    1414
    1515    <link href='css/fullcalendar.css' rel='stylesheet'/>
    1616    <link href='css/fullcalendar.print.css' rel='stylesheet' media='print'/>
    17     <link href="css/homepage.css" rel="stylesheet" />
     17    <link href="css/homepage.css" rel="stylesheet"/>
    1818    <link href="css/headers.css" rel="stylesheet">
    1919</head>
     
    2525        <div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
    2626            <a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-dark text-decoration-none">
    27                 <svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap"><use xlink:href="#bootstrap"/></svg>
     27                <svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap">
     28                    <use xlink:href="#bootstrap"/>
     29                </svg>
    2830            </a>
    2931
     
    4042
    4143            <div class="dropdown text-end">
    42                 <a href="#" class="d-block link-dark text-decoration-none dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
     44                <a href="#" class="d-block link-dark text-decoration-none dropdown-toggle" data-bs-toggle="dropdown"
     45                   aria-expanded="false">
    4346                    <img src="https://github.com/mdo.png" alt="mdo" width="32" height="32" class="rounded-circle">
    4447                </a>
     
    4750                    <li><a class="dropdown-item" href="#">Settings</a></li>
    4851                    <li><a class="dropdown-item" href="#">Profile</a></li>
    49                     <li><hr class="dropdown-divider"></li>
     52                    <li>
     53                        <hr class="dropdown-divider">
     54                    </li>
    5055                    <li><a class="dropdown-item" href="#">Sign out</a></li>
    5156                </ul>
     
    6469    <div class="card">
    6570        <div class="card-body py-5 px-md-5">
    66                 <div>
    67                     <label for="student-birth-date">Date of search:</label>
    68                     <input type="date" id="student-birth-date"/>
    69                 </div>
    70                 <div>
    71                     <button type="submit" class="button" id="search">Search</button>
    72                 </div>
     71            <div>
     72                <label for="student-birth-date">Date of search:</label>
     73                <input type="date" id="student-birth-date"/>
     74            </div>
     75            <div>
     76                <button type="submit" class="button" id="search">Search</button>
     77            </div>
    7378        </div>
    7479    </div>
Note: See TracChangeset for help on using the changeset viewer.