add semantic elements to component sections
This commit is contained in:
parent
7db75292ea
commit
c4ca65f634
|
@ -1,3 +1,4 @@
|
|||
<section class="container max-w-full w-full h-screen bg-gray-300">
|
||||
</section>
|
||||
<article id="about" class="container max-w-full w-full h-screen bg-gray-300">
|
||||
<h2>About</h2>
|
||||
</article>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<section class="container max-w-full w-full h-screen bg-gray-700">
|
||||
</section>
|
||||
<article id="contact" class="container max-w-full w-full h-screen bg-gray-700">
|
||||
<h2>Contact</h2>
|
||||
</article>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<section id="js-block-parent" class="container max-w-full w-full h-screen bg-gray-100 flex flex-wrap items-center justify-center content-around justify-around">
|
||||
<article id="home">
|
||||
<div id="js-block-parent" class="container max-w-full w-full h-screen bg-gray-100 flex flex-wrap items-center justify-center content-around justify-around">
|
||||
{{ partial "blocks.html" . }}
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<section class="container max-w-full w-full h-screen bg-gray-500">
|
||||
</section>
|
||||
<article id="services" class="container max-w-full w-full h-screen bg-gray-500">
|
||||
<h2>Services</h2>
|
||||
</article>
|
||||
|
||||
|
|
Reference in New Issue