107 lines
2.7 KiB
HTML
107 lines
2.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<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>Art & Code · The Octect Press</title>
|
||
|
<meta name="description" content="My art and my code" />
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<link href="/css/concated.min.css" rel="stylesheet">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body class="single-body">
|
||
|
|
||
|
<nav class="nav-bar card-container">
|
||
|
|
||
|
<div class="card blog-card menu-container">
|
||
|
<h1 class="nav-header">
|
||
|
<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>
|
||
|
|
||
|
|
||
|
|
||
|
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
|
||
|
</ul>
|
||
|
</section>
|
||
|
</div>
|
||
|
</nav>
|
||
|
|
||
|
|
||
|
<main class="content side-text-padding">
|
||
|
<article class="post dropcase">
|
||
|
<header class="post-header">
|
||
|
<h1 class="post-title">Art & Code</h1>
|
||
|
<p class="post-date">Posted <time datetime="2020-12-23">Dec 23, 2020</time></p>
|
||
|
</header>
|
||
|
|
||
|
|
||
|
<h1 id="yaaco">YAACO</h1>
|
||
|
<blockquote>
|
||
|
<p>Yet Another Ant Colony Optimiser</p>
|
||
|
</blockquote>
|
||
|
<p>This projet was made during my studies; the goal was to impliment a Ant Colony path finding program in Java. You can find in on my git : <a href="https://git.n07070.xyz/n07070/YAACO">https://git.n07070.xyz/n07070/YAACO</a></p>
|
||
|
<hr>
|
||
|
<p>More links will be added eventually…</p>
|
||
|
|
||
|
</article>
|
||
|
</main>
|
||
|
<nav class="end-nav side-padding">
|
||
|
|
||
|
<a href="/about-me/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
|
||
|
<div class="card-img-container">
|
||
|
|
||
|
<p class="card-img-overlay">Next Article</p>
|
||
|
<picture>
|
||
|
|
||
|
<source srcset="/about-me/cover.jpg">
|
||
|
<img src="/about-me/cover.jpg" class="card-img" >
|
||
|
</picture>
|
||
|
|
||
|
</div>
|
||
|
<article class="card-body">
|
||
|
<h2 class="card-title">About me</h2>
|
||
|
<p class="card-text">Who am I ?</p>
|
||
|
<div class="card-subtext muted-text">
|
||
|
<p>
|
||
|
Posted <time datetime="2019-01-02 12:00">Jan 2, 2019</time>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<p>
|
||
|
|
||
|
</p>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
|
||
|
|
||
|
|
||
|
</article>
|
||
|
</a>
|
||
|
|
||
|
|
||
|
</nav>
|
||
|
<footer class="side-padding" >
|
||
|
The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.
|
||
|
</footer>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|