Skip to content

Commit bdd1d72

Browse files
authored
merge: Merge pull request #106 from arunaengine/refactor/layout-colors
Adapt colors to Aruna CI
2 parents 6f7b010 + 7d13837 commit bdd1d72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1089
-957
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This is another total revised version for the Aruna website. Powered by [Vue 3](
44

55
This version is intended to be used with version **2.x.x** of Aruna, so to start a local test instance, you need a running Aruna instance and a running API Gateway to translate the RESTful http calls into native gRPC for the Aruna server.
66

7-
1. How to start a local Aruna instance is described in the [Getting started instructions of the Aruna main repository](https://github.com/ArunaStorage/aruna?tab=readme-ov-file#getting-started) which guides you through the individual steps.
7+
1. How to start a local Aruna instance is described in the [Getting started instructions of the Aruna main repository](https://github.com/arunaengine/aruna?tab=readme-ov-file#getting-started) which guides you through the individual steps.
88

9-
2. How to start the Aruna API-Gateway for a local instance is described in the [Configuration parameters section of the API-Gateway repository](https://github.com/ArunaStorage/grpc-gateway?tab=readme-ov-file#configuration-parameters).
9+
2. How to start the Aruna API-Gateway for a local instance is described in the [Configuration parameters section of the API-Gateway repository](https://github.com/arunaengine/grpc-gateway?tab=readme-ov-file#configuration-parameters).
1010

1111
## Website Setup
1212

app.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,12 @@ onBeforeMount(() => updateUser())
137137
<!-- Header + Navigation -->
138138
<!-- Main body -->
139139
<div v-if="useRuntimeConfig().public.maintenanceMode"
140-
class="h-[100vh] w-[100vw] bg-[url('_nuxt/assets/imgs/maintenance_sm.webp')] md:bg-[url('_nuxt/assets/imgs/maintenance_md.webp')] lg:bg-[url('_nuxt/assets/imgs/maintenance_lg.webp')] bg-no-repeat bg-center bg-cover to-transparent">
140+
class="h-[100vh] w-[100vw] bg-[url('/public/imgs/maintenance_sm.webp')] md:bg-[url('/public/imgs/maintenance_md.webp')] lg:bg-[url('/public/imgs/maintenance_lg.webp')] bg-no-repeat bg-center bg-cover to-transparent">
141141
</div>
142142

143143
<div v-else
144-
class="flex flex-col flex-grow md:min-h-screen bg-[url('/_nuxt/assets/imgs/global-bg.webp')] bg-cover bg-fixed bg-center bg-no-repeat">
144+
class="flex flex-col flex-grow md:min-h-screen ">
145+
145146
<ToastInfo v-if="useRuntimeConfig().public.infoBanner.active" modalId="info-toast" infoMsg="Hello"/>
146147
<NuxtLoadingIndicator/>
147148
<NuxtPage/>

assets/imgs/aruna_dark.png

-144 KB
Binary file not shown.

assets/imgs/aruna_icon.png

-9.76 KB
Binary file not shown.

assets/imgs/aruna_light.png

-139 KB
Binary file not shown.

assets/imgs/aruna_schematic.png

-1.04 MB
Binary file not shown.

assets/imgs/biodiv.png

-100 KB
Binary file not shown.

assets/imgs/biodiv_light.png

-27 KB
Binary file not shown.

assets/imgs/denbi.svg

Lines changed: 0 additions & 112 deletions
This file was deleted.

assets/imgs/elixir.png

-446 KB
Binary file not shown.

0 commit comments

Comments
 (0)