all repos — website @ 6c593d9bfcbd026ffdf8e4edeb5c869de3cc9d69

personal website hosted at prithu.xyz, built using hugo

hugo-site/layouts/blog/list.html

<!DOCTYPE html>
<html lang="en">
<head>

  <meta charset="utf-8">
  <title>Prithu Goswami</title>
  <meta name="description" content="Prithu Goswami's personal website">
  <meta name="author" content="Prithu Goswami">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700" rel="stylesheet"> 
  <link rel="stylesheet" href="/css/main.css">
  <link rel="stylesheet" href="/css/blog.css">
  <link rel="icon" type="img/png" href="/img/favicon.png">

</head>

<body>
  <p class="wip">WIP</p>
  {{ partial "nav.html" }}

  <div class="bcontainer">
    <div class="bcontent">
      <h1>Latest Posts</h1>
      <div class="posts">
        <div class="post-item">
          <a href="./post.html">Designing this blog from scratch</a>
          <p class="post-date">10 Jan 2020</p>
        </div>
        <div class="post-item">
          <a href="./post.html">Using figma for quick prototype design</a>
          <p class="post-date">19 Dec 2019</p>
        </div>
        <div class="post-item">
          <a href="./post.html">Utilitarian design principles</a>
          <p class="post-date">1 Dec 2019</p>
        </div>
        <div class="post-item">
          <a href="./post.html">Learning x86 Assembly</a>
          <p class="post-date">7 Nov 2019</p>
        </div>
        <div class="post-item">
          <a href="./post.html">Learning from CTFs about IT security</a>
          <p class="post-date">25 Oct 2019</p>
        </div>
        <div class="post-item">
          <a href="./post.html">The web is cluttered</a>
          <p class="post-date">1 Jul 2019</p>
        </div>
      </div>
    </div>
  </div>

</body>

</html>