diff --git a/.gitignore b/.gitignore index b1c8d61..0b62f06 100644 --- a/.gitignore +++ b/.gitignore @@ -26,9 +26,13 @@ Thumbs.db # Build and output directories /dist /build + +/out"db.sqlite3" + /out # Django-specific db.sqlite3 /media/ -/staticfiles/ \ No newline at end of file +/staticfiles/ + diff --git a/core/templates/questions.html b/core/templates/questions.html deleted file mode 100644 index fea0e3d..0000000 --- a/core/templates/questions.html +++ /dev/null @@ -1,1516 +0,0 @@ - - - - - - Questions & Answers - PeerPrep - - - - -
-
-
- - - - - -
-
- -
-
-

Questions & Answers

-

- Get help from the community! Ask questions, share knowledge, and learn together. -

-
-
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- -
-
- Loading questions... -
- - - -
-
-
- - - - - - - - - - \ No newline at end of file diff --git a/core/templates/register.html b/core/templates/register.html index 88458e5..ad7d1a2 100644 --- a/core/templates/register.html +++ b/core/templates/register.html @@ -1,5 +1,47 @@ -{% extends "base.html" %} -{% block content %} +{% load static %} + + + + + + Register - Peer Prep + + + + + + +
+
+
+
+ + +
@@ -38,4 +80,38 @@

Join PeerPrep

-{% endblock content %} \ No newline at end of file + + + + + \ No newline at end of file diff --git a/core/templates/successstories.html b/core/templates/successstories.html index 67481b2..772d2c3 100644 --- a/core/templates/successstories.html +++ b/core/templates/successstories.html @@ -1,5 +1,22 @@ -{% extends "base.html" %} -{% block content %} + + + + + + Success Stories - Peer Prep + + + + + +
+
+
+ + + +
@@ -1057,4 +1101,37 @@

${story.title}

console.log('Session ID from cookie:', getCookie('sessionid')); }); -{% endblock content %} \ No newline at end of file + + + + \ No newline at end of file diff --git a/core/templates/timetable.html b/core/templates/timetable.html index db1692f..33576b6 100644 --- a/core/templates/timetable.html +++ b/core/templates/timetable.html @@ -6,6 +6,19 @@ Reminders & Timetable - PeerPrep + +