removed h1 according to w3 validator

This commit is contained in:
asus
2023-11-29 23:11:51 +01:00
parent 2b8fc51d0b
commit 5843f9af1a
3 changed files with 16 additions and 17 deletions

View File

@@ -40,8 +40,8 @@
<!-- <!--
PROJECTS PROJECTS
--> -->
<section id="projects" data-flex="vertical stretch"> <section id="projects" data-flex="vertical stretch" class="section">
<h1 title="projets" data-flex="horizontal parent center wrap"> <div role="heading" aria-level="1" title="projets" data-flex="horizontal parent center wrap">
<pre aria-hidden="true"> <pre aria-hidden="true">
             
                   
@@ -49,7 +49,7 @@
                 
               
</pre> </pre>
</h1> </div>
<h2 data-flex="center">projets réalisés</h2> <h2 data-flex="center">projets réalisés</h2>
<figure class="project" id="ljdp" data-flex="vertical parent center stretch"> <figure class="project" id="ljdp" data-flex="vertical parent center stretch">
<figcaption class="project_description" data-flex="vertical left"> <figcaption class="project_description" data-flex="vertical left">
@@ -63,8 +63,6 @@
<iframe <iframe
src="https://2022.lejourdesprofs.org/hugogogo/" src="https://2022.lejourdesprofs.org/hugogogo/"
data-flex="center" data-flex="center"
scrolling="no"
frameborder="0"
title="description" title="description"
sandbox="allow-scripts allow-popups" sandbox="allow-scripts allow-popups"
></iframe> ></iframe>
@@ -82,8 +80,8 @@
<!-- <!--
CV CV
--> -->
<section id="cv" data-flex="vertical parent stretch"> <section id="cv" data-flex="vertical parent stretch" class="section">
<h1 title="cv" id="cv_ascii" data-flex="horizontal center wrap"> <div role="heading" aria-level="1" title="cv" id="cv_ascii" data-flex="horizontal center wrap">
<pre aria-hidden="true"> <pre aria-hidden="true">
     
     
@@ -91,7 +89,7 @@
     
   
</pre> </pre>
</h1> </div>
<h2 id="cv_download" data-flex="center"><a href="downloads/hugo_lamy_2023_cv.pdf" target="_blank" rel="noopener noreferrer">version pdf</a></h2> <h2 id="cv_download" data-flex="center"><a href="downloads/hugo_lamy_2023_cv.pdf" target="_blank" rel="noopener noreferrer">version pdf</a></h2>
<details> <details>
<summary> <summary>
@@ -163,9 +161,9 @@
<!-- <!--
INFOS INFOS
--> -->
<section id="infos"> <div id="infos" class="section">
<p>hugogogo@protonmail.com</p> <p>hugogogo@protonmail.com</p>
</section> </div>
<!-- <!--
END INFOS END INFOS
--> -->
@@ -181,8 +179,8 @@
<!-- <!--
TITLE AREA TITLE AREA
--> -->
<section id="title_area"> <section id="title_area" class="section">
<h1 title="hugo lamy" id="name" style="gap:10px 30px;" data-flex="horizontal center wrap"> <div role="heading" aria-level="1" title="hugo lamy" id="name" style="gap:10px 30px;" data-flex="horizontal center wrap">
<pre aria-hidden="true"> <pre aria-hidden="true">
           
             
@@ -197,8 +195,8 @@
           
           
</pre> </pre>
</h1> </div>
<h1 title="programmeur informatique" id="title" style="gap:10px 30px;" data-flex="horizontal center wrap"> <div role="heading" aria-level="1" title="programmeur informatique" id="title" style="gap:10px 30px;" data-flex="horizontal center wrap">
<pre aria-hidden="true"> <pre aria-hidden="true">
                           
                                       
@@ -213,7 +211,7 @@
                                       
                               
</pre> </pre>
</h1> </div>
</section> </section>
<!-- <!--
END TITLE AREA END TITLE AREA
@@ -708,7 +706,6 @@
</div>
</body> </body>
</html> </html>

View File

@@ -7,6 +7,8 @@
} }
#projects #ljdp iframe { #projects #ljdp iframe {
height: 550px; height: 550px;
border: none;
overflow: hidden;
} }
@media only screen and (min-width: 741px) { @media only screen and (min-width: 741px) {
#projects #ljdp iframe { #projects #ljdp iframe {

View File

@@ -16,7 +16,7 @@ script, style {
pre { pre {
margin: 10px 0px; margin: 10px 0px;
} }
section { .section {
justify-self: center; justify-self: center;
margin: 50px 20px; margin: 50px 20px;
} }