|
1 | 1 | @section('title', 'Home') |
2 | 2 | <x-layout_main> |
3 | 3 | <div class="hero h-dvh" style="background-image: url('images/heros/7.jpg');"> |
4 | | - |
5 | | - <div class="text-neutral-content relative w-96 rounded rounded-xl"> |
| 4 | + <div class="text-neutral-content relative sm:w-[470px] w-fit sm:m-0 m-4 rounded rounded-xl"> |
6 | 5 | <div class="w-full h-full bg-primary-100 opacity-75 absolute inset-0 rounded rounded-xl"> |
7 | 6 |
|
8 | 7 | </div> |
9 | | - <div |
10 | | - class="w-96 backdrop-blur-sm flex flex-col place-items-center gap-8 p-6 text-primary-900 rounded rounded-xl"> |
11 | | - |
| 8 | + <div class="sm:w-[470px] w-fit backdrop-blur-sm flex flex-col place-items-center gap-8 p-6 text-primary-900 rounded rounded-xl"> |
12 | 9 | <h1 class="p-2">Welcome </h1> |
13 | | - |
14 | | - <p class=""> |
| 10 | + <p> |
15 | 11 | This is the EPOS Multi-Scale Labs data catalogue, an access point for Earth scientific laboratory |
16 | | - data in Europe. |
17 | | - Here you can find data, labs and lab equipment from rock and melt physics, paleomagnetism, |
18 | | - geochemistry, microscopy, |
19 | | - tomography, field-scale laboratories and analogue modelling of geological processes. |
| 12 | + data in Europe. Here you can find data, labs and lab equipment from rock and melt physics, paleomagnetism, |
| 13 | + geochemistry, microscopy, tomography, field scale labs and analogue modelling of geological processes. |
20 | 14 | </p> |
21 | 15 |
|
22 | 16 | <a href="{{ route('data-access') }}" class="w-full flex justify-center"> |
23 | 17 | <button class="btn btn-xl btn-wide shadow-xl">Data Access</button> |
24 | 18 | </a> |
25 | 19 |
|
26 | | - <div |
27 | | - class="w-full |
28 | | - text-primary-900 |
29 | | - place-items-center pt-4 |
30 | | - flex flex-row |
31 | | - text-left |
32 | | - gap-4 |
33 | | - "> |
34 | | - |
35 | | - <a class="flex flex-col justify-between w-1/3 hover-interactive shadow-xl rounded-xl hover:rounded-xl p-2 bg-primary-100 " |
36 | | - href="{{ route('data-access') }}"> |
| 20 | + <div class="sm:w-full w-fit text-primary-900 place-items-center pt-4 justify-between flex flex-row sm:flex-nowrap flex-wrap text-left gap-4"> |
| 21 | + <a class="flex flex-col justify-between w-full hover-interactive shadow-xl rounded-xl hover:rounded-xl p-2 bg-primary-100 " |
| 22 | + href="{{ route('data-access') }}"> |
37 | 23 | <h2 class="font-bold ">{{ $datasetsCount }}</h2> |
38 | | - <h6>Datasets</h6> |
| 24 | + <h5>Datasets</h5> |
39 | 25 | </a> |
40 | | - <a class="flex flex-col justify-between w-1/3 hover-interactive shadow-xl rounded-xl hover:rounded-xl p-2 bg-primary-100 " |
41 | | - href="{{ route('labs-map') }}"> |
| 26 | + <a class="flex flex-col justify-between w-full hover-interactive shadow-xl rounded-xl hover:rounded-xl p-2 bg-primary-100 " |
| 27 | + href="{{ route('labs-map') }}"> |
42 | 28 | <h2 class="font-bold ">{{ $labCount }}</h2> |
43 | | - <h6>Labs</h6> |
| 29 | + <h5>Laboratories</h5> |
44 | 30 | </a> |
45 | | - <a class="flex flex-col justify-between w-1/3 hover-interactive shadow-xl rounded-xl hover:rounded-xl p-2 bg-primary-100 " |
46 | | - href="{{ route('data-repositories') }}"> |
| 31 | + <a class="flex flex-col justify-between w-full hover-interactive shadow-xl rounded-xl hover:rounded-xl p-2 bg-primary-100 " |
| 32 | + href="{{ route('data-repositories') }}"> |
47 | 33 | <h2 class="font-bold ">{{ $reposCount }}</h2> |
48 | | - <h6>Repositories</h6> |
| 34 | + <h5>Repositories</h5> |
49 | 35 | </a> |
50 | 36 | </div> |
51 | | - |
52 | 37 | </div> |
53 | | - |
54 | 38 | </div> |
55 | | - |
56 | 39 | </div> |
57 | 40 | </x-layout_main> |
0 commit comments