From 4f8efda446e29e398c91e80fbb1839878a2c61ca Mon Sep 17 00:00:00 2001 From: JoeyThompson10 <108598229+JoeyThompson10@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:56:56 -0500 Subject: [PATCH] Ads github download description and Contact page --- src/components/Contact.jsx | 35 ++++++++++++++++++++++++++++++ src/components/Documentation.jsx | 11 ++++++++++ src/components/Download.jsx | 37 ++++++++++++++++++++++++++++++++ src/pages/HomePage.jsx | 32 ++++++--------------------- 4 files changed, 89 insertions(+), 26 deletions(-) create mode 100644 src/components/Contact.jsx create mode 100644 src/components/Documentation.jsx create mode 100644 src/components/Download.jsx diff --git a/src/components/Contact.jsx b/src/components/Contact.jsx new file mode 100644 index 0000000..89f279d --- /dev/null +++ b/src/components/Contact.jsx @@ -0,0 +1,35 @@ +import React from 'react'; + +const Contact = () => { + const contacts = [ + { name: 'Joey Thompson', email: 'jthom282@students.kennesaw.edu' }, + { name: 'Ashly Altman', email: 'aaltman6@students.kennesaw.edu' }, + { name: 'Brooke Ebetino', email: 'bebetino@students.kennesaw.edu' }, + { name: 'Tyler Haley', email: 'thaley10@students.kennesaw.edu' }, + { name: 'Masood Afzali', email: 'safzali1@students.kennesaw.edu' }, + { + name: 'Nasiya Sharif', + title: 'Kennesaw State University Capstone Project Manager', + description: 'Organizer of the capstone project teams for Kennesaw State University. Acts as the intermediary between the project development team and the Robins Air Force Base representative.', + email: 'nrahman1@students.kennesaw.edu' + }, + ]; + + return ( +
{contact.description}
} +Email: {contact.email}
+You can also download and run the project from our GitHub repository. Here's how:
+main.py
file is located.pip install -r requirements.txt
(the requirements file should list all the necessary libraries).python main.py
in the terminal.Note: You can find detailed instructions and documentation on how to set up and run the project in the repository's README file.
+ +Download the installer and run it on your system. Follow the on-screen instructions to complete the installation.
+ + + + +Version: 1.6
+File Size: 15 MB
+Release Date: 2023-11-05
+System Requirements: Windows 10/11, 4GB RAM, 500MB Disk Space
+Download the installer and run it on your system. Follow the on-screen instructions to complete the installation.
- - - - -Version: 1.6
-File Size: 15 MB
-Release Date: 2023-11-05
-System Requirements: Windows 10/11, 4GB RAM, 500MB Disk Space
- -