Skip to content

Commit 8e6a609

Browse files
authored
Merge pull request #285 from UtrechtUniversity/feature/MSL-782_index_changes
MSL-782: index changes
2 parents 5125471 + 736762b commit 8e6a609

1 file changed

Lines changed: 15 additions & 32 deletions

File tree

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,40 @@
11
@section('title', 'Home')
22
<x-layout_main>
33
<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">
65
<div class="w-full h-full bg-primary-100 opacity-75 absolute inset-0 rounded rounded-xl">
76

87
</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">
129
<h1 class="p-2">Welcome </h1>
13-
14-
<p class="">
10+
<p>
1511
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.
2014
</p>
2115

2216
<a href="{{ route('data-access') }}" class="w-full flex justify-center">
2317
<button class="btn btn-xl btn-wide shadow-xl">Data Access</button>
2418
</a>
2519

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') }}">
3723
<h2 class="font-bold ">{{ $datasetsCount }}</h2>
38-
<h6>Datasets</h6>
24+
<h5>Datasets</h5>
3925
</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') }}">
4228
<h2 class="font-bold ">{{ $labCount }}</h2>
43-
<h6>Labs</h6>
29+
<h5>Laboratories</h5>
4430
</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') }}">
4733
<h2 class="font-bold ">{{ $reposCount }}</h2>
48-
<h6>Repositories</h6>
34+
<h5>Repositories</h5>
4935
</a>
5036
</div>
51-
5237
</div>
53-
5438
</div>
55-
5639
</div>
5740
</x-layout_main>

0 commit comments

Comments
 (0)