Changeset 2b0a4db for src/main/resources/templates/homepage.html
- Timestamp:
- 02/08/23 20:42:53 (21 months ago)
- Branches:
- master
- Children:
- 46fd0c7
- Parents:
- a436340
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/homepage.html
ra436340 r2b0a4db 7 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> 8 8 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"/> 10 10 <!-- 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"/> 12 12 <!-- 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"/> 14 14 15 15 <link href='css/fullcalendar.css' rel='stylesheet'/> 16 16 <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"/> 18 18 <link href="css/headers.css" rel="stylesheet"> 19 19 </head> … … 25 25 <div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start"> 26 26 <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> 28 30 </a> 29 31 … … 40 42 41 43 <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"> 43 46 <img src="https://github.com/mdo.png" alt="mdo" width="32" height="32" class="rounded-circle"> 44 47 </a> … … 47 50 <li><a class="dropdown-item" href="#">Settings</a></li> 48 51 <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> 50 55 <li><a class="dropdown-item" href="#">Sign out</a></li> 51 56 </ul> … … 64 69 <div class="card"> 65 70 <div class="card-body py-5 px-md-5"> 66 67 68 69 70 71 72 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> 73 78 </div> 74 79 </div>
Note:
See TracChangeset
for help on using the changeset viewer.