Optimized the size of images

This commit is contained in:
2021-01-03 22:22:39 +01:00
parent b0e165a514
commit f914ab1ba2
101 changed files with 422 additions and 727 deletions

View File

@@ -1,19 +1,17 @@
<!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>Stories &middot; The Octet Press</title>
<title>Stories &middot; The Octect Press</title>
<meta name="description" content="" />
<link href="/css/katex.css" rel="stylesheet">
<link href="/css/concated.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" href="/stories/index.xml" title="The Octet Press" />
<link rel="alternate" type="application/rss+xml" href="/stories/index.xml" title="The Octect Press" />
</head>
@@ -22,13 +20,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 &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
@@ -46,13 +45,13 @@
<a
href="/stories/across-town/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/stories/across-town/cover_hu875ac4c9b67d0cf80b16a2f595c86b2c_256414_800x600_fit_q75_lanczos.jpg">
<img src="/stories/across-town/cover_hu875ac4c9b67d0cf80b16a2f595c86b2c_256414_800x600_fit_q75_lanczos.jpg" class="card-img" >
<source srcset="/stories/across-town/cover_hu26ed6496d1d2b06f265cd66005556a19_526207_800x600_fit_q75_lanczos.jpg">
<img src="/stories/across-town/cover_hu26ed6496d1d2b06f265cd66005556a19_526207_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
@@ -68,13 +67,6 @@
</main>
<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>