This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
class =" lg:mx-6 lg:w-1/3 leading-tight lg:border-t-0"
5
5
>
6
6
<div class =" lg:ml-8 p-4" >
7
- <h2 class =" my-2 text-center font-normal" v-text =" title" />
7
+ <h3 class =" my-2 text-center font-normal" v-text =" title" />
8
8
<div class =" lg:flex justify-center" >
9
9
<ul class =" list-reset" >
10
10
<!-- eslint-disable-next-line vue/no-v-html -->
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex flex-col flex-1 my-8 lg:mx-2 xl:mx-8 group transition-all p-4 md:p-8 rounded lg:hover:scale-1025" >
3
3
<slot />
4
- <h2 class =" mt-3 text-lg text-center mb-4 group-hover:text-black transition-all" v-text =" title" />
4
+ <h3 class =" mt-3 text-lg text-center mb-4 group-hover:text-black transition-all" v-text =" title" />
5
5
6
6
<!-- eslint-disable-next-line vue/no-v-html -->
7
7
<div class =" text-justify group-hover:text-black transition-all text-grey-darkest" v-html =" content" />
Original file line number Diff line number Diff line change 15
15
leave-active-class =" fade-out-down"
16
16
mode =" out-in"
17
17
>
18
- <div
18
+ <h1
19
19
:key =" currentSloganIndex"
20
- class =" block text-center text-2xl md:text-3xl lg:text-5xl xl:text-7xl text-rains-lightest my-4 opacity-85 text-shadow animated capitalize"
20
+ class =" block text-center font-normal text-2xl md:text-3xl lg:text-5xl xl:text-7xl text-rains-lightest my-4 opacity-85 text-shadow animated capitalize"
21
21
v-html =" currentSlogan"
22
22
/>
23
23
</Transition >
29
29
</section >
30
30
<div class =" shadow-inner" >
31
31
<section class =" container mx-auto py-16 md:px-4 md:mb-16 lg:mb-32" >
32
- <h1 class =" text-center my-8 text-xl lg:text-3xl font-normal" >
32
+ <h2 class =" text-center my-8 text-xl lg:text-3xl font-normal" >
33
33
{{ $t('index.intro.heading') }}
34
- </h1 >
34
+ </h2 >
35
35
<p
36
36
class =" md:text-justify p-4 md:p-8"
37
37
v-html =" $t('index.intro.text')"
56
56
</div >
57
57
</div >
58
58
<section class =" w-full xl:w-3/4 mx-auto mt-16 py-8 p-4 text-md" >
59
- <h1 class =" text-center mb-8 text-3xl font-normal" >
59
+ <h2 class =" text-center mb-8 text-3xl font-normal" >
60
60
{{ $t('index.expertises.heading') }}
61
- </h1 >
61
+ </h2 >
62
62
<p class =" text-center text-lg my-1" >
63
63
{{ $t('index.expertises.subheadings[0]') }}
64
64
</p >
104
104
</div >
105
105
<section class =" bg-cta-end shadow-over-grey-darkest text-white" >
106
106
<div class =" container mx-auto p-4 py-64" >
107
- <h1 class =" text-center font-normal text-3xl text-rains-lightest mb-3 uppercase text-shadow" >
107
+ <h2 class =" text-center font-normal text-3xl text-rains-lightest mb-3 uppercase text-shadow" >
108
108
{{ $t('index.end.heading') }}
109
- </h1 >
109
+ </h2 >
110
110
<p class =" text-center" >
111
111
{{ $t('index.end.subheading') }}
112
112
</p >
You can’t perform that action at this time.
0 commit comments