mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
Generate Pelican site
This commit is contained in:
@@ -0,0 +1,214 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>Avinal Articles | Be My SpaceTime
|
||||
</title>
|
||||
<link rel="canonical" href="https://avinal.space/author/avinal.html">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://avinal.space/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="icon" type="image/png" href="https://avinal.space/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://avinal.space/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="https://avinal.space/site.webmanifest">
|
||||
<meta name="theme-color" content="#333333">
|
||||
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/all.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/pygments/manni.min.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/theme.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/space.css">
|
||||
|
||||
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed" href="https://avinal.space/feeds/all.atom.xml">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body style="font-family:Overpass Mono,monospace;">
|
||||
<header class="header star">
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="https://avinal.space/">Be My SpaceTime</a>
|
||||
</h1>
|
||||
<!--
|
||||
<p class="text-muted">눈치</p>
|
||||
-->
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item"><a href="https://gsoc.avinal.space" target="_blank">gsoc</a></li>
|
||||
<li class="list-inline-item text-muted">|</li>
|
||||
<li class="list-inline-item"><a href="https://avinal.space/pages/about-me.html">About Me</a></li>
|
||||
<li class=" list-inline-item text-muted">|</li>
|
||||
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/avinal" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-linkedin" href="https://www.linkedin.com/in/avinal/" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-instagram" href="https://instagram.com/avinal.k" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-calendar" href="https://meet.avinal.space" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fa fa-envelope" href="mailto:blog@avinal.space" target="_blank"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</header>
|
||||
|
||||
<div class="main">
|
||||
<div class="container">
|
||||
<h1>Avinal Articles
|
||||
</h1>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2022-02-27T20:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Sun 27 February 2022
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/lovely-dangerous-things-redhat.html">Developing Minimal Tekton Server <a class="reference external image-reference" href="https://github.com/MiniTeks"><img alt="mks_logo" class="align-middle" src="/images/mks_logo.png" style="width: 1.5em;" /></a></a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
We will be designing and implementing an application that will be talking to Tekton APIs to create resources on a Kubernetes/OpenShift Cluster.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2022-02-25T20:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Fri 25 February 2022
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/i-am-loving-it-redhat.html">My internship at Red Hat <a class="reference external image-reference" href="https://redhat.com"><img alt="redhat_logo" class="align-middle" src="/images/redhat_logo.png" style="width: 1.5em;" /></a></a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
I made it to the Red Hat as a DevTools intern. This post is about onboarding and how I prepared myself for working on the actual project.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2021-08-19T23:07:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Thu 19 August 2021
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/report.html">report</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/report/final-evaluation.html">Google Summer of Code 2021</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
This is the final report of my Google Summer of Code 2021 at The FOSSology Project.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2021-02-14T22:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Sun 14 February 2021
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/rst-guide.html">reStructuredText in GitHub</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
reStructuredText syntax
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2021-02-02T21:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Tue 02 February 2021
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/wakatime-readme.html">How I implemented WakaTime embeddable Coding Graph GHA?</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
f you use WakaTime to track your coding activity. You can add that to your README as a bar graph or embed it in your blog/portfolio. Just add this action to any of your repositories and there you have it.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
<span class="page-link">1 of 3</span>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="https://avinal.space/author/avinal2.html">
|
||||
<span aria-hidden="true">»</span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer star">
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<ul class="col-sm-6 list-inline">
|
||||
<li class="list-inline-item"><a
|
||||
href="https://avinal.space/archives.html">Archives</a></li>
|
||||
<li class="list-inline-item"><a
|
||||
href="https://avinal.space/categories.html">Categories</a></li>
|
||||
<li class="list-inline-item"><a href="https://avinal.space/tags.html">Tags</a></li>
|
||||
</ul>
|
||||
<p class="col-sm-6 text-sm-right text-muted">Created with <i class="fa fa-heart" style="color: red;"></i> by <a
|
||||
href="https://github.com/avinal" target="_blank">Avinal</a>
|
||||
</p>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,220 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>Avinal Articles | Be My SpaceTime
|
||||
</title>
|
||||
<link rel="canonical" href="https://avinal.space/author/avinal2.html">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://avinal.space/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="icon" type="image/png" href="https://avinal.space/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://avinal.space/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="https://avinal.space/site.webmanifest">
|
||||
<meta name="theme-color" content="#333333">
|
||||
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/all.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/pygments/manni.min.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/theme.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/space.css">
|
||||
|
||||
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed" href="https://avinal.space/feeds/all.atom.xml">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body style="font-family:Overpass Mono,monospace;">
|
||||
<header class="header star">
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="https://avinal.space/">Be My SpaceTime</a>
|
||||
</h1>
|
||||
<!--
|
||||
<p class="text-muted">눈치</p>
|
||||
-->
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item"><a href="https://gsoc.avinal.space" target="_blank">gsoc</a></li>
|
||||
<li class="list-inline-item text-muted">|</li>
|
||||
<li class="list-inline-item"><a href="https://avinal.space/pages/about-me.html">About Me</a></li>
|
||||
<li class=" list-inline-item text-muted">|</li>
|
||||
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/avinal" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-linkedin" href="https://www.linkedin.com/in/avinal/" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-instagram" href="https://instagram.com/avinal.k" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-calendar" href="https://meet.avinal.space" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fa fa-envelope" href="mailto:blog@avinal.space" target="_blank"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</header>
|
||||
|
||||
<div class="main">
|
||||
<div class="container">
|
||||
<h1>Avinal Articles
|
||||
</h1>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2021-01-26T16:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Tue 26 January 2021
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/twilight-blog.html">How I Created This Blog?</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
As you would have guessed by now, this blog is created using one such awesome SSG named Pelican. Pelican is simple, customizable and offers lots of themes and plugins. Pelican is python based SSG and is available through pip.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2021-01-09T22:29:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Sat 09 January 2021
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/prime.html">prime</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/prime/prime1.html">Introduction to Prime Numbers</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
A prime is a positive integer p having exactly two positive divisors, namely 1 and p. An integer n is composite if n > 1 and n is not prime. (The number 1 is considered neither prime nor composite.)
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2021-01-04T21:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Mon 04 January 2021
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/blog.html">blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/blog/hrt-interview-1.html"><abbr title="Hudson River Trading">HRT</abbr> Systems Internship Interview Experience</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
I applied for Systems Internship - Summer 2021 back in December 2020 at Hudson River Trading , New York.....Questions were clear and of medium level. But they were designed in such a way that you must know the basics before you could attempt.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2020-12-31T19:07:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Thu 31 December 2020
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/wsl1.html">Move WSL 2 Safely to another Drive</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
It is real pain when you have small SSD and Windows Subsystem for Linux (WSL) is growing exponentially in size. There is no easy way to move the WSL installation to another drive. Here in this blog I will discuss how to tackle this problem with bite size steps.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2020-12-01T23:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Tue 01 December 2020
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/development.html">development</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/development/vlc-gsod-report.html">Create the VLC User Documentation for one Mobile Port(Android)</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
The project was to Create the VLC User Documentation for Android Mobile Port which was previously hosted on VLC’s wiki pages. The major portion of this was to start everything from scratch including chapter separation, section organization.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="https://avinal.space/author/avinal.html">
|
||||
<span aria-hidden="true">«</span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<span class="page-link">2 of 3</span>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="https://avinal.space/author/avinal3.html">
|
||||
<span aria-hidden="true">»</span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer star">
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<ul class="col-sm-6 list-inline">
|
||||
<li class="list-inline-item"><a
|
||||
href="https://avinal.space/archives.html">Archives</a></li>
|
||||
<li class="list-inline-item"><a
|
||||
href="https://avinal.space/categories.html">Categories</a></li>
|
||||
<li class="list-inline-item"><a href="https://avinal.space/tags.html">Tags</a></li>
|
||||
</ul>
|
||||
<p class="col-sm-6 text-sm-right text-muted">Created with <i class="fa fa-heart" style="color: red;"></i> by <a
|
||||
href="https://github.com/avinal" target="_blank">Avinal</a>
|
||||
</p>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,168 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>Avinal Articles | Be My SpaceTime
|
||||
</title>
|
||||
<link rel="canonical" href="https://avinal.space/author/avinal3.html">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://avinal.space/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="icon" type="image/png" href="https://avinal.space/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://avinal.space/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="https://avinal.space/site.webmanifest">
|
||||
<meta name="theme-color" content="#333333">
|
||||
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/all.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/pygments/manni.min.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/theme.css">
|
||||
<link rel="stylesheet" href="https://avinal.space/theme/css/space.css">
|
||||
|
||||
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed" href="https://avinal.space/feeds/all.atom.xml">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body style="font-family:Overpass Mono,monospace;">
|
||||
<header class="header star">
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="https://avinal.space/">Be My SpaceTime</a>
|
||||
</h1>
|
||||
<!--
|
||||
<p class="text-muted">눈치</p>
|
||||
-->
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item"><a href="https://gsoc.avinal.space" target="_blank">gsoc</a></li>
|
||||
<li class="list-inline-item text-muted">|</li>
|
||||
<li class="list-inline-item"><a href="https://avinal.space/pages/about-me.html">About Me</a></li>
|
||||
<li class=" list-inline-item text-muted">|</li>
|
||||
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/avinal" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-linkedin" href="https://www.linkedin.com/in/avinal/" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-instagram" href="https://instagram.com/avinal.k" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fab fa-calendar" href="https://meet.avinal.space" target="_blank"></a></li>
|
||||
<li class="list-inline-item"><a class="fa fa-envelope" href="mailto:blog@avinal.space" target="_blank"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</header>
|
||||
|
||||
<div class="main">
|
||||
<div class="container">
|
||||
<h1>Avinal Articles
|
||||
</h1>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2020-09-28T22:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Mon 28 September 2020
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/blog.html">blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/blog/this-is-for-you.html">The Interstellar Twilight</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
If in the Twilight of dreams we should meet once more, we shell talk again together and I shall sing to you a lullaby till you sleep again to meet me in the Twilight of another dream.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2019-09-21T15:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Sat 21 September 2019
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/article.html">article</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/article/for-sunshine.html">प्रेम रतन धन पायो</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
टूटता तारा देखना एक अलौकिक अनुभव है। हिमाद्रि के छत से आसमान कुछ ज्यादा ही करीब प्रतीत होता है । लोग सदियों से हिमालय को पूजते आयें हैं । दादा-दादी कहा करते थे ये जिंदा पहाड़ हैं । सारी बातें सुनते हैं लोगों की । उनके दुख दर्द दूर करते हैं, ये देवता हैं ।
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<article class="row teaser">
|
||||
<header class="col-sm-4 text-muted">
|
||||
<ul>
|
||||
<li title="2012-02-27T22:47:00+05:30">
|
||||
<i class="fas fa-clock"></i>
|
||||
Mon 27 February 2012
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-folder-open"></i>
|
||||
<a href="https://avinal.space/category/article.html">article</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="https://avinal.space/posts/article/red-big-ants.html">The Big Red Ants</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
In a bird’s eye view if we see around us, ants are the common and tiniest living entitiy seen by naked eye. One of them are the big red ants, in my view they are unique from others in two ways, first they live on trees and second their anteenas are too long and bent in middle, seems like their fore legs. Their mandible (mouth) seems like eagle’s beak.
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="https://avinal.space/author/avinal2.html">
|
||||
<span aria-hidden="true">«</span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item">
|
||||
<span class="page-link">3 of 3</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer star">
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<ul class="col-sm-6 list-inline">
|
||||
<li class="list-inline-item"><a
|
||||
href="https://avinal.space/archives.html">Archives</a></li>
|
||||
<li class="list-inline-item"><a
|
||||
href="https://avinal.space/categories.html">Categories</a></li>
|
||||
<li class="list-inline-item"><a href="https://avinal.space/tags.html">Tags</a></li>
|
||||
</ul>
|
||||
<p class="col-sm-6 text-sm-right text-muted">Created with <i class="fa fa-heart" style="color: red;"></i> by <a
|
||||
href="https://github.com/avinal" target="_blank">Avinal</a>
|
||||
</p>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user