Skip to content

Commit

Permalink
Site updated: 2021-08-29 11:18:34
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsloth committed Aug 29, 2021
1 parent 23fcf76 commit 2160e0a
Show file tree
Hide file tree
Showing 43 changed files with 4,048 additions and 4,768 deletions.
348 changes: 186 additions & 162 deletions 2021/08/29/first-post/index.html
Original file line number Diff line number Diff line change
@@ -1,195 +1,219 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta charset="utf-8">


<title>first-post | My ITP Journey</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Hey there!This is my first post :D">
<meta property="og:type" content="article">
<meta property="og:title" content="first-post">
<meta property="og:url" content="https://brownsloth.github.io/2021/08/29/first-post/index.html">
<meta property="og:site_name" content="My ITP Journey">
<meta property="og:description" content="Hey there!This is my first post :D">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2021-08-29T14:44:21.000Z">
<meta property="article:modified_time" content="2021-08-29T14:51:11.418Z">
<meta property="article:author" content="Tarun Sharma">
<meta name="twitter:card" content="summary">

<link rel="alternate" href="/atom.xml" title="My ITP Journey" type="application/atom+xml">


<link rel="shortcut icon" href="/favicon.png">



<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">



<link rel="stylesheet" href="/css/style.css">
<meta name="author" content="Tarun Sharma">



<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">


<meta name="generator" content="Hexo 5.4.0"></head>

<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">My ITP Journey</a>
</h1>

</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>

<a class="main-nav-link" href="/">Home</a>

<a class="main-nav-link" href="/archives">Archives</a>

</nav>
<nav id="sub-nav">

<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>

<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="https://brownsloth.github.io"></form>
</div>
</div>
</div>
</header>

<div class="outer">
<section id="main"><article id="post-first-post" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2021/08/29/first-post/" class="article-date">
<time class="dt-published" datetime="2021-08-29T14:44:21.000Z" itemprop="datePublished">2021-08-29</time>
</a>

</div>
<div class="article-inner">


<header class="article-header">


<h1 class="p-name article-title" itemprop="headline name">
first-post
</h1>

<meta name="description" content="personal blog of brownsloth as he journeys through the mystical land of ITP">

</header>

<div class="e-content article-entry" itemprop="articleBody">

<p>Hey there!<br>This is my first post :D</p>


</div>
<footer class="article-footer">
<a data-url="https://brownsloth.github.io/2021/08/29/first-post/" data-id="cksxc5wbl0000j7s408is2u8m" data-title="first-post" class="article-share-link">Share</a>



</footer>
</div>



</article>

<title>first-post | My ITP Journey</title>

</section>

<aside id="sidebar">










<div class="widget-wrap">
<h3 class="widget-title">Archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2021/08/">August 2021</a></li></ul>
</div>
</div>
<link rel="icon" href="/favicon.ico">




<div class="widget-wrap">
<h3 class="widget-title">Recent Posts</h3>
<div class="widget">
<ul>

<li>
<a href="/2021/08/29/first-post/">first-post</a>
</li>

</ul>
</div>
</div>


</aside>

</div>
<footer id="footer">

<div class="outer">
<div id="footer-info" class="inner">

&copy; 2021 Tarun Sharma<br>
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>

</div>
<nav id="mobile-nav">

<a href="/" class="mobile-nav-link">Home</a>

<a href="/archives" class="mobile-nav-link">Archives</a>

</nav>
<!-- stylesheets list from _config.yml -->

<link rel="stylesheet" href="/css/style.css">



<script src="/js/jquery-3.4.1.min.js"></script>

<!-- scripts list from _config.yml -->

<script src="/js/script.js"></script>

<script src="/js/tocbot.min.js"></script>




<script src="/fancybox/jquery.fancybox.min.js"></script>







<meta name="generator" content="Hexo 5.4.0"></head>

