Update website images (#771)
## Description Update of website images and other related changes - Add Macbook and Surface laptop mockups with the M365 webpage - Logo size tweaks - Delete unused images - Stop laptop bounce
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 80 KiB |
BIN
website/src/assets/images/saas/laptop-macbook.png
Normal file
|
After Width: | Height: | Size: 463 KiB |
BIN
website/src/assets/images/saas/laptop-surface.png
Normal file
|
After Width: | Height: | Size: 415 KiB |
@ -28,7 +28,7 @@
|
|||||||
<div class="container z-2">
|
<div class="container z-2">
|
||||||
<div class="grid grid-cols-1 md:mt-44 mt-32 text-center">
|
<div class="grid grid-cols-1 md:mt-44 mt-32 text-center">
|
||||||
<div class="wow animate__animated animate__fadeIn">
|
<div class="wow animate__animated animate__fadeIn">
|
||||||
<h4 class="font-bold lg:leading-normal leading-normal text-4xl lg:text-5xl mb-5">Free, Secure, and Open-Source Backup</br> for Microsoft 365</h4>
|
<h4 class="font-bold lg:leading-normal leading-normal text-4xl lg:text-5xl mb-5">Corso: Free, Secure, and Open-Source</br> Backup for Microsoft 365</h4>
|
||||||
<p class="text-slate-400 text-lg max-w-xl mx-auto">Corso, an open-source tool, protects Microsoft 365 data by securely and efficiently
|
<p class="text-slate-400 text-lg max-w-xl mx-auto">Corso, an open-source tool, protects Microsoft 365 data by securely and efficiently
|
||||||
backing up all business-critical data to cloud object storage.</p>
|
backing up all business-critical data to cloud object storage.</p>
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="home-dashboard mt-8 z-3 wow animate__animated animate__fadeIn">
|
<div class="home-dashboard mt-8 z-3 wow animate__animated animate__fadeIn">
|
||||||
<img src="assets/images/saas/classic01.png" alt="" class="mover">
|
<img src="assets/images/saas/laptop-surface.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div><!--end grid-->
|
</div><!--end grid-->
|
||||||
|
|
||||||
@ -354,7 +354,7 @@
|
|||||||
<div class="relative z-1">
|
<div class="relative z-1">
|
||||||
<div class="grid grid-cols-1 md:text-left text-center justify-center">
|
<div class="grid grid-cols-1 md:text-left text-center justify-center">
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<img src="assets/images/saas/home.png" alt="">
|
<img src="assets/images/saas/laptop-macbook.png" alt="">
|
||||||
<div class="absolute bottom-2/4 translate-y-2/4 right-0 left-0 text-center">
|
<div class="absolute bottom-2/4 translate-y-2/4 right-0 left-0 text-center">
|
||||||
<a href="#!" data-type="youtube" data-id="yba7hPeTSjk"
|
<a href="#!" data-type="youtube" data-id="yba7hPeTSjk"
|
||||||
class="lightbox h-20 w-20 rounded-full shadow-lg dark:shadow-gray-800 inline-flex items-center justify-center bg-white dark:bg-slate-900 text-indigo-600">
|
class="lightbox h-20 w-20 rounded-full shadow-lg dark:shadow-gray-800 inline-flex items-center justify-center bg-white dark:bg-slate-900 text-indigo-600">
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<div class="grid md:grid-cols-12 grid-cols-1 gap-[30px]">
|
<div class="grid md:grid-cols-12 grid-cols-1 gap-[30px]">
|
||||||
<div class="lg:col-span-4 md:col-span-12">
|
<div class="lg:col-span-4 md:col-span-12">
|
||||||
<a href="#" class="text-[22px] focus:outline-none">
|
<a href="#" class="text-[22px] focus:outline-none">
|
||||||
<img src="assets/images/logo-light.svg" alt="">
|
<img src="assets/images/logo-light.svg" class="h-20" alt="">
|
||||||
</a>
|
</a>
|
||||||
<p class="mt-6 text-gray-300">Corso, an open-source tool, protects Microsoft 365 data by securely and efficiently backing up all business-critical data to object storage.</p>
|
<p class="mt-6 text-gray-300">Corso, an open-source tool, protects Microsoft 365 data by securely and efficiently backing up all business-critical data to object storage.</p>
|
||||||
<ul class="list-none mt-6">
|
<ul class="list-none mt-6">
|
||||||
|
|||||||