diff --git a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss index e69de29b..6bde671b 100644 --- a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss +++ b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss @@ -0,0 +1,7 @@ +hr { + border: 2px solid #000000; + color: black; + width: 35%; + text-align: left; + margin-left: 0; + } \ No newline at end of file diff --git a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx index ff771f7f..aa3256a8 100644 --- a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx +++ b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx @@ -44,7 +44,7 @@ const AboutVision = () => {
  • Faculty teaching loads cannot be “too high” or “too low”
  • These constraints make it extremely difficult for the department chair to create a - schedule without a tool to help them. We propose building a web application, named the + schedule without a tool to help them. We are building and adding on to a web application, named the Course Schedulizer, that will allow department chairs to visualize and manipulate their department course schedules. It will provide: - By offering these features and improvements on the functionality previously implemented by + By offering these features and developing continuous improvements on the functionality previously implemented by Professor Pruim and Professor VanderLinden, the Course Schedulizer will allow department chairs to easily create their schedules.

    - For an Honors Project, Charles is completing a second project relating to constraint + There is also a past Honors Project completed in year 2020 by Charles. It is a second project relating to constraint problem satisfaction alongside the Course Schedulizer. By employing constraint - satisfaction techniques, Charles hopes to allow department chairs the ability to upload a + satisfaction techniques, Charles has developed the ability to upload a list of classes, professors, rooms, and times to the Course Schedulizer web application and have the system create a schedule with no conflicts. @@ -134,11 +134,11 @@ const AboutCode = () => { production is the working, stable build of the web application and{" "} develop is the less-stable, bleeding-edge build of our Course Schedulizer app. Please feel free to look around the code and interact with us on the discussion board - or by posting issues. The honors constraint satisfaction package is also{" "} + or by posting issues. The honors constraint satisfaction package from year 2020 is also{" "} hosted on GitHub. The Harmoniously project code is also{" "} hosted on GitHub. - For details on the development process, please view the respective ReadMes on GitHub. + For details on the development process, please view the respective ReadMe files on GitHub. } title="Code" @@ -152,7 +152,7 @@ const AboutReport = () => { body={