<script src="/js/script.js"></script>
<body>
<script>
// this function is used to check current theme before page loaded.
(() => {
const currentTheme = window.localStorage && window.localStorage.getItem('theme') || '';
const isDark = currentTheme === 'dark';
const pagebody = document.getElementsByTagName('body')[0]
if (isDark) {
pagebody.classList.add('dark-theme');
// mobile
document.getElementById("mobile-toggle-theme").innerText = "· Dark"
} else {
pagebody.classList.remove('dark-theme');
// mobile
document.getElementById("mobile-toggle-theme").innerText = "· Light"
}
})();
</script>

<div class="wrapper">
<header>
<nav class="navbar">
<div class="container">
<div class="navbar-header header-logo"><a href="/">Bentham&#39;s Blog</a></div>
<div class="menu navbar-right">

<a class="menu-item" href="/archives">Posts</a>

<a class="menu-item" href="/category">Categories</a>

<a class="menu-item" href="/tag">Tags</a>

<a class="menu-item" href="/about">About</a>

<input id="switch_default" type="checkbox" class="switch_default">
<label for="switch_default" class="toggleBtn"></label>
</div>
</div>
</nav>


<nav class="navbar-mobile" id="nav-mobile">
<div class="container">
<div class="navbar-header">
<div>
<a href="/">Bentham&#39;s Blog</a><a id="mobile-toggle-theme">·&nbsp;Light</a>
</div>
<div class="menu-toggle" onclick="mobileBtn()">&#9776; Menu</div>
</div>
<div class="menu" id="mobile-menu">

<a class="menu-item" href="/archives">Posts</a>

<a class="menu-item" href="/category">Categories</a>

<a class="menu-item" href="/tag">Tags</a>

<a class="menu-item" href="/about">About</a>

</div>
</div>
</nav>

</header>
<script>
var mobileBtn = function f() {
var toggleMenu = document.getElementsByClassName("menu-toggle")[0];
var mobileMenu = document.getElementById("mobile-menu");
if(toggleMenu.classList.contains("active")){
toggleMenu.classList.remove("active")
mobileMenu.classList.remove("active")
}else{
toggleMenu.classList.add("active")
mobileMenu.classList.add("active")
}
}
</script>
<div class="main">
<div class="container">




<article class="post-wrap">
<header class="post-header">
<h1 class="post-title">first-post</h1>

<div class="post-meta">

Author: <a itemprop="author" rel="author" href="/">Tarun Sharma</a>



<span class="post-time">
Date: <a href="#">August 29, 2021&nbsp;&nbsp;10:44:21</a>
</span>


</div>

</header>

<div class="post-content">
<p>Hey there!<br>This is my first post :D</p>

</div>


<section class="post-copyright">

<p class="copyright-item">
<span>Author:</span>
<span>Tarun Sharma</span>
</p>


<p class="copyright-item">
<span>Permalink:</span>
<span><a href="https://brownsloth.github.io/2021/08/29/first-post/">https://brownsloth.github.io/2021/08/29/first-post/</a></span>
</p>


<p class="copyright-item">
<span>License:</span>
<span>Copyright (c) 2019 <a target="_blank" rel="noopener" href="http://creativecommons.org/licenses/by-nc/4.0/">CC-BY-NC-4.0</a> LICENSE</span>
</p>


<p class="copyright-item">
<span>Slogan:</span>
<span>Do you believe in <strong>DESTINY</strong>?</span>
</p>


</section>

<section class="post-tags">
<div>
<span>Tag(s):</span>
<span class="tag">

</span>
</div>
<div>
<a href="javascript:window.history.back();">back</a>
<span>· </span>
<a href="/">home</a>
</div>
</section>
<section class="post-nav">


</section>


</article>
</div>

</div>
<footer id="footer" class="footer">
<div class="copyright">
<span>© Tarun Sharma | Powered by <a href="https://hexo.io" target="_blank">Hexo</a> & <a href="https://github.com/Siricee/hexo-theme-Chic" target="_blank">Chic</a></span>
</div>
</footer>

</div>
</div>
</body>

</html>
Loading

0 comments on commit 2160e0a

Please sign in to comment.