Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Jul 5, 2024
1 parent 8b66187 commit b7b6587
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 18 deletions.
6 changes: 3 additions & 3 deletions pages/.vitepress/components/FooterBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
</v-row>

<!-- <v-divider class="my-4"></v-divider> -->
<v-row>
<!-- <v-row>
<v-col v-for="(list, i) in lists" :key="i" cols="12" class="v-col-sm-6 v-col-md-4">
<v-list bg-color="transparent">
<v-list-subheader style="color: #fff;">{{ list.title }}</v-list-subheader>
Expand All @@ -76,8 +76,8 @@ export default {
</v-list-item>
</v-list>
</v-col>
</v-row>
<v-divider class="my-4"></v-divider>
</v-row> -->
<!-- <v-divider class="my-4"></v-divider> -->
<!-- <div class="hc-container-title">
About HUNT Cloud
</div> -->
Expand Down
10 changes: 5 additions & 5 deletions pages/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ export default {
text: 'About us',
items: [
{ text: "Team", link: "/team" },
{ text: 'Products', link: '/products/' },
{ text: 'Compliance', link: '/compliance/' },
{ text: 'Pillars', link: '/pillars/' },
{ text: 'Tools', link: '/tools/' },
{ text: 'Resources', link: '/resources/' },
// { text: 'Products', link: '/products/' },
// { text: 'Compliance', link: '/compliance/' },
// { text: 'Pillars', link: '/pillars/' },
// { text: 'Tools', link: '/tools/' },
// { text: 'Resources', link: '/resources/' },
],
},
{
Expand Down
6 changes: 3 additions & 3 deletions pages/en/organizations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ sidebar: false
---

<div class="hc-home-page">
<div class="hc-header">
<!-- <div class="hc-header">
<div class="hc-header-img"></div>
</div>

</div> -->

<div class="hc-block" style="display: none;"></div>
<!----------------------------------------------->
<!-- Block: Freedom to explore -->
<!----------------------------------------------->
Expand Down
5 changes: 3 additions & 2 deletions pages/en/researchers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ sidebar: false
---

<div class="hc-home-page">
<div class="hc-header">
<!-- <div class="hc-header">
<div class="hc-header-img"></div>
</div>
</div> -->


<div class="hc-block" style="display: none;"></div>
<!----------------------------------------------->
<!-- Block: Freedom to explore -->
<!----------------------------------------------->
Expand Down
9 changes: 6 additions & 3 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,12 @@ contact: https://docs.hdc.ntnu.no/about/contact/
</v-col>
</v-row>
<br>
<!-- <div class="hc-section">
<SimpleButton title="Read more" :href="$frontmatter.contact" target="_blank" size="large" elevation="2" />
</div> -->
<div class="hc-section">
<ContactDialog title="Ask for more information" subject="Sensitive AI" size="x-large" elevation="2" />
</div>
<!-- <div class="hc-section">
<SimpleButton title="Read more" :href="$frontmatter.contact" target="_blank" size="large" elevation="2" />
</div> -->
</div>
</div>

Expand Down
5 changes: 3 additions & 2 deletions pages/no/forskningsdeltakere/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ sidebar: false
---

<div class="hc-home-page">
<div class="hc-header">
<!-- <div class="hc-header">
<div class="hc-header-img"></div>
</div>
</div> -->

<div class="hc-block" style="display: none;"></div>

<!----------------------------------------------->
<!-- Block: Freedom to explore -->
Expand Down

0 comments on commit b7b6587

Please sign in to comment.