separated tags with elements

This commit is contained in:
2021-12-16 10:48:15 +01:00
parent f2ba71aff5
commit 42274f00bf
2 changed files with 9 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
<h3>Java is trash, and here is the proof.</h3>
</div>
<div class="article-description">
<p>OPINION DAVID 15.12.2021</p>
<p><i>OPINION</i><i>DAVID</i><i>15.12.2021</i></p>
</div>
<div class="article-body">
<p>After a recent vulnerability voices get louder that demand to retire the language.</p>
@@ -47,7 +47,7 @@
<h3>Render fractals on canvas with WASM.</h3>
</div>
<div class="article-description">
<p>PROGRAMMING DAVID 15.12.2021</p>
<p><i>PROGRAMMING</i><i>DAVID</i><i>15.12.2021</i></p>
</div>
<div class="article-body">
<p>Learn how to render mandelbrot fractals with web assembly.</p>
@@ -63,7 +63,7 @@
<h3>Write directly to the framebuffer with Rust.</h3>
</div>
<div class="article-description">
<p>LINUX DAVID 15.12.2021</p>
<p><i>LINUX</i><i>DAVID</i><i>15.12.2021</i></p>
</div>
<div class="article-body">
<p>Learn how to access the framebuffer with Rust.</p>
@@ -79,7 +79,7 @@
<h3>Kobalt a simple webserver for testing.</h3>
</div>
<div class="article-description">
<p>OPEN SOURCE DAVID 15.12.2021</p>
<p><i>OPEN SOURCE</i><i>DAVID</i><i>15.12.2021</i></p>
</div>
<div class="article-body">
<p>Meet kobalt, the new fast and simple production ready webserver.</p>