diff --git a/src/assets/img/IFAS-logo.svg b/src/assets/img/IFAS-logo.svg new file mode 100644 index 00000000..74f38f8a --- /dev/null +++ b/src/assets/img/IFAS-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/assets/img/cornell-logo.svg b/src/assets/img/cornell-logo.svg new file mode 100644 index 00000000..3937c6d7 --- /dev/null +++ b/src/assets/img/cornell-logo.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/layouts/Footer.vue b/src/components/layouts/Footer.vue index 6de7358f..db1c558f 100644 --- a/src/components/layouts/Footer.vue +++ b/src/components/layouts/Footer.vue @@ -51,20 +51,30 @@
+
+ University of Florida IFAS Logo +
+
+ Cornell University Logo +

© {{copyrightYear}} Breeding Insight
- Funded by the USDA through University of Florida/IFAS -
- Formerly funded through Cornell University + Funded by the USDA

© {{copyrightYear}} Breeding Insight
- Funded by the USDA through University of Florida/IFAS -
- Formerly funded through Cornell University + Funded by the USDA

@@ -74,20 +84,6 @@ width="75" >
-
- University of Florida IFAS Logo -
-
- Cornell University Logo -
@@ -134,6 +130,10 @@ export default class Footer extends Vue { (this.$route.meta.layout == 'infoSideBar' && process.env.VUE_APP_SANDBOX !== '') || this.$route.meta.layout == 'baseSideBar'); } + + get showFullAffiliations(){ + return !(this.$route.meta.layout == 'adminSideBar' || this.$route.meta.layout == 'userSideBar' || this.$route.meta.layout == 'baseSideBar'); + } } diff --git a/src/views/Index.vue b/src/views/Index.vue index 6423a38e..fc525c9c 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -83,7 +83,7 @@
  • Analysis
  • - Breeding Insight is funded by the U.S. Department of Agriculture (USDA) Agricultural Research Service (ARS) through Cornell University. + Breeding Insight is funded by the U.S. Department of Agriculture (USDA) Agricultural Research Service (ARS) through University of Florida/IFAS. Formerly funded through Cornell University.