-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90cb6db
commit 68c18c1
Showing
1 changed file
with
40 additions
and
66 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 |
---|---|---|
|
@@ -961,88 +961,62 @@ <h3>Email Us</h3> | |
<footer id="footer" class="footer dark-background"> | ||
<div class="container footer-top"> | ||
<div class="row gy-4"> | ||
<div class="col-lg-4 col-md-6 footer-about"> | ||
<!-- Description --> | ||
<div class="col-lg-6 col-md-6 footer-about"> | ||
<a href="index.html" class="logo d-flex align-items-center"> | ||
<span class="sitename">Bootslander</span> | ||
<span class="sitename">MoViFex Dataset</span> | ||
</a> | ||
<div class="footer-contact pt-3"> | ||
<p>A108 Adam Street</p> | ||
<p>New York, NY 535022</p> | ||
<p class="mt-3"> | ||
<strong>Phone:</strong> <span>+1 5589 55488 55</span> | ||
<p> | ||
A dataset of visual features extracted from movie-driven sources | ||
</p> | ||
<p>Collected with ❤️ for research purposes</p> | ||
<br /> | ||
<p> | ||
<strong>Maintenance:</strong> | ||
<a href="https://alitourani.github.io/" target="_blank" | ||
>Ali Tourani</a | ||
> | ||
</p> | ||
<p><strong>Email:</strong> <span>[email protected]</span></p> | ||
</div> | ||
<div class="social-links d-flex mt-4"> | ||
<a href=""><i class="bi bi-twitter-x"></i></a> | ||
<a href=""><i class="bi bi-facebook"></i></a> | ||
<a href=""><i class="bi bi-instagram"></i></a> | ||
<a href=""><i class="bi bi-linkedin"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-2 col-md-3 footer-links"> | ||
<!-- Spapce --> | ||
<div class="col-lg-3 col-md-3 footer-links"></div> | ||
<!-- Useful Links --> | ||
<div class="col-lg-3 col-md-3 footer-links"> | ||
<h4>Useful Links</h4> | ||
<ul> | ||
<li><a href="#">Home</a></li> | ||
<li><a href="#">About us</a></li> | ||
<li><a href="#">Services</a></li> | ||
<li><a href="#">Terms of service</a></li> | ||
<li><a href="#">Privacy policy</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-2 col-md-3 footer-links"> | ||
<h4>Our Services</h4> | ||
<ul> | ||
<li><a href="#">Web Design</a></li> | ||
<li><a href="#">Web Development</a></li> | ||
<li><a href="#">Product Management</a></li> | ||
<li><a href="#">Marketing</a></li> | ||
<li><a href="#">Graphic Design</a></li> | ||
<li> | ||
<a | ||
href="https://github.com/RecSys-lab/SceneSense" | ||
target="_blank" | ||
>MoViFex Framework</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
href="https://huggingface.co/datasets/alitourani/moviefeats_visual" | ||
target="_blank" | ||
>Dataset on HuggingFace</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-4 col-md-12 footer-newsletter"> | ||
<h4>Our Newsletter</h4> | ||
<p> | ||
Subscribe to our newsletter and receive the latest news about our | ||
products and services! | ||
</p> | ||
<form | ||
action="forms/newsletter.php" | ||
method="post" | ||
class="php-email-form" | ||
> | ||
<div class="newsletter-form"> | ||
<input type="email" name="email" /><input | ||
type="submit" | ||
value="Subscribe" | ||
/> | ||
</div> | ||
<div class="loading">Loading</div> | ||
<div class="error-message"></div> | ||
<div class="sent-message"> | ||
Your subscription request has been sent. Thank you! | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container copyright text-center mt-4"> | ||
<p> | ||
© <span>Copyright</span> | ||
<strong class="px-1 sitename">Bootslander</strong> | ||
<span>All Rights Reserved</span> | ||
© <span>Copyright</span> 2022-2025 | ||
<strong class="px-1 sitename">MoViFex</strong> | ||
<span>All Rights Reserved</span> - | ||
<span | ||
>Template designed by | ||
<a href="https://bootstrapmade.com/" target="_blank" | ||
>BootstrapMade</a | ||
></span | ||
> | ||
</p> | ||
<div class="credits"> | ||
<!-- All the links in the footer should remain intact. --> | ||
<!-- You can delete the links only if you've purchased the pro version. --> | ||
<!-- Licensing information: https://bootstrapmade.com/license/ --> | ||
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] --> | ||
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|