[d3cf3a1] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html lang="en" xmlns:th="http://www.thymeleaf.org">
|
---|
| 3 | <head>
|
---|
| 4 | <meta charset="UTF-8">
|
---|
| 5 | <title>EDUCATUM - HOME</title>
|
---|
| 6 | <link rel="stylesheet" href="/css/style.css">
|
---|
| 7 | <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
|
---|
| 8 | rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
|
---|
| 9 | crossorigin="anonymous">
|
---|
| 10 | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
---|
| 11 | <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
---|
| 12 | integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
---|
| 13 | crossorigin="anonymous"></script>
|
---|
| 14 | <link rel="stylesheet"
|
---|
| 15 | href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css">
|
---|
| 16 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
|
---|
| 17 | <script th:inline="javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
---|
| 18 | <style>
|
---|
| 19 | body{
|
---|
| 20 | height: 100%;
|
---|
| 21 | width: 100%;
|
---|
| 22 | background: linear-gradient(to right, #93A3CE, #1C294E);
|
---|
| 23 | }
|
---|
| 24 | #banner {
|
---|
| 25 | position: relative;
|
---|
| 26 | top: -35px;
|
---|
| 27 | }
|
---|
| 28 | #services {
|
---|
| 29 | position: relative;
|
---|
| 30 | top: -50px;
|
---|
| 31 | background: floralwhite;
|
---|
| 32 | }
|
---|
| 33 | #about-us{
|
---|
| 34 | position: relative;
|
---|
| 35 | top: -80px;
|
---|
| 36 | }
|
---|
| 37 | #footer {
|
---|
| 38 | position: relative;
|
---|
| 39 | top: -90px;
|
---|
| 40 | }
|
---|
| 41 | </style>
|
---|
| 42 | </head>
|
---|
| 43 | <body>
|
---|
| 44 | <section class="nav-bar">
|
---|
| 45 | <nav class="navbar navbar-expand-lg navbar-light">
|
---|
| 46 | <div class="col-8"></div>
|
---|
| 47 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
|
---|
| 48 | aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
---|
| 49 | <i class="fa fa-bars"></i>
|
---|
| 50 | </button>
|
---|
| 51 | <div class="collapse navbar-collapse justify-content-end navbarNav">
|
---|
| 52 | <ul class="navbar-nav mr-auto">
|
---|
| 53 | <li class="nav-item">
|
---|
| 54 | <a class="nav-link" href="#banner">ПОЧЕТНА</a>
|
---|
| 55 | </li>
|
---|
| 56 | <li class="nav-item">
|
---|
| 57 | <a class="nav-link" href="#services">УСЛУГИ</a>
|
---|
| 58 | </li>
|
---|
| 59 | <li class="nav-item">
|
---|
| 60 | <a class="nav-link" href="#about-us">ЗА НАС</a>
|
---|
| 61 | </li>
|
---|
| 62 | <li class="nav-item">
|
---|
| 63 | <a class="nav-link" href="#footer">КОНТАКТ</a>
|
---|
| 64 | </li>
|
---|
| 65 | </ul>
|
---|
| 66 | </div>
|
---|
| 67 | </nav>
|
---|
| 68 | </section>
|
---|
| 69 | <section id="banner">
|
---|
| 70 | <div class="container">
|
---|
| 71 | <div class="row">
|
---|
| 72 | <div class="col-md-6">
|
---|
| 73 | <h1 class="promo-title" style="font-weight: bold; color: antiquewhite; text-shadow: 16px 27px 20px rgba(242,227,208,0.54);"> <svg
|
---|
| 74 | xmlns="http://www.w3.org/2000/svg"
|
---|
| 75 | width="40" height="40"
|
---|
| 76 | fill="currentColor"
|
---|
| 77 | class="bi bi-mortarboard-fill"
|
---|
| 78 | viewBox="0 0 16 16">
|
---|
| 79 | <path d="M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5Z"/>
|
---|
| 80 | <path d="M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Z"/>
|
---|
| 81 | </svg>
|
---|
| 82 | EDUCATUM
|
---|
| 83 | </h1>
|
---|
| 84 | <h2 style="font-weight: bold; color: antiquewhite; text-shadow: 16px 27px 20px rgba(242,227,208,0.54);">СИСТЕМ ЗА ПРИВАТНИ ЧАСОВИ</h2>
|
---|
| 85 |
|
---|
| 86 | <h3 style="font-weight: bold; ">Имате профил? Продолжете кон <a style="font-weight: bold; color: antiquewhite;" href="/login" class="log"><b>најава</b></a></h3>
|
---|
| 87 |
|
---|
| 88 | <h3><a href="/register" class="reg"><b style="font-weight: bold; color: antiquewhite;">РЕГИСТРИРАЈ СЕ</b></a></h3>
|
---|
| 89 |
|
---|
| 90 | </div>
|
---|
| 91 | <div class="col-md-6 text-center">
|
---|
| 92 | <img src="img/picture.png" alt="Cover image" class="img-fluid" height="379px" width="549px">
|
---|
| 93 | </div>
|
---|
| 94 | </div>
|
---|
| 95 | </div>
|
---|
| 96 |
|
---|
| 97 | <img src="img/wave-1.png" alt="Wave" class="bottom-img">
|
---|
| 98 | </section>
|
---|
| 99 | <section id="services">
|
---|
| 100 | <div class="container text-center">
|
---|
| 101 | <h1 class="title">КОИ УСЛУГИ ГИ НУДИМЕ?</h1>
|
---|
| 102 | <div class="row text-center">
|
---|
| 103 | <div class="col"></div>
|
---|
| 104 | <div class="mt-auto col-md-3 services">
|
---|
| 105 | <img src="img/teacher-student.png" alt="teacher-student" class="services-img">
|
---|
| 106 | <h4 style="font-weight: bold">Пристап до наставници</h4>
|
---|
| 107 | <hr/>
|
---|
| 108 | <h5 style="font-weight: bold;" class="text-justify">Пребарување и пристап до наставници кои држат
|
---|
| 109 | приватни часови и нивно поврзување со учениците.</h5>
|
---|
| 110 | </div>
|
---|
| 111 | <div class="mt-auto col-md-3 services">
|
---|
| 112 | <img src="img/teacher-student2.png" alt="teacher-student" class="services-img">
|
---|
| 113 | <h4 style="font-weight: bold">Брзо пребарување за учениците</h4>
|
---|
| 114 | <hr/>
|
---|
| 115 | <h5 style="font-weight: bold;" class="text-justify">Со брз пристап, без залудно трошење на време, ученикот ќе може да стапи во
|
---|
| 116 | контакт со одреден наставник.</h5>
|
---|
| 117 | </div>
|
---|
| 118 | <div class="mt-auto col-md-3 services">
|
---|
| 119 | <img src="img/teacher-student3.png" alt="teacher-student" class="services-img">
|
---|
| 120 | <h4 style="font-weight: bold">Наставниците водат евиденција</h4>
|
---|
| 121 | <hr/>
|
---|
| 122 | <h5 style="font-weight: bold;" class="text-justify">На наставниците им е овозможена полесна евиденција на нивните ученици и еден
|
---|
| 123 | вид на маркетинг.</h5>
|
---|
| 124 | </div>
|
---|
| 125 | <div class="col"></div>
|
---|
| 126 |
|
---|
| 127 | </div>
|
---|
| 128 | </div>
|
---|
| 129 | </section>
|
---|
| 130 | <section id="about-us">
|
---|
| 131 | <div class="container" >
|
---|
| 132 | <h1 class="title text-center">ЗОШТО ДА НЕ ИЗБЕРЕТЕ?</h1>
|
---|
| 133 | </div>
|
---|
| 134 | <div class="row">
|
---|
| 135 | <div class="col-md-6 about-us">
|
---|
| 136 | <h5 class="about-title text-center">Зошто сме поразлични?</h5>
|
---|
| 137 | <div class="row" style="height: 20px;"></div>
|
---|
| 138 | <h4 style="font-weight: bold" class="text-center"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-all" viewBox="0 0 16 16">
|
---|
| 139 | <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z"/>
|
---|
| 140 | </svg> Лесна евиденција на часови и плаќања</h4>
|
---|
| 141 | <h4 style="font-weight: bold" class="text-center"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-all" viewBox="0 0 16 16">
|
---|
| 142 | <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z"/>
|
---|
| 143 | </svg> Секој може да се регистрира како наставник или ученик</h4>
|
---|
| 144 | <h4 style="font-weight: bold" class="text-center"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-all" viewBox="0 0 16 16">
|
---|
| 145 | <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z"/>
|
---|
| 146 | </svg> Поголема побарувачка за наставниците</h4>
|
---|
| 147 | <h4 style="font-weight: bold" class="text-center"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-all" viewBox="0 0 16 16">
|
---|
| 148 | <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z"/>
|
---|
| 149 | </svg> Единствена апликација од ваков тип во државата</h4>
|
---|
| 150 | </div>
|
---|
| 151 | <div class="col-md-6">
|
---|
| 152 | <img src="/img/strategy.png" alt="strategy" class="img-fluid" width="500" height="530">
|
---|
| 153 | </div>
|
---|
| 154 | </div>
|
---|
| 155 | </section>
|
---|
| 156 | <section id="footer">
|
---|
| 157 | <img src="/img/wave-2.png" alt="Wave" class="footer-img" style="position: relative; top: -50px;">
|
---|
| 158 | <div class="container">
|
---|
| 159 | <div class="row">
|
---|
| 160 | <div class="col-md-6 footer-box text-center">
|
---|
| 161 | <img src="img/demo-logo.png" alt="Demo logo image"/>
|
---|
| 162 | <p>Приклучете ни се заедно да пребаруваме, учиме и организираме.</p>
|
---|
| 163 | </div>
|
---|
| 164 | <div class="col-md-6 footer-box text-center">
|
---|
| 165 | <p style="color: #ffcc00;"><b>КОНТАКТ</b></p>
|
---|
| 166 | <p>072896333</p>
|
---|
| 167 | <p>educatum@gmail.com</p>
|
---|
| 168 | </div>
|
---|
| 169 | </div>
|
---|
| 170 | </div>
|
---|
| 171 | </section>
|
---|
| 172 |
|
---|
| 173 | </body>
|
---|
| 174 | </html>
|
---|
| 175 |
|
---|
| 176 |
|
---|
| 177 |
|
---|
| 178 |
|
---|
| 179 |
|
---|