瀏覽代碼

feat(webapp): add partner logos

Peter Thomassen 4 年之前
父節點
當前提交
3e0eaa13a8

二進制
webapp/src/assets/non-free/hanssonit.logo.png


File diff suppressed because it is too large
+ 74 - 0
webapp/src/assets/non-free/nextcloud-logo-inverted.svg


+ 16 - 1
webapp/src/views/Home.vue

@@ -92,11 +92,26 @@
     </v-container>
     </v-container>
   </v-container>
   </v-container>
   <v-container fluid>
   <v-container fluid>
+    <v-container class="py-8">
+      <v-row align="center">
+        <v-col class="text-center">
+          <h2>Partners</h2>
+        </v-col>
+      </v-row>
+      <v-row justify="center">
+        <v-col class="py-4 text-center">
+          <a href="https://nextcloud.com/"><v-img :src="require('../assets/non-free/nextcloud-logo-inverted.svg')" alt="Nextcloud Logo" class="mx-6 my-2" contain style="display: inline-block; max-height: 113px; max-width: 160px; width: 100%"></v-img></a>
+          <a href="https://www.hanssonit.se/"><v-img :src="require('../assets/non-free/hanssonit.logo.png')" alt="Hansson IT Logo" class="mx-6 my-2" contain style="display: inline-block; max-height: 113px; max-width: 160px; width: 100%"></v-img></a>
+        </v-col>
+      </v-row>
+    </v-container>
+  </v-container>
+  <v-container fluid class="grey lighten-4">
     <v-container>
     <v-container>
       <v-row align="center" justify="center">
       <v-row align="center" justify="center">
         <v-card
         <v-card
           class="mx-auto col-12"
           class="mx-auto col-12"
-          color="grey lighten-4"
+          color="grey lighten-5"
         >
         >
           <v-card-text
           <v-card-text
                   class="pt-6"
                   class="pt-6"

Some files were not shown because too many files changed in this diff