Spaces:
Runtime error
Runtime error
<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> |