Optimized the size of images
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr-FR" dir="ltr">
|
||||
<html lang="en-US,fr-FR" dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Hello World · The Octet Press</title>
|
||||
<title>Hello World · The Octect Press</title>
|
||||
<meta name="description" content="I guess this is an obligatory first post ?" />
|
||||
<link href="/css/katex.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="/css/concated.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
@@ -24,13 +22,14 @@
|
||||
|
||||
<div class="card blog-card menu-container">
|
||||
<h1 class="nav-header">
|
||||
<a href="" class="nav-text">The Octect Press</a>
|
||||
<a href="" class="nav-text">The Octet Press</a>
|
||||
</h1>
|
||||
<br>
|
||||
<section id="menu">
|
||||
<ul>
|
||||
<li><a href="" class="">HOME</a></li>
|
||||
|
||||
<li><a href="/art-and-code/" class="">ART & CODE</a></li>
|
||||
<li><a href="/about-me/" class="">ABOUT ME</a></li>
|
||||
|
||||
|
||||
@@ -48,12 +47,11 @@
|
||||
<h1 class="post-title">Hello World</h1>
|
||||
<p class="post-date">Posted <time datetime="2019-01-02">Jan 2, 2019</time></p>
|
||||
</header>
|
||||
<img src="static/img/cover.jpg" alt="">
|
||||
<picture class="post-figure">
|
||||
|
||||
|
||||
<source srcset="/articles/hello-world/cover_hu5aa52b9ea93af7a729877d5797b8a1fc_26160_800x0_resize_q75_lanczos.jpg">
|
||||
<img src="/articles/hello-world/cover_hu5aa52b9ea93af7a729877d5797b8a1fc_26160_800x0_resize_q75_lanczos.jpg" >
|
||||
<source srcset="/articles/hello-world/cover_hu7be27d3a5e70db5ab4f60eb018a6a5c9_24007_800x0_resize_q75_lanczos.jpg">
|
||||
<img src="/articles/hello-world/cover_hu7be27d3a5e70db5ab4f60eb018a6a5c9_24007_800x0_resize_q75_lanczos.jpg" >
|
||||
</picture>
|
||||
|
||||
<p>Hello, world !</p>
|
||||
@@ -67,16 +65,10 @@
|
||||
|
||||
</nav>
|
||||
<footer class="side-padding" >
|
||||
The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.
|
||||
</footer>
|
||||
|
||||
|
||||
<script defer src="/js/katex.js"></script>
|
||||
|
||||
|
||||
<script defer src="/js/auto-render.js" onload="renderMathInElement(document.body);"></script>
|
||||
|
||||
|
||||
<script src="/js/core.min.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user