diff --git a/frontend/src/components/Gallery.vue b/frontend/src/components/Gallery.vue index 342afe9..4967686 100644 --- a/frontend/src/components/Gallery.vue +++ b/frontend/src/components/Gallery.vue @@ -98,7 +98,7 @@ export default { image: competitions, title: "Competitions", description: - "Online competetions on ML, data science, programming, and CTFs are a great way for enthusiasts to show off some skills or learn something new in a competetive environment." + "Online competitions on ML, data science, programming, and CTFs are a great way for enthusiasts to show off some skills or learn something new in a competitive environment." } ], queue: 1, diff --git a/frontend/src/components/SisterGroups.vue b/frontend/src/components/SisterGroups.vue index d232500..fb49792 100644 --- a/frontend/src/components/SisterGroups.vue +++ b/frontend/src/components/SisterGroups.vue @@ -13,7 +13,7 @@ Sister groups are different smaller groups within the umbrella of Software Development Section, along with SDSLabs. The members of these groups focus on specific areas of technological innovation - like data science, competetive programming, and information + like data science, competitive programming, and information security.
h(App) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index b6545ed..c903fc9 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -11,17 +11,19 @@ class="px-16 sm:px-88 pb-28 sm:pb-0 flex flex-col justify-center items-center" id="projects" > - + + +
diff --git a/settings/dev/settings.py b/settings/dev/settings.py index 617d37c..735155e 100644 --- a/settings/dev/settings.py +++ b/settings/dev/settings.py @@ -11,7 +11,7 @@ 'NAME': 'portfolio', 'USER': 'portfolio', 'PASSWORD': 'portfolio', - 'HOST': 'db', + 'HOST': 'localhost', 'PORT': '5432', } }