<!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <title> Deconstructing The Familiar Machine </title>  <style>    body {      font-family: Arial, sans-serif;      margin: 0;      padding: 0;      background: #f5f5f5;    }     header {      background: #1e90ff; /* Blue header */      color: white;      text-align: center;      padding: 20px;    }     .container {      display: flex;      max-width: 1200px;      margin: 20px auto;      gap: 20px;      padding: 0 15px;    }     /* Main blog section */    .content {      flex: 3;      background: #fff;      padding: 20px;      border-radius: 12px;      box-shadow: 0 4px 6px rgba(0,0,0,0.1);    }     .content h2 {      color: #1e90ff; /* Blue headings */      margin-bottom: 10px;    }     .content p {      line-height: 1.6;    }     /* Sidebar blogroll */    .sidebar {      flex: 1;      background: #fff;      padding: 20px;      border-radius: 12px;      box-shadow: 0 4px 6px rgba(0,0,0,0.1);    }     .sidebar h3 {      color: #1e90ff; /* Blue sidebar heading */      margin-bottom: 15px;    }     .sidebar ul {      list-style: none;      padding: 0;    }     .sidebar ul li {      margin-bottom: 10px;    }     .sidebar ul li a {      text-decoration: none;      color: #333;      transition: color 0.3s;    }     .sidebar ul li a:hover {      color: #1e90ff; /* Blue hover */    }     /* Responsive */    @media (max-width: 768px) {      .container {        flex-direction: column;      }    }  </style></head><body>   <header>    <h1> Deconstructing The Familiar Machine </h1>    <p> "Analyzing the systems and stories we live by" </p>  </header>   <div class="container">    <div class="content">      <h2> 28 Sep </h2>      <p> <a href="https://aktualityin.eu">aktualityin.eu</a><a href="https://4econom.cz">4econom.cz</a><a href="https://4ekonom.cz">4ekonom.cz</a><a href="https://muzisobe.cz">muzisobe.cz</a><a href="https://5plus.cz">5plus.cz</a><a href="https://abcfirmy.cz">abcfirmy.cz</a><a href="https://aktuality247.cz">aktuality247.cz</a><a href="https://aliving.cz">aliving.cz</a><a href="https://automotonoviny.cz">automotonoviny.cz</a><a href="https://bfin.cz">bfin.cz</a><a href="https://cooldomov.cz">cooldomov.cz</a><a href="https://dnesaktualne.cz">dnesaktualne.cz</a><a href="https://businessnews.cz">businessnews.cz</a><a href="https://novain.cz">novain.cz</a><a href="https://elegantnidomov.cz">elegantnidomov.cz</a><a href="https://ibydlet.cz">ibydlet.cz</a><a href="https://ihned247.cz">ihned247.cz</a><a href="https://itablet.cz">itablet.cz</a><a href="https://kozliksikula.cz">kozliksikula.cz</a><a href="https://magickydomov.cz">magickydomov.cz</a><a href="https://prave.sk">prave.sk</a><a href="https://fond.sk">fond.sk</a><a href="https://azhome.sk">azhome.sk</a><a href="https://www.stirivox.ro/">stirivox.ro</a>      </p>    </div>     <aside class="sidebar">      <h3>  </h3>      <ul>          </ul>    </aside>  </div> </body></html>