Learn key front-end and back-end technologies to help solve problems with software in my workplace.
+
Gain an understanding of the technologies that power Artifical Intelligence so I can implement AI into new features that enable more possibilities for our clients.
+
Learn C++ and C# for game and game engine development as a hobby.
+
Participate in group projects that allow me to network with others, enhance my skills in different technologies, and bring me out of my comfort zone to elevate my knowledge.
+
+
+
+
{%endblock%}
diff --git a/core/templates/core/contact.html b/core/templates/core/contact.html
index 236efb0..b6f327e 100644
--- a/core/templates/core/contact.html
+++ b/core/templates/core/contact.html
@@ -6,7 +6,7 @@
{% block content %}
{% load static %}
-
+{% comment %} {% endcomment %}
{% if messages %}
{% endif %}
-
+
diff --git a/docker-compose.yml b/docker-compose.yml
index a6be0af..9850674 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -37,6 +37,15 @@ services:
# Optional: expose for local tools like psql/GUI
ports:
- "5432:5432"
+
+ # Example addition to docker-compose.yml
+ tailwind:
+ build: .
+ command: python manage.py tailwind start
+ volumes:
+ - .:/app
+ depends_on:
+ - club
volumes:
pgdata:
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 9615408..4ee2d7f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
asgiref==3.8.1
-Django==4.2.23
+django==4.2.23
django-tailwind
django-tailwind[reload]
sqlparse==0.5.3