Initial: Taawunu.org — social impact studio website

5 pages (Home, Approach, Projects, About, Support)
11 field photos from Lolo Camp
Full brand identity implementation
Mobile-responsive, optimized images
This commit is contained in:
2026-03-08 23:50:14 +08:00
commit 563e4a5844
21 changed files with 2143 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY html/ /usr/share/nginx/html/
EXPOSE 80