Browse Source

[IMP] index, Dropbox feature updated 'auto_database_backup'

pull/207/head
AjmalCybro 3 years ago
parent
commit
4621b1a5e2
  1. BIN
      auto_database_backup/static/description/assets/icons/f-ftp.png
  2. 121
      auto_database_backup/static/description/index.html

BIN
auto_database_backup/static/description/assets/icons/f-ftp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

121
auto_database_backup/static/description/index.html

@ -1,3 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container" style="padding: 4rem 1.5rem !important">
<div class="row" style="height: 900px !important;">
<div class="col-sm-12 col-md-12 col-lg-12"
@ -7,8 +24,7 @@
Automatic Database Backup</h1>
<p
style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;">
Generate Automatic Back up of databases and store to Local Storage, Google Drive, Dropbox And Remote
Server
Automatic Database Backup To Local Server, Remote Server, Google Drive And Dropbox
</p>
<img src="./assets/screenshots/hero.png" class="img-responsive" width="100%" height="auto" />
</div>
@ -111,8 +127,7 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-backup.png">
</div>
@ -128,40 +143,37 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-ftp.png">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-sftp.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%;">
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Store Backup to FTP Server</h3>
Store Backup to Remote Server</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
Generated backup can be stored to remote FTP server.
Generated backup can be stored to remote servers.
</p>
</div>
</div>
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-sftp.png">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-dropbox.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%;">
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Store Backup to SFTP Server</h3>
Store Backup to Dropbox</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
Generated backup can be stored to remote SFTP server.
Generated backup can be stored to Dropbox account.
</p>
</div>
</div>
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-google-drive.png">
</div>
@ -176,24 +188,7 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-dropbox.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%;">
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Store Backup to Dropbox</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
Generated backup can be stored to Dropbox.
</p>
</div>
</div>
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-remove-database.png">
</div>
@ -208,8 +203,7 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-alarm.png">
</div>
@ -217,8 +211,7 @@
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Notify user on success and failure of backup generation</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
An email notification send to user on successful backup generation also send an email
notification when
An email notification send to user on successful backup generation also send an email notification when
backup operation failed.
</p>
</div>
@ -398,8 +391,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/sales_credit_limit/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/1.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/1.png">
</div>
</a>
</div>
@ -407,8 +399,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/product_to_quotation/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/2.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/2.png">
</div>
</a>
</div>
@ -416,8 +407,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/dynamic_accounts_report/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/3.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/3.png">
</div>
</a>
</div>
@ -427,8 +417,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/hr_payroll_community/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/4.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/4.png">
</div>
</a>
</div>
@ -436,32 +425,26 @@
<a href="https://apps.odoo.com/apps/modules/15.0/product_barcode/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/5.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/5.png">
</div>
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/15.0/inventory_barcode_scanning/"
target="_blank">
<a href="https://apps.odoo.com/apps/modules/15.0/inventory_barcode_scanning/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/6.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/6.png">
</div>
</a>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo1" data-slide="prev"
style="left:-25px;width: 35px;color: #000;">
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left"
style="font-size:24px"></i></span>
<a class="carousel-control-prev" href="#demo1" data-slide="prev" style="left:-25px;width: 35px;color: #000;">
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left" style="font-size:24px"></i></span>
</a> <a class="carousel-control-next" href="#demo1" data-slide="next"
style="right:-25px;width: 35px;color: #000;">
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right"
style="font-size:24px"></i></span>
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
</a>
</div>
</div>
@ -613,8 +596,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/education-black.png" class="img-responsive mb-3" height="48px"
width="48px">
<img src="./assets/icons/education-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Education
</h5>
@ -627,8 +609,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px"
width="48px">
<img src="./assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Manufacturing
</h5>
@ -668,8 +649,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px"
width="48px">
<img src="./assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Restaurant
</h5>
@ -751,3 +731,16 @@
<!-- END OF FOOTER -->
</div>
<!-- BOOTSTRAP -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
</body>
</html>
Loading…
Cancel
Save