+
+
+
+
+
+
Our latest products
+
+
+
-
- Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.
+
+ Your Dynamic Snippet will be displayed here... This message is displayed because you did not provide both a filter and a template to use.
-
-
+
+
diff --git a/website_airproof/data/presets.xml b/website_airproof/data/presets.xml
index 2cca52f6308..e4b3637a101 100644
--- a/website_airproof/data/presets.xml
+++ b/website_airproof/data/presets.xml
@@ -57,10 +57,14 @@
-
+
+
+
+
+
@@ -79,7 +83,7 @@
-
+
@@ -91,4 +95,8 @@
-
\ No newline at end of file
+
+
+
+
+
diff --git a/website_airproof/data/shapes.xml b/website_airproof/data/shapes.xml
index f89aece780c..e8f359bb8af 100644
--- a/website_airproof/data/shapes.xml
+++ b/website_airproof/data/shapes.xml
@@ -7,4 +7,4 @@
/web_editor/shape/illustration/airproof/waves.svg
-
\ No newline at end of file
+
diff --git a/website_airproof/data/website.xml b/website_airproof/data/website.xml
new file mode 100644
index 00000000000..e71b76f975c
--- /dev/null
+++ b/website_airproof/data/website.xml
@@ -0,0 +1,9 @@
+
+
+
+ Airproof
+
+
+ 3
+
+
diff --git a/website_airproof/static/description/airproof-favicon.png b/website_airproof/static/description/airproof-favicon.png
new file mode 100644
index 00000000000..33c06df748b
Binary files /dev/null and b/website_airproof/static/description/airproof-favicon.png differ
diff --git a/website_airproof/static/fonts/lato.woff b/website_airproof/static/fonts/lato.woff
new file mode 100644
index 00000000000..a5df43a2bf9
Binary files /dev/null and b/website_airproof/static/fonts/lato.woff differ
diff --git a/website_airproof/static/fonts/lato.woff2 b/website_airproof/static/fonts/lato.woff2
new file mode 100644
index 00000000000..c9c4a6779dd
Binary files /dev/null and b/website_airproof/static/fonts/lato.woff2 differ
diff --git a/website_airproof/static/src/scss/bootstrap_overridden.scss b/website_airproof/static/src/scss/bootstrap_overridden.scss
index 9f47d7cb097..ed4d2182af1 100644
--- a/website_airproof/static/src/scss/bootstrap_overridden.scss
+++ b/website_airproof/static/src/scss/bootstrap_overridden.scss
@@ -5,6 +5,14 @@ $h3-font-size: 2rem !default;
$h4-font-size: 1.75rem !default;
$h5-font-size: 1.5rem !default;
$h6-font-size: 1.25rem !default;
+$display-font-sizes: (
+ 1: 6.25rem,
+ 2: 4.5rem,
+ 3: 4rem,
+ 4: 3.5rem,
+ 5: 3rem,
+ 6: 2.5rem
+);
$headings-font-weight: 700 !default;
$font-weight-normal: 400 !default;
@@ -29,4 +37,4 @@ $navbar-padding-y: 1.4rem !default;
$navbar-nav-link-padding-x: 1rem !default;
// Breadcrumb
-$breadcrumb-divider: quote("\f105") !default;
+$breadcrumb-divider: quote("\f105") !default;
\ No newline at end of file
diff --git a/website_airproof/static/src/scss/font.scss b/website_airproof/static/src/scss/font.scss
new file mode 100644
index 00000000000..7333444e9ca
--- /dev/null
+++ b/website_airproof/static/src/scss/font.scss
@@ -0,0 +1,7 @@
+@font-face {
+ font-family: "Lato", sans-serif;
+ font-weight: 400;
+ font-style: normal;
+ src: url('/fonts/lato.woff') format('woff'),
+ url('/fonts/lato.woff2') format('woff2');
+}
\ No newline at end of file
diff --git a/website_airproof/static/src/scss/primary_variables.scss b/website_airproof/static/src/scss/primary_variables.scss
index 4eca8b6e984..74920c50170 100644
--- a/website_airproof/static/src/scss/primary_variables.scss
+++ b/website_airproof/static/src/scss/primary_variables.scss
@@ -35,8 +35,7 @@ $o-theme-font-configs: (
),
),
'Lato': (
- 'family': ('Lato', 'Trebuchet MS', sans-serif),
- 'url': 'Lato:300,300i,400,400i,700,700i',
+ 'family': ('Lato', 'Trebuchet MS', 'Roboto', sans-serif),
'properties' : (
'base': (
'font-size-base': 1.125rem,
diff --git a/website_airproof/static/src/scss/snippets/caroussel.scss b/website_airproof/static/src/scss/snippets/caroussel.scss
index c5167f67ccc..b6a062052cf 100644
--- a/website_airproof/static/src/scss/snippets/caroussel.scss
+++ b/website_airproof/static/src/scss/snippets/caroussel.scss
@@ -5,7 +5,9 @@
.carousel-control-next-icon,
.carousel-control-prev-icon,
.carousel-control-next .fa,
- .carousel-control-prev .fa {
+ .carousel-control-prev .fa,
+ .carousel-control-next .oi,
+ .carousel-control-prev .oi {
display: none;
}
.carousel-control-next:after,
@@ -46,7 +48,7 @@
.carousel-control-prev:after { border-radius: 10px 0 0 10px !important; }
.carousel-control-next:after {
border-radius: 0 10px 10px 0 !important;
- left: 0 !important;
+ left: -4rem !important;
}
.carousel-control-prev {
left: auto !important;
diff --git a/website_airproof/views/new_page_template_templates.xml b/website_airproof/views/new_page_template_templates.xml
new file mode 100644
index 00000000000..7693185d277
--- /dev/null
+++ b/website_airproof/views/new_page_template_templates.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+ Discover our service
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Airproof
+
+
+
diff --git a/website_airproof/views/snippets/options.xml b/website_airproof/views/snippets/options.xml
index 81874f0f888..b5fda9b1a88 100644
--- a/website_airproof/views/snippets/options.xml
+++ b/website_airproof/views/snippets/options.xml
@@ -2,17 +2,12 @@
-
-
-
-
-
-
-
- Carousel block
-
-
-
+
+
+
+
+
+ Carousel block
diff --git a/website_airproof/views/snippets/s_airproof_carousel.xml b/website_airproof/views/snippets/s_airproof_carousel.xml
index a6ff4f964ef..e057e732ddb 100644
--- a/website_airproof/views/snippets/s_airproof_carousel.xml
+++ b/website_airproof/views/snippets/s_airproof_carousel.xml
@@ -10,7 +10,7 @@
-
+
@@ -25,11 +25,11 @@
-
+
Best drone of the year
GQ France
-
+
-
+
@@ -64,11 +64,11 @@
-
+
Best drone of the year
GQ France
-
+
@@ -91,17 +91,23 @@
-
+
-
-
+
+
Blue
Green
+
+
+
+
+
+
diff --git a/website_airproof/views/website_sale_templates.xml b/website_airproof/views/website_sale_templates.xml
index 507ce5ba0fd..ab36de85464 100644
--- a/website_airproof/views/website_sale_templates.xml
+++ b/website_airproof/views/website_sale_templates.xml
@@ -38,7 +38,7 @@
-
+
@@ -54,6 +54,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -66,23 +76,53 @@
Add to cart
-
-
- Specifications
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ :
+
+ ,
+
+ |
+
+
+
+
+
+
+
+
+
+
-
+
-
+
@@ -90,7 +130,7 @@
-
+
You might also like
diff --git a/website_airproof/views/website_templates.xml b/website_airproof/views/website_templates.xml
index 1fbbc7b7bea..6a2dd13390f 100644
--- a/website_airproof/views/website_templates.xml
+++ b/website_airproof/views/website_templates.xml
@@ -9,6 +9,13 @@
data-customize-website-variable="'airproof'"
data-img="/website_airproof/static/src/img/wbuilder/template-header-opt.svg"/>
+
+ Airproof
+
+
+
+
+
@@ -190,10 +250,9 @@
-
+
-