aboutsummaryrefslogtreecommitdiff
path: root/public/post/index.html
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-09-12 23:01:45 +0000
committerKumar Damani <me@kumardamani.net>2022-09-12 23:01:45 +0000
commitdf096396a542e87a248089d8d4e9ab3a2b1b5e1a (patch)
tree3d837f3df3962c8b626b7359558933a9d4c379fc /public/post/index.html
parent89ea076e19c28ebb27b0bd7096b7bb3c319f9563 (diff)
parente629cc77768ad029445648540a0dd4129ce869a7 (diff)
Merge branch 'hugo' into 'main'
moved to hugo See merge request kdam0/kumardamani.net!1
Diffstat (limited to 'public/post/index.html')
-rw-r--r--public/post/index.html114
1 files changed, 114 insertions, 0 deletions
diff --git a/public/post/index.html b/public/post/index.html
new file mode 100644
index 0000000..524f518
--- /dev/null
+++ b/public/post/index.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ <head><title>Posts &ndash; Kumar Damani - Home</title>
+<meta name="description" content="Git, email, resume etc.">
+
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta charset="utf-8"/>
+
+
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
+
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
+
+
+<link rel="stylesheet" href="https://kumardamani.net/css/colour/gruvbox-dark.css">
+<link rel="stylesheet" href="https://kumardamani.net/css/colour/dark-mode.css">
+<link rel="stylesheet" href="https://kumardamani.net/css/risotto.css">
+<link rel="stylesheet" href="https://kumardamani.net/css/custom.css">
+</head>
+
+ <body>
+ <div class="page">
+
+ <header class="page__header"><h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1>
+<nav class="page__nav main-nav">
+ <ul>
+
+
+ <li class="main-nav__item"><a class="nav-main-item active" href="/post/" title="Posts">Posts</a></li>
+
+ </ul>
+</nav>
+
+</header>
+
+ <section class="page__body">
+ <header class="content__header">
+ <h1>Posts</h1>
+
+ </header>
+
+
+ <article class="post">
+ <header class="post__header">
+ <h1><a href="https://kumardamani.net/post/self-host/">Why do I self-host?</a></h1>
+ <p class="post__meta">
+ Kumar Damani,
+ <span class="date">12 September 2022</span>
+ </p>
+ </header>
+
+ <section class="post__summary">
+ <p>My reasons for self-hosting.</p>
+ </section>
+ </article>
+
+ <article class="post">
+ <header class="post__header">
+ <h1><a href="https://kumardamani.net/post/programs/">Programs and Equipment</a></h1>
+ <p class="post__meta">
+ Kumar Damani,
+ <span class="date">12 November 2021</span>
+ </p>
+ </header>
+
+ <section class="post__summary">
+ <p>The programs and equipment I use on a daily basis.</p>
+ </section>
+ </article>
+
+
+ </section>
+
+ <section class="page__aside">
+ <div class="aside__about">
+<div class="aside__about">
+ <img class="about__logo" src="https://kumardamani.net/images/rice.svg" alt="Logo">
+<h1 class="about__title">Links</h1>
+<p class="about__description">Git, email, resume etc.</p>
+</div>
+
+
+<ul class="aside__social-links">
+
+ <li>
+ <a href="https://gitlab.com/kdam0/" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>&nbsp;
+ </li>
+
+ <li>
+ <a href="mailto:me@kumardamani.net" rel="me" aria-label="Email" title="Email"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a>&nbsp;
+ </li>
+
+ <li>
+ <a href="/KumarDamaniCV.pdf" rel="me" aria-label="Resume" title="Resume"><i class="fa-solid fa-file" aria-hidden="true"></i></a>&nbsp;
+ </li>
+
+</ul>
+</div>
+ <hr>
+ <div class="aside__content">
+ </div>
+ </section>
+
+ <footer class="page__footer"><p class="copyright"></p>
+
+</footer>
+
+ </div>
+ </body>
+
+</html>