diff --git a/public/images/background.png b/public/images/background.png new file mode 100644 index 0000000..e882e44 Binary files /dev/null and b/public/images/background.png differ diff --git a/public/images/banner.jpg b/public/images/banner.jpg new file mode 100644 index 0000000..11ac94e Binary files /dev/null and b/public/images/banner.jpg differ diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 306df15..e920a57 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -1,5 +1,6 @@ import { ION_AUTHORIZATION_ENDPOINT } from '../api'; - +import 'bootstrap/dist/css/bootstrap.min.css'; +import 'bootstrap/dist/js/bootstrap.bundle.min'; export default function Home() { return (
Log In with Ion
+
+
+
+
+
+ +
+
+
+
+

+ Helping communities utilize carpooling +

+
+
+
+
+

+ About Us +

+

+ NAME is an app aimed to help communities find safe ways to + carpool. The app has groups where people must be approved before + joining. Upon joining, users can create their own car pool inside + that communitiy or join others. +

+
+
+
+
+
+

+ Our Services +

+ +
+
+  +
+
Browse Posts
+
+

+ Easily browse through NLP generated recommended posts in + your feed. These posts match your previous interests and + recent trending political and social subjects. +

+
+
+
+  +
+
Browse Events
+
+ +

+ Browse local community political events that match your + political interests in order to best advocate your + concerns and have your voice heard. +

+
+
+
+
+
+
+  +
+
+
+
+ +
Discussion Thread
+
+ +

+ View someone's post and leave a like or comment to further + discuss the thread or show your support. Each like or + comment will make your feed give more posts or events that + are similar. +

+
+
+
+
+
+
+  +
+
+
+
+ +
Create Posts
+
+ +

+ Create your own post anonymously for free and easily. Your + post will be seen by many others as well as politicians + that can possibly advocate and recognize your interests + for your given enough support. +

+
+
+
+
+
+
+
); } diff --git a/src/components/Main.tsx b/src/components/Main.tsx index 4b6ff24..5f01bb9 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -1,7 +1,143 @@ +import 'bootstrap/dist/css/bootstrap.min.css'; +import 'bootstrap/dist/js/bootstrap.bundle.min'; export default function Main() { return (

About Us

+
+
+
+
+ +
+
+
+
+

+ Digitally empowering underrepresented minorities in politics +

+
+
+
+
+

About Us

+

+ ThinkOpenly is a politics exchange platform, aiming to create a + professional and efficient connection between underrepresented + minority groups and politics. Community members can post questions + or concerns and other members can +1 the post. Professional + legislators or lawmakers can then answer or attempt to enforce laws + to support these concerns. To make this process as effective as + possible, we use NLP Machine Learning to suggest other articles or + posts to users based on previous likes. Our platform also offers + suggestions for events that coincide with their interests and free + time via Google Calendar. +

+
+
+
+
+
+

+ Our Services +

+ +
+
+  +
+
Browse Posts
+
+

+ Easily browse through NLP generated recommended posts in + your feed. These posts match your previous interests and + recent trending political and social subjects. +

+
+
+
+  +
+
Browse Events
+
+ +

+ Browse local community political events that match your + political interests in order to best advocate your concerns + and have your voice heard. +

+
+
+
+
+
+
+  +
+
+
+
+ +
Discussion Thread
+
+ +

+ View someone's post and leave a like or comment to further + discuss the thread or show your support. Each like or + comment will make your feed give more posts or events that + are similar. +

+
+
+
+
+
+
+  +
+
+
+
+ +
Create Posts
+
+ +

+ Create your own post anonymously for free and easily. Your + post will be seen by many others as well as politicians that + can possibly advocate and recognize your interests for your + given enough support. +

+
+
+
+
+
+
+
+
+

Support

+

Contact:

+

@gmail.com

+
+
); } diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 44260b9..f2993f1 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -21,7 +21,6 @@ const useStyles = makeStyles({ }, }); const navLinks = [ - { title: `Carpool`, path: `/` }, { title: `Profile`, path: `/profile` }, { title: `Groups`, path: `/groups` }, { title: `MyGroups`, path: `/mygroups` },