diff --git a/public/images/2am_beyond_software.png b/public/images/2am_beyond_software.png new file mode 100644 index 0000000..6499001 Binary files /dev/null and b/public/images/2am_beyond_software.png differ diff --git a/public/images/about/work-with-us-dots.svg b/public/images/about/work-with-us-dots.svg new file mode 100644 index 0000000..881c310 --- /dev/null +++ b/public/images/about/work-with-us-dots.svg @@ -0,0 +1,3 @@ + diff --git a/public/images/about/work-with-us-dots2.svg b/public/images/about/work-with-us-dots2.svg new file mode 100644 index 0000000..057e7f9 --- /dev/null +++ b/public/images/about/work-with-us-dots2.svg @@ -0,0 +1,3 @@ + diff --git a/public/images/betterProductsBg.svg b/public/images/betterProductsBg.svg new file mode 100644 index 0000000..df244b4 --- /dev/null +++ b/public/images/betterProductsBg.svg @@ -0,0 +1,5 @@ + diff --git a/public/media/footer_banner_bg.png b/public/media/footer_banner_bg.png new file mode 100644 index 0000000..5688af4 Binary files /dev/null and b/public/media/footer_banner_bg.png differ diff --git a/resources/css/app.css b/resources/css/app.css index e6e4c70..fe03f24 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -18,3 +18,8 @@ border-radius: 100%; margin-right: 5px; } + +.pickr .pcr-button { + width: 22px; + height: 22px; +} diff --git a/resources/js/app.js b/resources/js/app.js index 4f695b1..7eafd47 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -11,3 +11,21 @@ window.addEventListener("scroll", (event) => { document.getElementsByClassName('header')[0].classList.remove('visible'); } }); + +let parseLinks = () => { + let links = document.querySelectorAll('a'); + + links.forEach((el, key) => { + let href = links.item(key).getAttribute('href') + + if (href === null || href === undefined || href[0] !== '/') return; + + href = 'https://2am.tech' + href + links.item(key).setAttribute('href', href) + + }) +} + +window.addEventListener('load', () => { + parseLinks() +}) diff --git a/resources/views/components/icons/chev-down.blade.php b/resources/views/components/icons/chev-down.blade.php new file mode 100644 index 0000000..e405d42 --- /dev/null +++ b/resources/views/components/icons/chev-down.blade.php @@ -0,0 +1,3 @@ + diff --git a/resources/views/components/icons/chev-up.blade.php b/resources/views/components/icons/chev-up.blade.php new file mode 100644 index 0000000..59c44b3 --- /dev/null +++ b/resources/views/components/icons/chev-up.blade.php @@ -0,0 +1,3 @@ + diff --git a/resources/views/components/inputs/color-picker.blade.php b/resources/views/components/inputs/color-picker.blade.php index 8aecce2..d3aec5d 100644 --- a/resources/views/components/inputs/color-picker.blade.php +++ b/resources/views/components/inputs/color-picker.blade.php @@ -6,6 +6,7 @@ theme: 'nano', closeWithKey: 'Enter', default: colorField, + appClass: 'color-picker-widget', swatches: [ 'rgba(244, 67, 54, 1)', 'rgba(233, 30, 99, 1)', @@ -49,10 +50,10 @@ }) ">