@@ -82,18 +82,18 @@ export default component$(() => {
82
82
< div class = "flex max-w-md py-2.5" >
83
83
< div >
84
84
< h1 class = "text-center text-transparent text-7xl" > eomii</ h1 >
85
- < h4 class = "text-right text-xl text-transparent -rotate-12" >
85
+ < h2 class = "text-right text-xl text-transparent -rotate-12" >
86
86
えおみい!
87
- </ h4 >
87
+ </ h2 >
88
88
< p class = "rotate-6 text-center text-xl text-transparent mb-3" >
89
89
(/*.*)/ Bleeding Edge Software Infrastructure \(*.*\)
90
90
</ p >
91
91
92
- < h2 class = "text-center text-transparent text-4xl mt-10" > Projects</ h2 >
92
+ < h3 class = "text-center text-transparent text-4xl mt-10" > Projects</ h3 >
93
93
94
94
< Project { ...RulesLl } />
95
95
96
- < h2 class = "text-center text-transparent text-4xl mt-10" > Team</ h2 >
96
+ < h3 class = "text-center text-transparent text-4xl mt-10" > Team</ h3 >
97
97
98
98
< TeamMember { ...AaronMondal } />
99
99
< TeamMember { ...JannisFengler } />
@@ -141,9 +141,9 @@ interface ProjectProps {
141
141
const TeamMember = component$ < TeamMemberProps > ( ( props ) => {
142
142
return (
143
143
< >
144
- < h3 class = "text-left text-3xl text-transparent -rotate-6 mb-6" >
144
+ < h4 class = "text-left text-3xl text-transparent -rotate-6 mb-6" >
145
145
{ props . name }
146
- </ h3 >
146
+ </ h4 >
147
147
{ props . references . map ( ( ref , index ) => (
148
148
< p class = "text-center text-xl text-transparent mb-3" key = { index } >
149
149
< ReferenceLink url = { ref . url } description = { ref . description } />
@@ -157,9 +157,9 @@ const Project = component$<ProjectProps>((props) => {
157
157
return (
158
158
< >
159
159
< div >
160
- < h3 class = "text-left text-3xl text-transparent -rotate-6 mb-6" >
160
+ < h4 class = "text-left text-3xl text-transparent -rotate-6 mb-6" >
161
161
{ props . name }
162
- </ h3 >
162
+ </ h4 >
163
163
< p class = "text-center text-xl text-transparent mb-3" >
164
164
{ props . description }
165
165
</ p >
0 commit comments