Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
41d6e8d
Merge remote-tracking branch 'origin/dev' into sm-frontend
santgeek Jul 7, 2025
b031733
updates
santgeek Jul 8, 2025
c2696b7
Merge branch 'dev' of https://github.com/Cloudtech-web-dev/Cloudtech_…
santgeek Jul 8, 2025
0c1b53d
updated branch
santgeek Jul 8, 2025
6461392
feat(modal): dynamic load of portfolio images and use of modal feature
santgeek Jul 9, 2025
4a082b9
Build(update): content update
santgeek Jul 9, 2025
a1b582f
Merge pull request #14 from Cloudtech-web-dev/sm-frontend
santgeek Jul 9, 2025
b57c788
feat(services): code optimization and new category
santgeek Jul 10, 2025
ec86bf2
Merge pull request #15 from Cloudtech-web-dev/sm-frontend
santgeek Jul 10, 2025
43f33bd
feat(translate): integrated logico for translations with i18next
santgeek Jul 11, 2025
8209bde
Merge pull request #16 from Cloudtech-web-dev/sm-frontend
santgeek Jul 11, 2025
27bd1a3
build: json files for translation content with texts for all sections
santgeek Jul 11, 2025
637c821
Merge pull request #17 from Cloudtech-web-dev/sm-frontend
santgeek Jul 11, 2025
205ec7f
Merge branch 'sm-frontend' of https://github.com/Cloudtech-web-dev/Cl…
UkuJoeMP Jul 14, 2025
aca2608
feat(language switch): language selector on the navbar
santgeek Jul 14, 2025
f4e43ec
Movile Navbar & Mobile Headers resolved
UkuJoeMP Jul 15, 2025
839cd4c
first try header contact api
UkuJoeMP Jul 16, 2025
16f6ac9
Merge branch 'sm-frontend' of https://github.com/Cloudtech-web-dev/Cl…
UkuJoeMP Jul 16, 2025
021e3c8
Header contact error subtitle
UkuJoeMP Jul 17, 2025
b2daffc
Merge branch 'dev' of https://github.com/Cloudtech-web-dev/Cloudtech_…
santgeek Jul 17, 2025
e1c9d83
Merge pull request #19 from Cloudtech-web-dev/dev
UkuJoeMP Jul 17, 2025
39fdbf9
Merge pull request #20 from Cloudtech-web-dev/jp-frontend
UkuJoeMP Jul 17, 2025
550fcc7
Merge branch 'dev' of https://github.com/Cloudtech-web-dev/Cloudtech_…
santgeek Jul 17, 2025
1d5ba28
build: text versions for english & spanish using i18next
santgeek Jul 17, 2025
eb285d4
Merge pull request #21 from Cloudtech-web-dev/sm-frontend
santgeek Jul 17, 2025
9496403
Navbar/Header Contact/Work with us/Whatsapp button completed
UkuJoeMP Jul 18, 2025
fa50f34
Merge pull request #22 from Cloudtech-web-dev/jp-frontend
UkuJoeMP Jul 18, 2025
6e1c9db
build: finished all content translations
santgeek Jul 18, 2025
5fda61e
Merge pull request #23 from Cloudtech-web-dev/sm-frontend
santgeek Jul 18, 2025
dcde43b
designs errors corrected
UkuJoeMP Jul 19, 2025
e7d4bce
translation whatsapp button
UkuJoeMP Jul 20, 2025
332c24b
merging with dev problems solved
UkuJoeMP Jul 20, 2025
ae04aa2
Merge pull request #25 from Cloudtech-web-dev/jp-frontend
UkuJoeMP Jul 20, 2025
f0229fa
feat(display leads): admin view functionality to bring all leads stor…
santgeek Jul 20, 2025
cbac74e
Merge branch 'dev' of https://github.com/Cloudtech-web-dev/Cloudtech_…
santgeek Jul 20, 2025
83251ed
text updates
santgeek Jul 20, 2025
dd8c57e
Merge pull request #26 from Cloudtech-web-dev/sm-frontend
santgeek Jul 20, 2025
cd0dd4a
space between header contact and footer
UkuJoeMP Jul 22, 2025
e598d8a
Merge branch 'dev' of https://github.com/Cloudtech-web-dev/Cloudtech_…
UkuJoeMP Jul 22, 2025
c91ffec
Merge pull request #27 from Cloudtech-web-dev/jp-frontend
UkuJoeMP Jul 22, 2025
39ce771
fix: button names and testimonials content
santgeek Jul 22, 2025
1d086ae
Merge pull request #28 from Cloudtech-web-dev/sm-frontend
santgeek Jul 22, 2025
cad8997
headers corrected in mobile
UkuJoeMP Jul 22, 2025
b3033a1
Merge branch 'dev' of https://github.com/Cloudtech-web-dev/Cloudtech_…
UkuJoeMP Jul 22, 2025
adf26ac
corrected UX issues
UkuJoeMP Jul 22, 2025
060dbac
Merge pull request #29 from Cloudtech-web-dev/jp-frontend
UkuJoeMP Jul 22, 2025
580e043
feat(admin login): added admin model and login functionality with has…
santgeek Jul 25, 2025
bab6a76
deploying
UkuJoeMP Jul 25, 2025
c4d2548
feat(login): login functionaltiy for admin user
santgeek Jul 25, 2025
f2cb8ef
Merge pull request #30 from Cloudtech-web-dev/sm-frontend
santgeek Jul 25, 2025
2d829a9
HeaderAbout issues fixed
UkuJoeMP Jul 26, 2025
2bc1ee4
deploy configuration
UkuJoeMP Jul 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Thumbs.db

# ignore node/grunt dependency directories
node_modules/
/venv/
/dist/

# webpack output
dist/*
Expand All @@ -72,6 +74,8 @@ dist/*
!.htaccess
!.eslintrc
!.env.example
.env
.env.*
.now

# backend stuff
Expand All @@ -80,3 +84,17 @@ database.database
database.db
diagram.png
__pycache__/

# Logs y caches
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/coverage

# Archivos de editor
.vscode/
.idea/

# Archivos de sistema operativo
.DS_Store
Thumbs.db
27 changes: 0 additions & 27 deletions .gitpod.Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions .gitpod.yml

This file was deleted.

Binary file removed 4geeks.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions Dockerfile.backend
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM python:3.9-slim-buster

WORKDIR /app

RUN apt-get update && apt-get install -y --no-install-recommends
build-essential
libpq-dev

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY src/ /app/src
COPY wsgi.py .

EXPOSE 8000

CMD ["gunicorn", "--bind", "0.0.0.0:8000", "src.app:app"]
20 changes: 20 additions & 0 deletions Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FROM node:20-alpine AS builder

WORKDIR /app

COPY package.json package-lock.json vite.config.js ./
RUN npm install

COPY src/front/ ./src/front/
COPY public/ ./public/

RUN npm run build

FROM nginx:stable-alpine

COPY --from=builder /app/dist /usr/share/nginx/html

COPY nginx.conf /etc/nginx/conf.d/default.conf

EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
13 changes: 0 additions & 13 deletions Dockerfile.render

This file was deleted.

36 changes: 0 additions & 36 deletions Pipfile

This file was deleted.

Loading