Skip to content

Commit

Permalink
[feat] - improve hero
Browse files Browse the repository at this point in the history
  • Loading branch information
alitourani committed Jan 2, 2025
1 parent 2ef0750 commit b224ec0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ section,
padding: 10px 28px 12px 28px;
border-radius: 50px;
transition: 0.5s;
font-weight: bold;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

Expand Down
Binary file removed docs/assets/img/faq.jpg
Binary file not shown.
Binary file modified docs/assets/img/hero-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/img/testimonials-bg.jpg
Binary file not shown.
18 changes: 14 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,27 @@ <h1 class="sitename">MoViFex Dataset</h1>
class="col-lg-6 d-flex flex-column justify-content-center"
data-aos="fade-in"
>
<h1>Build Your Landing Page With <span>Bootslander</span></h1>
<h1>
Movies Visual Features Extracted <span>(MoViFex)</span> Dataset
</h1>
<p>
We are team of talented designers making websites with Bootstrap
A comprehensive dataset of
<strong>visual features</strong> extracted from movies in
various formats, including full movies, movie shots, and
trailers.
</p>
<div class="d-flex">
<a href="#about" class="btn-get-started">Get Started</a>
<a
href="https://huggingface.co/datasets/alitourani/MoViFex_Dataset"
target="_blank"
class="btn-get-started"
>Download the Dataset</a
>
<!-- <a
href="https://www.youtube.com/watch?v=Y7f98aduVJ8"
class="glightbox btn-watch-video d-flex align-items-center"
><i class="bi bi-play-circle"></i><span>Watch Video</span></a
>
> -->
</div>
</div>
</div>
Expand Down

0 comments on commit b224ec0

Please sign in to comment.