-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (95 loc) · 3.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en-us" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.68.3" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Kartik Setia" />
<meta property="og:url" content="https://example.com/" />
<link rel="canonical" href="https://example.com/" /><link rel="preload" href="/js/highlight.pack.js" as="script" /><link rel="alternate" type="application/atom+xml" href="https://example.comindex.xml" title="Example YinYong Blog">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https:\/\/example.com"
},
"articleSection" : "",
"name" : "Example YinYong Blog",
"headline" : "Example YinYong Blog",
"description" : "",
"inLanguage" : "en-US",
"author" : "Kartik Setia",
"creator" : "Kartik Setia",
"publisher": "Kartik Setia",
"accountablePerson" : "Kartik Setia",
"copyrightHolder" : "Kartik Setia",
"copyrightYear" : "2020",
"datePublished": "2020-09-18 00:00:00 \x2b0000 UTC",
"dateModified" : "2020-09-18 00:00:00 \x2b0000 UTC",
"url" : "https:\/\/example.com\/",
"keywords" : [ ]
}
</script>
<title>Example YinYong Blog</title>
<meta property="og:title" content="Example YinYong Blog" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta name="description" content="" />
<meta property="og:locale" content="en-us" />
<link rel="stylesheet" href="/css/flexboxgrid-6.3.1.min.css" />
<link rel="stylesheet" href="/css/index.css">
<link href="/index.xml" rel="alternate" type="application/rss+xml"
title="Example YinYong Blog">
<link href="https://fonts.googleapis.com/css?family=Arvo|Permanent+Marker|Bree+Serif" rel="stylesheet">
</head>
<body>
<article class="posts">
<div class="row">
<div class="col-xs-12">
<header>
<div class="signatures site-title">
<a href="/">Kartik Setia</a>
</div>
</header>
<div class="row end-xs">
</div>
<div class="header-line"></div>
<div id="posts-list">
<section>
<h1 class="site-date-catalog">2020</h1>
<div class="row posts-line">
<div class="posts-date col-xs-2">
<time datetime="2020-09-18 00:00:00 UTC">Sep 18</time>
</div>
<div class="posts-title col-xs-10">
<div class="row">
<div class="col-xs-9 col-sm-10">
<a href="/posts/culture/">The Great Indian Culture</a>
</div>
<div class="col-xs-3 col-sm-2 posts-categories">
<div class="posts-category">
<a href="/categories/history/"><strong>History</strong></a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="site-footer">
<div class="site-footer-item">
<a href="/index.xml" target="_blank">P.S. : This blog should be considered as my resume for non technical roles</a>
</div>
</div>
</div>
</div>
</article>
<script src="/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>