]> _ Git - usines-reunies.git/commit
WIP #4064 @8
authorStephen Cameron <stephen@cubedesigners.com>
Wed, 25 Nov 2020 18:25:33 +0000 (19:25 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Wed, 25 Nov 2020 18:25:33 +0000 (19:25 +0100)
commit11427aa4afbf616cbfe524dc000ec516050108d5
tree9a3a71ebd0c1ac3b0b86e8d137fff4db2500e9d4
parenta5e22e52ed1668b5bbb9b041ed70d4ccfe86face
WIP #4064 @8
27 files changed:
.gitignore
web/app/mu-plugins/cube-loader.php [new file with mode: 0644]
web/app/mu-plugins/cube/.gitignore [new file with mode: 0644]
web/app/mu-plugins/cube/composer.json [new file with mode: 0644]
web/app/mu-plugins/cube/src/Common/Setup.php [new file with mode: 0644]
web/app/mu-plugins/cube/src/Elementor/Setup.php [new file with mode: 0644]
web/app/mu-plugins/cube/src/Elementor/Widgets/_Base.php [new file with mode: 0644]
web/app/mu-plugins/cube/src/Init.php [new file with mode: 0644]
web/app/themes/Usines/app/helpers.php
web/app/themes/Usines/app/setup.php
web/app/themes/Usines/index.php
web/app/themes/Usines/resources/assets/images/icons/email.svg [new file with mode: 0644]
web/app/themes/Usines/resources/assets/images/icons/facebook.svg [new file with mode: 0644]
web/app/themes/Usines/resources/assets/images/icons/instagram.svg [new file with mode: 0644]
web/app/themes/Usines/resources/assets/images/icons/linkedin.svg [new file with mode: 0644]
web/app/themes/Usines/resources/assets/images/icons/phone-circle.svg [new file with mode: 0644]
web/app/themes/Usines/resources/assets/images/icons/phone.svg [new file with mode: 0644]
web/app/themes/Usines/resources/assets/images/logo.svg
web/app/themes/Usines/resources/assets/styles/app.styl
web/app/themes/Usines/resources/assets/styles/common/setup.styl
web/app/themes/Usines/resources/assets/styles/components/footer.styl [new file with mode: 0644]
web/app/themes/Usines/resources/assets/styles/components/navigation.styl [new file with mode: 0644]
web/app/themes/Usines/resources/views/partials/footer.blade.php
web/app/themes/Usines/resources/views/partials/header.blade.php
web/app/themes/Usines/resources/views/partials/page-header.blade.php
web/app/themes/Usines/resources/views/partials/social-networks.blade.php [new file with mode: 0644]
web/app/themes/Usines/webpack.mix.js