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:
parent
18fdff71f7
commit
645dabd63f
1
website/src/assets/images/cloudbackup.svg
Normal file
1
website/src/assets/images/cloudbackup.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 138 KiB |
@ -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-->
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user