diff --git a/setup/forksand_website/odoo/addons/forksand_website b/setup/forksand_website/odoo/addons/forksand_website new file mode 120000 index 0000000..da8baad --- /dev/null +++ b/setup/forksand_website/odoo/addons/forksand_website @@ -0,0 +1 @@ +../../../../forksand_website/ \ No newline at end of file diff --git a/setup/forksand_website/odoo/addons/forksand_website/__init__.py b/setup/forksand_website/odoo/addons/forksand_website/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/setup/forksand_website/odoo/addons/forksand_website/__manifest__.py b/setup/forksand_website/odoo/addons/forksand_website/__manifest__.py deleted file mode 100644 index 8112625..0000000 --- a/setup/forksand_website/odoo/addons/forksand_website/__manifest__.py +++ /dev/null @@ -1,23 +0,0 @@ -{ - 'name': "forksand_website", - - 'summary': """ - forksand website""", - - 'description': """ - Long description of module's purpose - """, - 'author': "Héctor Villarreal Ortega", - 'website': "https://eficent.io", - 'category': 'Uncategorized', - 'version': '0.1', - 'depends': ['theme_default', 'website', - 'website_anchor_smooth_scroll', 'website_crm', - 'website_cookie_notice', 'website_js_below_the_fold', - 'website_odoo_debranding' - ], - 'data': [ - 'views/home_view.xml', - 'views/header_view.xml', - ], -} \ No newline at end of file diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/css/baguetteBox.min.css b/setup/forksand_website/odoo/addons/forksand_website/static/src/css/baguetteBox.min.css deleted file mode 100644 index a42ff9c..0000000 --- a/setup/forksand_website/odoo/addons/forksand_website/static/src/css/baguetteBox.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * baguetteBox.js - * @author feimosi - * @version 1.8.1 - * @url https://github.com/feimosi/baguetteBox.js - */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}} \ No newline at end of file diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/css/scrolling-nav.css b/setup/forksand_website/odoo/addons/forksand_website/static/src/css/scrolling-nav.css deleted file mode 100644 index 498bb8c..0000000 --- a/setup/forksand_website/odoo/addons/forksand_website/static/src/css/scrolling-nav.css +++ /dev/null @@ -1,402 +0,0 @@ -/*! - * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav) - * Copyright 2013-2017 Start Bootstrap - * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE) - */ - -#intro { - padding: 120px 0 100px; -} - -@media (min-width: 992px) { - #intro { - padding: 120px 0 100px; - } -} - - -:root { - --primary: #855323; - } - -.btn-primary { - background-color: #855323; - border-color: #855323; -} - -.btn-primary:hover { - background-color: #0069d9; - border-color: #cc6500; -} - -.btn-primary:focus, .btn-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 126, 0, 0.5); -} - -.btn-primary.disabled, .btn-primary:disabled { - background-color: #ff7e00; - border-color: #ff7e00; -} - -.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, -.show > .btn-primary.dropdown-toggle { - background-color: #cc6500; - border-color: #bf5e00; -} - -.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 126, 0, 0.5); -} - -.btn-outline-primary { - color: #ff7e00; - border-color: #ff7e00; -} - -.btn-outline-primary:hover { - background-color: #ff7e00; - border-color: #ff7e00; -} - -.btn-outline-primary:focus, .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 126, 0, 0.5); -} - -.btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #ff7e00; -} - -.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, -.show > .btn-outline-primary.dropdown-toggle { - background-color: #ff7e00; - border-color: #ff7e00; -} - -.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); -} - - - -.btn-link { - color: #ff7e00; -} -.dropdown-item.active, .dropdown-item:active { - background-color: #ff7e00; -} -.custom-control-input:checked ~ .custom-control-label::before { - background-color: #ff7e00; -} -.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { - background-color: #ff7e00; -} -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { - background-color: #ff7e00; -} -.custom-radio .custom-control-input:checked ~ .custom-control-label::before { - background-color: #ff7e00; -} -.nav-pills .nav-link.active, -.nav-pills .show > .nav-link { - background-color: #ff7e00; -} -.page-link { - color: #ff7e00; - border: 1px solid #dee2e6; -} -.page-item.active .page-link { - background-color: #ff7e00; - border-color: #ff7e00; -} -.badge-primary { - background-color: #ff7e00; -} -.progress-bar { - background-color: #ff7e00; -} -.list-group-item.active { - background-color: #ff7e00; - border-color: #ff7e00; -} -.bg-primary { - background-color: #855323 !important; -} -.border-primary { - -} -.text-primary { - color: #ff7e00 !important; -} -.badge-primary[href]:hover, .badge-primary[href]:focus { - background-color: #cc6500; -} -a.bg-primary:hover, a.bg-primary:focus, -button.bg-primary:hover, -button.bg-primary:focus { - background-color: #cc6500 !important; -} -a.text-primary:hover, a.text-primary:focus { - color: #cc6500 !important; -} -.btn-primary:hover { - background-color: #cc6500; - border-color: #cc6500; -} -.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, -.show > .btn-primary.dropdown-toggle { - background-color: #cc6500; - border-color: #bf5e00; -} -.badge-primary[href]:hover, .badge-primary[href]:focus { - background-color: #cc6500; -} -a.bg-primary:hover, a.bg-primary:focus, -button.bg-primary:hover, -button.bg-primary:focus { - background-color: #cc6500 !important; -} -a.text-primary:hover, a.text-primary:focus { - color: #cc6500 !important; -} -.nav-link { - font-weight: 500; -} - - - - - - -.case-study .col-md-12 { - transform: translateY(-130px); - -webkit-transform: translateY(-130px); - padding: 5em 3em; - background-color: #fff; - box-shadow: 0 0 100px rgba(0, 0, 0, 0.15); -} - - - -ul { - list-style-type: none; -} - -.btn.btn-Brown { - background: #b07e3b; -} - -.btn.btn-Brown:hover { - background: #e1b565; -} - -.btn.btn-Brown-fill { - color: #855323; - border-color: #855323; - background: transparent; -} - -.btn.btn-Brown-fill:hover { - color: white; - background: #855323; -} - -.Brown { - color: #855323; -} - -.Brown-bg { - background: #855323; -} - - - -.intro-table-first { - background-image: url('../img/table-1.jpg'); -} - -.intro-table-hover { - -webkit-transition: background-image 0.3s ease, background-position 0.3s; - transition: background-image 0.3s ease, background-position 0.3s; - background-image: url('../img/table-2.jpg'); -} - -.intro-table-hover h4 { - -webkit-transform: translateY(170px); - transform: translateY(170px); - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; -} - -.intro-table-hover:hover { - background-image: url('../img/table-2-hover.jpg'); - background-position: 50% 50%; -} - -.intro-table-third { - background-image: url('../img/table-3.jpg'); -} - -.intro-table-hover .expand { - margin: 30px; - margin-top: 120px; - opacity: 0; - -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; - transition: transform 0.3s ease, opacity 0.3s; - -webkit-transform: scale(0.6); - -ms-transform: scale(0.6); - transform: scale(0.6); -} - -.intro-table-hover:hover h4 { - -webkit-transform: translateY(0); - transform: translateY(0); -} - -.intro-table-hover:hover .expand { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} - -.intro-table-hover .hide-hover { - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; -} - -.intro-table-hover:hover .hide-hover { - opacity: 0; -} - -.intro-tables .intro-table { - position: relative; - width: 100%; - height: 300px; - margin: 20px 0; -} - -.intro-tables .intro-table .heading { - margin: 0; - padding: 30px; -} - -.intro-tables .intro-table .small-heading { - margin: 0; - padding: 0 30px; -} - -.intro-tables .intro-table .bottom { - position: absolute; - bottom: 0; -} - -.intro-tables .intro-table .owl-schedule .schedule-row { - padding: 10px 30px; - color: white; - transition: all 0.3s ease; -} - -@media(max-width:992px) { - .section { - padding: 80px 0; - } -} - -.section1 { - padding: 50px 0; -} - -/* Sections */ -section { - position: relative; -} - -.section { - padding: 80px 0; - background: #fff; -} - -.section-padded { - padding: 80px 0 80px; -} - -.carousel { - width: 100%; /*test width*/ - max-height: 200px; /*what ever height */ -overflow: hidden; -} -.carousel-control.left, .carousel-control.right { - background-image: none -} -/* Make the image fully responsive */ -.carousel-inner img { - width: 100%; - height: 100%; -} -.carousel-indicators{ - bottom:0; -} -.carousel-indicators .active{ - background-color:#222; -} -.carousel-indicators li{ - border-color:#222; -} - -h1 { - font-weight: bold; -} - -.navbarlabels { - margin-left: 25%; -} - - - -.myHeading{ - font-size: 20px; - font-weight: 400; -} - - -.navbar-expand-lg .navbar-nav .nav-link { - padding-right: 1.5rem; - padding-left: 1.5rem; -} - -.btnRoundded { - border-radius: 0.8rem; - width: 208px !important; -} -.buttonMargin{ - margin: 13px 12px 12px 10px; -} -a{ - color: #000; - font-weight: 400; -} - -.img1 { - pointer-events: none; -} - -.img2{ - width:100%; - height: 220px; -} - -@font-face { - font-family: sairaFont; - src: url('../fonts/Saira-Regular.ttf') format('truetype'); -} -.alternate-font { - font-family:"sairaFont" -} - -.btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} \ No newline at end of file diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/fonts/Saira-Regular.ttf b/setup/forksand_website/odoo/addons/forksand_website/static/src/fonts/Saira-Regular.ttf deleted file mode 100644 index 938807a..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/fonts/Saira-Regular.ttf and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/BC.png b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/BC.png deleted file mode 100644 index 8f59a0e..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/BC.png and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/IMG_20180117_222633.jpg b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/IMG_20180117_222633.jpg deleted file mode 100644 index 2f46717..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/IMG_20180117_222633.jpg and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/IMG_20180118_182153.jpg b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/IMG_20180118_182153.jpg deleted file mode 100644 index 37a51ae..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/IMG_20180118_182153.jpg and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/forksand-hifive-case.png b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/forksand-hifive-case.png deleted file mode 100644 index 489b682..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/carousel/forksand-hifive-case.png and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/logoVertical.png b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/logoVertical.png deleted file mode 100644 index ecd7d00..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/logoVertical.png and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180117_231522.jpg b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180117_231522.jpg deleted file mode 100644 index dbdb983..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180117_231522.jpg and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_182121.jpg b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_182121.jpg deleted file mode 100644 index 6321589..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_182121.jpg and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_182153.jpg b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_182153.jpg deleted file mode 100644 index 37a51ae..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_182153.jpg and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_190156.jpg b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_190156.jpg deleted file mode 100644 index bba2db1..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/IMG_20180118_190156.jpg and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/forksand-hifive-case.png b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/forksand-hifive-case.png deleted file mode 100644 index 489b682..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/forksand-hifive-case.png and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/freecadhifi.png b/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/freecadhifi.png deleted file mode 100644 index b3e7235..0000000 Binary files a/setup/forksand_website/odoo/addons/forksand_website/static/src/img/showcase/freecadhifi.png and /dev/null differ diff --git a/setup/forksand_website/odoo/addons/forksand_website/static/src/js/baguetteBox.min.js b/setup/forksand_website/odoo/addons/forksand_website/static/src/js/baguetteBox.min.js deleted file mode 100644 index 712ff84..0000000 --- a/setup/forksand_website/odoo/addons/forksand_website/static/src/js/baguetteBox.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * baguetteBox.js - * @author feimosi - * @version 1.8.1 - * @url https://github.com/feimosi/baguetteBox.js - */ -!function(t,e){"use strict";"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():t.baguetteBox=e()}(this,function(){"use strict";function t(t,n){M.transforms=k(),M.svg=w(),i(),o(t),e(t,n)}function e(t,e){var n=document.querySelectorAll(t),o={galleries:[],nodeList:n};U[t]=o,[].forEach.call(n,function(t){e&&e.filter&&(V=e.filter);var n=[];if(n="A"===t.tagName?[t]:t.getElementsByTagName("a"),n=[].filter.call(n,function(t){return V.test(t.href)}),0!==n.length){var i=[];[].forEach.call(n,function(t,n){var o=function(t){t.preventDefault?t.preventDefault():t.returnValue=!1,u(i,e),c(n)},a={eventHandler:o,imageElement:t};E(t,"click",o),i.push(a)}),o.galleries.push(i)}})}function n(){for(var t in U)U.hasOwnProperty(t)&&o(t)}function o(t){if(U.hasOwnProperty(t)){var e=U[t].galleries;[].forEach.call(e,function(t){[].forEach.call(t,function(t){B(t.imageElement,"click",t.eventHandler)}),R===t&&(R=[])}),delete U[t]}}function i(){return(S=T("baguetteBox-overlay"))?(P=T("baguetteBox-slider"),F=T("previous-button"),H=T("next-button"),void(L=T("close-button"))):(S=N("div"),S.setAttribute("role","dialog"),S.id="baguetteBox-overlay",document.getElementsByTagName("body")[0].appendChild(S),P=N("div"),P.id="baguetteBox-slider",S.appendChild(P),F=N("button"),F.setAttribute("type","button"),F.id="previous-button",F.setAttribute("aria-label","Previous"),F.innerHTML=M.svg?I:"<",S.appendChild(F),H=N("button"),H.setAttribute("type","button"),H.id="next-button",H.setAttribute("aria-label","Next"),H.innerHTML=M.svg?Y:">",S.appendChild(H),L=N("button"),L.setAttribute("type","button"),L.id="close-button",L.setAttribute("aria-label","Close"),L.innerHTML=M.svg?q:"×",S.appendChild(L),F.className=H.className=L.className="baguetteBox-button",void r())}function a(t){switch(t.keyCode){case 37:v();break;case 39:h();break;case 27:p()}}function r(){E(S,"click",J),E(F,"click",K),E(H,"click",Q),E(L,"click",Z),E(S,"touchstart",$),E(S,"touchmove",_),E(S,"touchend",tt),E(document,"focus",et,!0)}function l(){B(S,"click",J),B(F,"click",K),B(H,"click",Q),B(L,"click",Z),B(S,"touchstart",$),B(S,"touchmove",_),B(S,"touchend",tt),B(document,"focus",et,!0)}function u(t,e){if(R!==t){for(R=t,s(e);P.firstChild;)P.removeChild(P.firstChild);W.length=0;for(var n,o=[],i=[],a=0;a
',j.captions&&a){var u=N("figcaption");u.id="baguetteBox-figcaption-"+t,u.innerHTML=a,l.appendChild(u)}n.appendChild(l);var s=N("img");s.onload=function(){var n=document.querySelector("#baguette-img-"+t+" .baguetteBox-spinner");l.removeChild(n),!j.async&&e&&e()},s.setAttribute("src",r),s.alt=i?i.alt||"":"",j.titleTag&&a&&(s.title=a),l.appendChild(s),j.async&&e&&e()}}function b(t){var e=t.href;if(t.dataset){var n=[];for(var o in t.dataset)"at-"!==o.substring(0,3)||isNaN(o.substring(3))||(n[o.replace("at-","")]=t.dataset[o]);for(var i=Object.keys(n).sort(function(t,e){return parseInt(t,10)=1?(z--,y(),C(z),t=!0):j.animation&&(P.className="bounce-from-left",setTimeout(function(){P.className=""},400),t=!1),j.onChange&&j.onChange(z,W.length),t}function y(){var t=100*-z+"%";"fadeIn"===j.animation?(P.style.opacity=0,setTimeout(function(){M.transforms?P.style.transform=P.style.webkitTransform="translate3d("+t+",0,0)":P.style.left=t,P.style.opacity=1},400)):M.transforms?P.style.transform=P.style.webkitTransform="translate3d("+t+",0,0)":P.style.left=t}function k(){var t=N("div");return"undefined"!=typeof t.style.perspective||"undefined"!=typeof t.style.webkitPerspective}function w(){var t=N("div");return t.innerHTML="","http://www.w3.org/2000/svg"===(t.firstChild&&t.firstChild.namespaceURI)}function x(t){t-z>=j.preload||m(t+1,function(){x(t+1)})}function C(t){z-t>=j.preload||m(t-1,function(){C(t-1)})}function E(t,e,n,o){t.addEventListener?t.addEventListener(e,n,o):t.attachEvent("on"+e,n)}function B(t,e,n,o){t.removeEventListener?t.removeEventListener(e,n,o):t.detachEvent("on"+e,n)}function T(t){return document.getElementById(t)}function N(t){return document.createElement(t)}function A(){l(),n(),B(document,"keydown",a),document.getElementsByTagName("body")[0].removeChild(document.getElementById("baguetteBox-overlay")),U={},R=[],z=0}var S,P,F,H,L,I='',Y='',q='',j={},X={captions:!0,fullScreen:!1,noScrollbars:!1,titleTag:!1,buttons:"auto",async:!1,preload:2,animation:"slideIn",afterShow:null,afterHide:null,onChange:null,overlayBackgroundColor:"rgba(0,0,0,.8)"},M={},R=[],z=0,D={},O=!1,V=/.+\.(gif|jpe?g|png|webp)/i,U={},W=[],G=null,J=function(t){t.target.id.indexOf("baguette-img")!==-1&&p()},K=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,v()},Q=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,h()},Z=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,p()},$=function(t){D.count++,D.count>1&&(D.multitouch=!0),D.startX=t.changedTouches[0].pageX,D.startY=t.changedTouches[0].pageY},_=function(t){if(!O&&!D.multitouch){t.preventDefault?t.preventDefault():t.returnValue=!1;var e=t.touches[0]||t.changedTouches[0];e.pageX-D.startX>40?(O=!0,v()):e.pageX-D.startX<-40?(O=!0,h()):D.startY-e.pageY>100&&p()}},tt=function(){D.count--,D.count<=0&&(D.multitouch=!1),O=!1},et=function(t){"block"!==S.style.display||S.contains(t.target)||(t.stopPropagation(),d())};return[].forEach||(Array.prototype.forEach=function(t,e){for(var n=0;n
',j.captions&&a){var u=N("figcaption");u.id="baguetteBox-figcaption-"+t,u.innerHTML=a,l.appendChild(u)}n.appendChild(l);var s=N("img");s.onload=function(){var n=document.querySelector("#baguette-img-"+t+" .baguetteBox-spinner");l.removeChild(n),!j.async&&e&&e()},s.setAttribute("src",r),s.alt=i?i.alt||"":"",j.titleTag&&a&&(s.title=a),l.appendChild(s),j.async&&e&&e()}}function b(t){var e=t.href;if(t.dataset){var n=[];for(var o in t.dataset)"at-"!==o.substring(0,3)||isNaN(o.substring(3))||(n[o.replace("at-","")]=t.dataset[o]);for(var i=Object.keys(n).sort(function(t,e){return parseInt(t,10)=1?(z--,y(),C(z),t=!0):j.animation&&(P.className="bounce-from-left",setTimeout(function(){P.className=""},400),t=!1),j.onChange&&j.onChange(z,W.length),t}function y(){var t=100*-z+"%";"fadeIn"===j.animation?(P.style.opacity=0,setTimeout(function(){M.transforms?P.style.transform=P.style.webkitTransform="translate3d("+t+",0,0)":P.style.left=t,P.style.opacity=1},400)):M.transforms?P.style.transform=P.style.webkitTransform="translate3d("+t+",0,0)":P.style.left=t}function k(){var t=N("div");return"undefined"!=typeof t.style.perspective||"undefined"!=typeof t.style.webkitPerspective}function w(){var t=N("div");return t.innerHTML="","http://www.w3.org/2000/svg"===(t.firstChild&&t.firstChild.namespaceURI)}function x(t){t-z>=j.preload||m(t+1,function(){x(t+1)})}function C(t){z-t>=j.preload||m(t-1,function(){C(t-1)})}function E(t,e,n,o){t.addEventListener?t.addEventListener(e,n,o):t.attachEvent("on"+e,n)}function B(t,e,n,o){t.removeEventListener?t.removeEventListener(e,n,o):t.detachEvent("on"+e,n)}function T(t){return document.getElementById(t)}function N(t){return document.createElement(t)}function A(){l(),n(),B(document,"keydown",a),document.getElementsByTagName("body")[0].removeChild(document.getElementById("baguetteBox-overlay")),U={},R=[],z=0}var S,P,F,H,L,I='',Y='',q='',j={},X={captions:!0,fullScreen:!1,noScrollbars:!1,titleTag:!1,buttons:"auto",async:!1,preload:2,animation:"slideIn",afterShow:null,afterHide:null,onChange:null,overlayBackgroundColor:"rgba(0,0,0,.8)"},M={},R=[],z=0,D={},O=!1,V=/.+\.(gif|jpe?g|png|webp)/i,U={},W=[],G=null,J=function(t){t.target.id.indexOf("baguette-img")!==-1&&p()},K=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,v()},Q=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,h()},Z=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,p()},$=function(t){D.count++,D.count>1&&(D.multitouch=!0),D.startX=t.changedTouches[0].pageX,D.startY=t.changedTouches[0].pageY},_=function(t){if(!O&&!D.multitouch){t.preventDefault?t.preventDefault():t.returnValue=!1;var e=t.touches[0]||t.changedTouches[0];e.pageX-D.startX>40?(O=!0,v()):e.pageX-D.startX<-40?(O=!0,h()):D.startY-e.pageY>100&&p()}},tt=function(){D.count--,D.count<=0&&(D.multitouch=!1),O=!1},et=function(t){"block"!==S.style.display||S.contains(t.target)||(t.stopPropagation(),d())};return[].forEach||(Array.prototype.forEach=function(t,e){for(var n=0;n - - - - - - - - \ No newline at end of file diff --git a/setup/forksand_website/odoo/addons/forksand_website/views/home_view.xml b/setup/forksand_website/odoo/addons/forksand_website/views/home_view.xml deleted file mode 100644 index df9cc16..0000000 --- a/setup/forksand_website/odoo/addons/forksand_website/views/home_view.xml +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file