-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c78143
commit 9473890
Showing
13 changed files
with
5,607 additions
and
1,844 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,27 @@ | ||
FROM dockershelf/node:16 | ||
FROM dockershelf/node:18-bookworm | ||
LABEL maintainer "Luis Alejandro Martínez Faneyth <[email protected]>" | ||
|
||
ARG UID=1000 | ||
ARG GID=1000 | ||
|
||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true | ||
ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/google-chrome-stable | ||
ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/chromium | ||
|
||
RUN apt-get update && \ | ||
apt-get install gnupg dirmngr git sudo libpng-dev \ | ||
build-essential autoconf automake gcc \ | ||
ruby3.1 ruby3.1-dev python3.10-dev | ||
apt-get install chromium gnupg dirmngr git sudo libpng-dev libtool \ | ||
build-essential autoconf automake gcc pkg-config \ | ||
ruby3.1 ruby3.1-dev python3-dev | ||
|
||
RUN dirmngr --debug-level guru | ||
|
||
RUN gpg --lock-never --no-default-keyring \ | ||
--keyring /usr/share/keyrings/yarn.gpg \ | ||
--keyserver hkp://keyserver.ubuntu.com:80 \ | ||
--recv-keys 23E7166788B63E1E | ||
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list | ||
|
||
RUN gpg --lock-never --no-default-keyring \ | ||
--keyring /usr/share/keyrings/google-chrome.gpg \ | ||
--keyserver hkp://keyserver.ubuntu.com:80 \ | ||
--recv-keys 78BD65473CB3BD13 | ||
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] https://dl-ssl.google.com/linux/chrome/deb/ stable main" | tee /etc/apt/sources.list.d/google-chrome.list | ||
RUN echo "deb [signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list | ||
|
||
RUN apt-get update && \ | ||
apt-get install yarn google-chrome-stable | ||
apt-get install yarn | ||
|
||
RUN gem install bundler | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,8 @@ pagination: | |
per_page: 20 | ||
permalink: /page/:num/ | ||
|
||
incremental: true | ||
|
||
autopages: | ||
categories: | ||
layouts: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,38 +4,54 @@ | |
<div class="row"> | ||
<div class="col-lg-4"> | ||
<div class="footer-text"> | ||
<p> | ||
Collage Labs is building software for multiple digital agencies across the globe. Our team provides personal, professional and friendly service which carefully considers your business goals and requirements. | ||
</p> | ||
<div class="footer-schedule"> | ||
<span>Collage Labs CA</span> | ||
<p>Maracay, Venezuela</p> | ||
<span>Collage Labs LLC</span> | ||
<p>Calle Cooperativa, N 73. 23 de Enero, Maracay, Venezuela.</p> | ||
<p>Open Monday to Friday from 7:00 to 17:00</p> | ||
</div> | ||
<p> | ||
Collage Labs is building software for multiple digital agencies across the globe. Our team provides | ||
personal, professional and friendly service which carefully considers your business goals and | ||
requirements. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="footer-contact"> | ||
<ul> | ||
<li><svg><use xlink:href="#icophone"></use></svg><a href="tel:+584120333096">+58 412 033 3096</a></li> | ||
<li><svg><use xlink:href="#icoemail"></use></svg><a href="mailto:[email protected]">[email protected]</a></li> | ||
<li> | ||
<a href="https://instagram.com/collagelabsco"><svg><use xlink:href="#instagram"></use></svg></a> | ||
<a href="https://twitter.com/CollageLabs"><svg><use xlink:href="#twitter"></use></svg></a> | ||
<a href="https://facebook.com/CollageLabs"><svg><use xlink:href="#facebook"></use></svg></a> | ||
Luis Alejandro Martinez Faneyth | ||
</li> | ||
<li><svg> | ||
<use xlink:href="#icophone"></use> | ||
</svg><a href="tel:+584120333096">+58 424 352 49 70</a></li> | ||
<li><svg> | ||
<use xlink:href="#icoemail"></use> | ||
</svg><a href="mailto:[email protected]">[email protected]</a></li> | ||
<li> | ||
<a href="https://instagram.com/collagelabsco"><svg> | ||
<use xlink:href="#instagram"></use> | ||
</svg></a> | ||
<a href="https://twitter.com/CollageLabs"><svg> | ||
<use xlink:href="#twitter"></use> | ||
</svg></a> | ||
<a href="https://facebook.com/CollageLabs"><svg> | ||
<use xlink:href="#facebook"></use> | ||
</svg></a> | ||
@CollageLabs | ||
</li> | ||
<li class="d-block d-lg-none"> | ||
<a href="https://wa.me/584120333096?text=Hello%20Collage%20Labs!"><svg><use xlink:href="#whatsapp"></use></svg>+58 412 033 3096</a> | ||
<a href="https://wa.me/584120333096?text=Hello%20Collage%20Labs!"><svg> | ||
<use xlink:href="#whatsapp"></use> | ||
</svg>+58 412 033 3096</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-lg-4 d-none d-lg-block"> | ||
<script async src="https://snapwidget.com/js/snapwidget.js"></script> | ||
<iframe src="https://snapwidget.com/embed/780265" | ||
class="snapwidget-widget" | ||
allowtransparency="true" frameborder="0" scrolling="no"> | ||
<iframe src="https://snapwidget.com/embed/780265" class="snapwidget-widget" allowtransparency="true" | ||
frameborder="0" scrolling="no"> | ||
</iframe> | ||
</div> | ||
</div> | ||
|
@@ -48,4 +64,4 @@ | |
<span>Designed by <a href="https://siendocristina.com/" target="blank">Cristina Reyes</a></span> | ||
<span> ● </span> | ||
<span>Coded by <a href="https://paolavrgs.github.io/cv_paolavrgs/" target="blank">Paola Vargas</a></span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
const path = require("path"); | ||
|
||
module.exports = { | ||
mode: "production", | ||
resolve: { | ||
extensions: [".wasm", ".mjs", ".js", ".json", ".ts"], | ||
mainFields: ["module", "main"], | ||
}, | ||
module: { | ||
rules: [ | ||
{ | ||
test: /\.(m?js|ts)?$/, | ||
exclude: new RegExp( | ||
`(node_modules|bower_components|\\.(test|spec)\\.?)` | ||
), | ||
use: { | ||
loader: require.resolve("babel-loader"), | ||
options: { | ||
cacheDirectory: true, | ||
presets: [ | ||
[ | ||
require.resolve("@babel/preset-env"), | ||
{ targets: { node: "18" } }, | ||
], | ||
], | ||
}, | ||
}, | ||
}, | ||
], | ||
}, | ||
context: path.resolve(__dirname, "lambda/"), | ||
entry: './frontpage-contact-form.js', | ||
target: "node", | ||
output: { | ||
path: path.resolve(__dirname, "functions/"), | ||
filename: "frontpage-contact-form.js", | ||
libraryTarget: "commonjs", | ||
}, | ||
bail: true, | ||
devtool: false, | ||
stats: { | ||
colors: true, | ||
}, | ||
}; |
Oops, something went wrong.