diff --git a/resources/js/App/FAQs.vue b/resources/js/App/FAQs.vue new file mode 100644 index 00000000..7ac1a136 --- /dev/null +++ b/resources/js/App/FAQs.vue @@ -0,0 +1,77 @@ + + + diff --git a/resources/js/Pages/Welcome.vue b/resources/js/Pages/Welcome.vue index 0905bcae..ef8c24fe 100644 --- a/resources/js/Pages/Welcome.vue +++ b/resources/js/Pages/Welcome.vue @@ -301,7 +301,7 @@ -
+
+
+ +
+ +
    -
  • - + - Projects + {{ item.name }}
  • - - Spectra - + FAQs +
@@ -829,6 +838,7 @@ import { } from "@heroicons/vue/24/outline"; import { ChevronDownIcon } from "@heroicons/vue/24/solid"; import ToolTip from "@/Shared/ToolTip.vue"; +import FAQs from "@/App/FAQs.vue"; const Search = [ { @@ -889,6 +899,14 @@ const features = [ }, ]; const footerNavigation = { + // Search: [ + // { name: "Browse", href: "/projects" }, + // { name: "Advanced Search", href: "/projects" }, + // ], + quicklinks: [ + { name: "Projects", href: "/projects"}, + { name: "Spectra", href: "/spectra"} + ], support: [ { name: "Documentation", href: "https://docs.nmrxiv.org" }, { @@ -956,6 +974,7 @@ export default { CircleStackIcon, ToolTip, Projects, + FAQs, }, props: {