diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 05ca50d23b..c02bb70232 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -3,6 +3,7 @@ name: 'Lint Code'
on:
push:
branches: [master, main]
+
pull_request:
branches: [master, main]
diff --git a/server/db.sqlite3 b/server/db.sqlite3
new file mode 100644
index 0000000000..e5a7b3abbf
Binary files /dev/null and b/server/db.sqlite3 differ
diff --git a/server/djangoapp/templates/djangoapp/about.html b/server/djangoapp/templates/djangoapp/about.html
new file mode 100644
index 0000000000..5039cd1e40
--- /dev/null
+++ b/server/djangoapp/templates/djangoapp/about.html
@@ -0,0 +1,62 @@
+
+
+
+
+ Dealership Review
+
+
+
+
+
+
+
+
+
+
+
+ Best Cars - Houston
+
+
+
+
+
+
+
+ About Me!
+
+
+
+
diff --git a/server/djangoapp/templates/djangoapp/contact.html b/server/djangoapp/templates/djangoapp/contact.html
new file mode 100644
index 0000000000..09736bb8f1
--- /dev/null
+++ b/server/djangoapp/templates/djangoapp/contact.html
@@ -0,0 +1,62 @@
+
+
+
+
+ Dealership Review
+
+
+
+
+
+
+
+
+
+
+
+ Best Cars - Houston
+
+
+
+
+
+
+
+ Contact Us!
+
+
+
+
diff --git a/server/djangoapp/templates/djangoapp/index.html b/server/djangoapp/templates/djangoapp/index.html
index 1a9ee6e39a..c3b5b5a483 100644
--- a/server/djangoapp/templates/djangoapp/index.html
+++ b/server/djangoapp/templates/djangoapp/index.html
@@ -10,16 +10,55 @@
-
+
-
- This is the index page of your Django app!
-
+
+ Best Cars - Houston
+
+
+
+
-
+
+
+
+ Home Page
-