Add stock photo to the website (#1293)

## Description

Replaces the stock video with a stock photo

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
This commit is contained in:
Niraj Tolia 2022-10-21 17:49:07 -07:00 committed by GitHub
parent 18fdff71f7
commit 645dabd63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -42,16 +42,12 @@
<p class="text-slate-300 text-xl max-w-xl mx-auto">The #1 open-source backup tool for Microsoft 365.</p>
</div>
<div class="mt-6">
<div class="mt-12 mb-6">
<a href="" class="text-2xl font-bold btn bg-indigo-800 hover:bg-indigo-900 border-indigo-800 hover:border-indigo-900 text-white rounded-md">Download Now</a>
</div>
<div class="home-dashboard mt-8 z-3 wow animate__animated animate__fadeIn">
<div class="relative overflow-hidden rounded-lg shadow-md dark:shadow-gray-800">
<video controls autoplay loop>
<source src="assets/images/modern.mp4" type="video/mp4">
</video>
</div>
<div class="home-dashboard mt-8 z-3 wow animate__ animate__fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
<img src="assets/images/cloudbackup.svg" class="w-[80%] inline-block" alt="Cloud backup and storage">
</div>
</div><!--end grid-->