diff --git a/pages/aboutus/index.js b/pages/aboutus/index.js index 4c0e5d7..416bc57 100644 --- a/pages/aboutus/index.js +++ b/pages/aboutus/index.js @@ -127,35 +127,6 @@ const contributorProfiles = { }; - - -//Other links sections at the bottom -const learnMoreHyperlink = [ - { label: "Github", url: "https://github.com/ReduxISU/" }, - { - label: "Wikipedia: What is NP-Complete?", - url: "https://en.wikipedia.org/wiki/NP-completeness", - }, - { - label: "Karp's 21 NP-Complete Problems", - url: "https://cgi.di.uoa.gr/~sgk/teaching/grad/handouts/karp.pdf", - }, - { - label: "Redux GUI Documentation", - url: "https://github.com/ReduxISU/Redux_GUI/blob/ReduxAPI_GUI/Documentation/index.md", - }, - { - label: "Redux Backend Documentation", - url: "https://github.com/ReduxISU/Redux/blob/CSharpAPI/Documentation/index.md", - }, - { - label: "API Swagger Documentation", - url: "https://api.redux.portneuf.cose.isu.edu/swagger/index.html", - }, -]; - - - //It controls all the sections of About, Publications and Contributors const theSectionCard = { background: "rgba(255,255,255,0.05)", @@ -480,39 +451,6 @@ export default function AboutUsPage() { - - LEARN MORE - - Additional documentation can be found at the following links: - - - - {learnMoreHyperlink.map((item) => ( - - • {item.label} - - ))} - -