add id and comments

This commit is contained in:
HUC Stéphane 2021-10-02 20:19:31 +02:00
parent ac71363c70
commit 7dc5909f99
Signed by untrusted user who does not match committer: hucste
GPG Key ID: C4ED64222D9B037F
11 changed files with 24 additions and 20 deletions

View File

@ -1,4 +1,4 @@
<article>
<article id="headlines">
<h1>Headlines</h1>
<ul>
<li>OpenBSD 7.0 release very soon</li>

View File

@ -1,6 +1,6 @@
<!-- SECTION -->
<!--
<article>
<article id="jobs">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Job offers</h1>
<ul>

View File

@ -1,4 +1,4 @@
<article>
<article id="current">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Recent -current changes</h1>
<ul>

View File

@ -1,4 +1,4 @@
<article>
<article id="stable">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>6.9-stable changes</h1>
<ul>

View File

@ -1,4 +1,4 @@
<article>
<article id="interview">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Interview</h1>
<p></p>

View File

@ -1,4 +1,4 @@
<article>
<article id="tips">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Shell tips</h1>
<p>

View File

@ -1,4 +1,4 @@
<article>
<article id="comments">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Reader comments</h1>
<p>

View File

@ -1,4 +1,4 @@
<article>
<article id="links">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Going further</h1>
<ul>

View File

@ -1,4 +1,5 @@
<article>
<!-- section commented --
<article id="artwork">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Artworks of the moment</h1>
<figure>
@ -12,3 +13,4 @@
<figcaption>MASCOT</figcaption>
</figure>
</article>
-- END HTML Comment -->

View File

@ -1,4 +1,4 @@
<article>
<article id="socials">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>On social media</h1>
<ul>

View File

@ -1,4 +1,5 @@
<article>
<!-- section commented --
<article id="quotes">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Quote</h1>
@ -8,3 +9,4 @@
</blockquote>
</article>
-- END HTML Comment -->