-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #529 from PoulavBhowmick03/main
Updated the index.html page
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); | ||
function hideURLbar(){ window.scrollTo(0,1); } </script> | ||
|
||
|
||
<!--favicon icon--> | ||
<link rel="icon" href="images/restaurant.webp" /> | ||
|
||
|
@@ -141,6 +140,7 @@ <h4>The Love of food</h4> | |
<p> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices.</p> | ||
</div> | ||
<div class="thim-click-to-bottom"> | ||
|
||
<a href="#todayspecial" class="scroll"> | ||
<i class="fa fa-chevron-down"></i> | ||
</a> | ||
|
@@ -501,6 +501,7 @@ <h3 class="heading">Testimonials</h3> | |
quis bibendum lorem purus lobortis nunc. Suspendisse tincidunt eu sapien | ||
pellentesque interdum. Aenean lacus sapien, blandit vel nibh in, imperdiet | ||
egestas erat Suspendisse tincidunt eusapien. Maecenas ac hendrerit purus. Lorem | ||
|
||
ipsum dolor sit amet<img src="images/q2.webp" alt=" " class="" /></p> | ||
</div> | ||
<div class="col-md-5 w3_testimonials_grid_right"> | ||
|
@@ -539,6 +540,7 @@ <h3 class="heading">Testimonials</h3> | |
<!-- Owl-Carousel --> | ||
<div id="owl-demo" class="owl-carousel text-center agileinfo-gallery-row"> | ||
<div class="item g1"> | ||
|
||
<img class="lazyOwl" src="images/post1.webp" title="Our latest gallery" alt="" /> | ||
<div class="agile-dish-caption"> | ||
<a href="#">instagram post</a> | ||
|
@@ -656,6 +658,28 @@ <h3>Recent posts</h3> | |
</div> | ||
|
||
</div> | ||
<div class="social-icons"> | ||
<ul> | ||
<li><a target="_blank" href="https://www.facebook.com/anup.jha.108889"><i class="fa fa-facebook" | ||
aria-hidden="true"></i></a></li> | ||
<li><a target="_blank" href="https://twitter.com/AnupKum59920381"><i class="fa fa-twitter" | ||
aria-hidden="true"></i></a></li> | ||
<li><a target="_blank" href="mailto:[email protected]"><i class="fa fa-google-plus" aria-hidden="true"></i></a> | ||
</li> | ||
<li><a target="_blank" href="https://www.instagram.com/anup.jha.108889/"><i class="fa fa-instagram" | ||
aria-hidden="true"></i></a></li> | ||
<li><a target="_blank" href="https://www.linkedin.com/in/anup-kumar-jha-36a393201"><i class="fa fa-linkedin" | ||
aria-hidden="true"></i></a></li> | ||
</ul> | ||
</div> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
<!-- Footer --> | ||
|
||
<div class="chatbox-wrapper"> | ||
<div class="chatbox-toggle"> | ||
<i class='bx bx-message-dots'></i> | ||
</div> | ||
</div> | ||
<div class="copyrights"> | ||
|
@@ -756,4 +780,3 @@ <h3>Recent posts</h3> | |
</body> | ||
</html> | ||
|
||
|