Skip to content

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgeih-ntnu committed Mar 20, 2024
1 parent 1840a45 commit 79a6aaf
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 26 deletions.
12 changes: 9 additions & 3 deletions pages/.vitepress/components/FooterBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,20 @@ export default {
<template>
<div class="hc-block hc-blue-block">
<div class="hc-block-container">
<!--
<v-row class="my-4 px-4">
<v-col cols="12" class="v-col-sm-6 v-col-md-4">
<b>Ready to get started on your journey?</b>
<br />
Reach out to arrange a&nbsp;call.
<b>Ready to get started on your journey?</b>
<br />
Reach out to arrange a&nbsp;call.
</v-col>
-->
<!--
<v-col cols="12" class="v-col-sm-6 v-col-md-4">
<SimpleButton title="Contact us" :href="contact" target="_blank" size="large" elevation="2" />
</v-col>
</v-row>
-->
<!-- <v-divider class="my-4"></v-divider> -->
<v-row>
<v-col v-for="(list, i) in lists" :key="i" cols="12" class="v-col-sm-6 v-col-md-4">
Expand All @@ -80,6 +84,7 @@ export default {
</div> -->
<v-row class="mt-4 px-4">
<v-col cols="12">
<!--
<b>HUNT Cloud provides high-trust and flexible cloud computing for scientific explorations</b>
</v-col>
<v-col cols="12" class="v-col-sm-12 v-col-md-8">
Expand All @@ -91,6 +96,7 @@ export default {
Our overarching goal is to facilitate seamless exploration across various fields and geographical borders,
fostering collaboration and innovation on a&nbsp;global scale.
</div>
-->
</v-col>
<v-col cols="12" class="v-col-sm-12 v-col-md-4">
<v-img
Expand Down
55 changes: 32 additions & 23 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,29 +529,6 @@ contact: https://docs.hdc.ntnu.no/about/contact/
</v-card-text>
</v-card>
</v-col>
</v-row>
</div>
</div>













<!----------------------------------------------->
<!-- Block: Agreements and multiblock -->
<!----------------------------------------------->

<div class="hc-block">
<div class="hc-block-container">
<v-row align="center">
<v-col cols="12" class="align-self-start v-col-sm-4">
<!-- https://vuetifyjs.com/en/components/cards/ -->
<v-card color="transparent" elevation="0">
Expand Down Expand Up @@ -622,6 +599,18 @@ contact: https://docs.hdc.ntnu.no/about/contact/



<!----------------------------------------------->
<!-- Block: Agreements and multiblock -->
<!----------------------------------------------->












Expand Down Expand Up @@ -806,6 +795,26 @@ contact: https://docs.hdc.ntnu.no/about/contact/



<!----------------------------------------------->
<!-- Block: activate your data -->
<!----------------------------------------------->

<div class="hc-block">
<div class="hc-block-container">
<div class="hc-container-title">
Get going
</div>
<div class="hc-container-subtitle">
Ready to start your journey?
</div>
<br>
<div class="hc-section">
<SimpleButton title="Contact us" :href="$frontmatter.contact" target="_blank" size="x-large" elevation="2" />
</div>
</div>
</div>


<!----------------------------------------------->
<!-- Block: About HUNT Cloud -->
<!----------------------------------------------->
Expand Down

0 comments on commit 79a6aaf

Please sign in to comment.