diff --git a/.env.example b/.env.example index 86dfcc4..5dd11cf 100644 --- a/.env.example +++ b/.env.example @@ -7,4 +7,4 @@ FLASK_ENV="developement" PORT=3000 MASTER_EMAIL="kevin21@mit.edu" -REACT_APP_SITEURL="http://localhost:3000" +REACT_APP_SITEURL="http://localhost:3000" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 91be956..b6c3352 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ env/ .env **/__pycache__/ service_account.json +env.sh /node_modules diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..4aa91ea --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/helpqueue.iml b/.idea/helpqueue.iml new file mode 100644 index 0000000..4e00284 --- /dev/null +++ b/.idea/helpqueue.iml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..2edb3a9 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..07fd44d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..9661ac7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/client/public/favicon.ico b/client/public/favicon.ico index a11777c..91d931d 100644 Binary files a/client/public/favicon.ico and b/client/public/favicon.ico differ diff --git a/client/src/App.css b/client/src/App.css index 37b3b5d..3e089e5 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -75,3 +75,9 @@ .ui.label.label{ background-color: #FFDF3F } + +/* FAQ PAGE STYLING */ + +.App .accordion { + text-align:left; +} diff --git a/client/src/App.tsx b/client/src/App.tsx index de4a16a..4d66b0b 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -11,6 +11,7 @@ import QueueRequest from "./components/QueueRequest"; import QueueMentor from "./components/QueueMentor"; import AdminPage from "./components/AdminPage"; import ProfilePage from "./components/ProfilePage"; +import FAQPage from "./components/FAQPage"; import Alert from "react-s-alert"; @@ -31,6 +32,7 @@ const App: React.FC = () => { + diff --git a/client/src/AppHeader.tsx b/client/src/AppHeader.tsx index e1863e9..237f56f 100644 --- a/client/src/AppHeader.tsx +++ b/client/src/AppHeader.tsx @@ -68,6 +68,11 @@ const AppHeader: React.FC = () => { setIsOpen(open => !open)} />