Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

<script th:src="|https://code.jquery.com/jquery-1.12.4.min.js|"></script>

<script
th:src="|https://code.jquery.com/ui/1.11.4/jquery-ui.min.js|"
></script>

<script th:src="|https://code.jquery.com/ui/1.11.4/jquery-ui.min.js|"></script>

<link
rel="icon"
href="../public/images/favicon-16x16.png"
Expand Down Expand Up @@ -46,7 +44,6 @@
crossorigin="anonymous">
</script>


<title>Photo Analyzer</title>
</head>
<body>
Expand Down Expand Up @@ -114,7 +111,6 @@ <h2>On this website you can detect various objects in a image</h2>
<div class="container" data-aos="fade-up">

<header class="section-header">
<h2>F.A.Q</h2>
<p>Frequently Asked Questions</p>
</header>

Expand Down Expand Up @@ -193,7 +189,6 @@ <h2 class="accordion-header">
<div class="container" data-aos="fade-up">

<header class="section-header">
<h2>Contact</h2>
<p>Contact Us</p>
</header>

Expand All @@ -206,36 +201,36 @@ <h2>Contact</h2>
<div class="info-box">
<i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<p>127.0.0.0</p>
<p>127.0.0.0 <br> </p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-telephone"></i>
<h3>Call Us</h3>
<p>+91 xxx xxx xxxx<br>+91 xxx xxx xxxx</p>
<p>+91 xxx xxx xxxx <br></p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-envelope"></i>
<h3>Email Us</h3>
<p>rajnishkumar.21910644@viit.ac.in<br>contact@example.com</p>
<p>contact@example.com <br> </p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-clock"></i>
<h3>Open Hours</h3>
<p>Monday-Sunday<br>0000 hours - 2359 hours</p>
<p>Monday-Sunday<br>07:00 AM - 09:00 PM</p>
</div>
</div>
</div>

</div>

<div class="col-lg-6">
<form action="forms/contact.php" method="post" class="php-email-form">
<form action="https://formspree.io/f/xdoyolep" method="post" class="php-email-form">
<div class="row gy-4">

<div class="col-md-6">
Expand Down Expand Up @@ -272,6 +267,11 @@ <h3>Open Hours</h3>
</div>

</section><!-- End Contact Section -->
<!-- Footer -->
<footer class="m-3 mx-auto">
<div class="text-center text-white p-3" style="background-color: #343a40"> © 2021 All rights reserved
</div>
</footer>

</body>
</html>
Expand Down