Spaces:
Runtime error
Runtime error
File size: 12,814 Bytes
3586f46 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Feedback System</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="{{url_for('static',filename='vendor/bootstrap/css/bootstrap.min.css')}}" rel="stylesheet">
<link href="{{url_for('static',filename='vendor/icofont/icofont.min.css')}}" rel="stylesheet">
<link href="{{url_for('static',filename='vendor/boxicons/css/boxicons.min.css')}}" rel="stylesheet">
<link href="{{url_for('static',filename='vendor/venobox/venobox.css')}}" rel="stylesheet">
<link href="{{url_for('static',filename='vendor/owl.carousel/assets/owl.carousel.min.css')}}" rel="stylesheet">
<link href="{{url_for('static',filename='vendor/aos/aos.css')}}" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="{{url_for('static',filename='css/style.css')}}" rel="stylesheet">
</head>
<body>
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<a href="index.html" class="hero-logo" data-aos="zoom-in"></a>
<h1 data-aos="zoom-in">Welcome To Student Feedback System</h1>
<h2 data-aos="fade-up">If you’ve never asked students for serious, honest feedback, you’re missing something.</h2>
<a data-aos="fade-up" href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</section><!-- End Hero -->
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container">
<!-- The main logo is shown in mobile version only. The centered nav-logo in nav menu is displayed in desktop view -->
<div class="logo d-block d-lg-none">
<a href="index.html"><img src="{{url_for('static',filename='img/logo.png')}}" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul class="nav-inner">
<li class="active"><a href="/">Home</a></li>
<li><a href="#about">Feedback</a></li>
<li><a href="#services">Send us feedback</a></li>
<li><a href="/login">Login</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Help Us Improve</h2>
<p>Let us know how we can improve our services.</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-right">
<div class="image">
<img src="{{url_for('static',filename='img/about.svg')}}" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-6" data-aos="fade-left">
<div class="content pt-4 pt-lg-0 pl-0 pl-lg-3 ">
<h3>How to respond to feedback</h3>
<ul>
<li><i class="bx bx-check-double"></i> Fill out all required fields.</li>
<li><i class="bx bx-check-double"></i> Write about what you feel for the particular.</li>
<li><i class="bx bx-check-double"></i> Suggestions if any.</li>
</ul>
<p>
As good and effective educators, we always want to improve. Improvement is something we instill in our
students and
it would be hypocritical to not expect the same from ourselves. Students are the center of our classroom
and they are
where we can find the most relevant information about how to be better at our jobs.
If we are not delivering effectively to the students how can we ever expect better satisfaction
hopefully.
</p>
<a href="#services"><input class="btn" style="background-color: #060641; color: white;" type="button"
value="Send us feedback"></a>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Send us feedback</h2>
<p>We care for your feedback</p>
</div>
<div class="row">
<div class="col-lg-6 order-2 order-lg-1">
<form action="/predict" method="POST">
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bx-receipt"></i>
<h4>Guidance</h4>
<div class="form-group">
<textarea required class="form-control" id="teaching" name="teaching" rows="1"
placeholder="Write feedback for teaching section...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-cube-alt"></i>
<h4>Course Content</h4>
<div class="form-group">
<textarea required class="form-control" id="coursecontent" name="coursecontent" rows="1"
placeholder="Write feedback for course content...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-images"></i>
<h4>Examination</h4>
<div class="form-group">
<textarea required class="form-control" id="examination" name="examination" rows="1"
placeholder="Write feedback for examination section...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-shield"></i>
<h4>Lab Work</h4>
<div class="form-group">
<textarea required class="form-control" id="labwork" name="labwork" rows="1"
placeholder="Write feedback for lab work ...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-book"></i>
<h4>Library Facilities</h4>
<div class="form-group">
<textarea required class="form-control" id="libraryfacilities" name="libraryfacilities" rows="1"
placeholder="Write feedback for library facilities...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-run"></i>
<h4>Extra Curriculars</h4>
<div class="form-group">
<textarea required class="form-control" id="extracurricular" name="extracurricular" rows="1"
placeholder="Write feedback for extra curricular section...."></textarea>
</div>
</div>
</div>
<div class="col-lg-6 order-2 order-lg-1">
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bx-receipt"></i>
<h4>Teacher 1</h4>
<div class="form-group">
<textarea required class="form-control" id="teacher1" name="teacher1" rows="1"
placeholder="Write your feedback ...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-receipt"></i>
<h4>Teacher 2</h4>
<div class="form-group">
<textarea required class="form-control" id="teacher2" name="teacher2" rows="1"
placeholder="Write your feedback ...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-receipt"></i>
<h4>Teacher 3</h4>
<div class="form-group">
<textarea required class="form-control" id="teacher3" name="teacher3" rows="1"
placeholder="Write your feedback ...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-receipt"></i>
<h4>Teacher 4</h4>
<div class="form-group">
<textarea required class="form-control" id="teacher4" name="teacher4" rows="1"
placeholder="Write your feedback ...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-receipt"></i>
<h4>Teacher 5</h4>
<div class="form-group">
<textarea required class="form-control" id="teacher5" name="teacher5" rows="1"
placeholder="Write your feedback ...."></textarea>
</div>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-receipt"></i>
<h4>Teacher 6</h4>
<div class="form-group">
<textarea required class="form-control" id="teacher6" name="teacher6" rows="1"
placeholder="Write your feedback ...."></textarea>
</div>
</div>
</div><!--End of 2nd col-->
</div>
<div class="row mt-4">
<div class="col-sm-12" align="center">
<input class="btn" style="background-color: #060641; color: white;" type="submit" value="Submit Feedback">
</form>
</div>
</div>
</div>
</section><!-- End Services Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<a href="#header" class="scrollto footer-logo"><img src="{{url_for('static',filename='img/hero-logo.png')}}"
alt=""></a>
<h3>Student feedback system</h3>
</div>
</div>
<div class="row footer-newsletter justify-content-center">
<div class="col-lg-6">
<form action="" method="post">
<input type="email" name="email" placeholder="Enter your Email"><input type="submit" value="Get in touch">
</form>
</div>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>EASA</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="{{url_for('static',filename='vendor/jquery/jquery.min.js')}}"></script>
<script src="{{url_for('static',filename='vendor/bootstrap/js/bootstrap.bundle.min.js')}}"></script>
<script src="{{url_for('static',filename='vendor/jquery.easing/jquery.easing.min.js')}}"></script>
<script src="{{url_for('static',filename='vendor/php-email-form/validate.js')}}"></script>
<script src="{{url_for('static',filename='vendor/jquery-sticky/jquery.sticky.js')}}"></script>
<script src="{{url_for('static',filename='vendor/venobox/venobox.min.js')}}"></script>
<script src="{{url_for('static',filename='vendor/isotope-layout/isotope.pkgd.min.js')}}"></script>
<script src="{{url_for('static',filename='vendor/owl.carousel/owl.carousel.min.js')}}"></script>
<script src="{{url_for('static',filename='vendor/aos/aos.js')}}"></script>
<!-- Template Main JS File -->
<script src="{{url_for('static',filename='js/main.js')}}"></script>
</body>
</html> |