Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 25, 2024
1 parent 4892036 commit 265468b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/.vitepress/components/FooterBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export default {
props: {
contact: { type: String, required: true },
image: { type: String, default: '' },
image: { type: String, default: '/img/robot-2-square-250.png' },
},
data() {
return {
Expand Down Expand Up @@ -80,10 +80,11 @@ export default {
About HUNT Cloud
</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">
<div class="hc-container-text" style="text-align: justify">
<b>HUNT Cloud provides high-trust and flexible cloud computing for scientific explorations</b>
<br /><br />
Founded in 2013, HUNT Cloud has been at the forefront of providing reliable cloud computing services tailored for
both national and international scientific initiatives under the vision «data&nbsp;for&nbsp;a&nbsp;better&nbsp;world».
Our aim is to empower scientists by offering them the freedom to explore in digital laboratories,
Expand All @@ -95,9 +96,8 @@ export default {
<v-col cols="12" class="v-col-sm-12 v-col-md-4">
<v-img
class="mx-auto"
max-width="400"
max-height="400"
color="#9db7e1"
max-width="200"
max-height="200"
:src="image && image.length > 0 ? image : null"
>
<!-- src="https://docs.hdc.ntnu.no/img/hunt-cloud_bot_250_2.png" -->
Expand Down

0 comments on commit 265468b

Please sign in to comment.