-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (93 loc) · 4.56 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
<!DOCTYPE html>
<html lang="en" class="wf-firasans-n4-active wf-active">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Enable responsiveness on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="generator" content="Hugo 0.41" />
<title>Error/Trial</title>
<meta content="Error/Trial" property="og:title">
<meta content="" property="og:description">
<!-- CSS -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i|Roboto+Mono:300,300i,400,400i" rel="stylesheet">
<link rel="stylesheet" href="https://kushalsingh007.github.io/css/print.css" media="print">
<link rel="stylesheet" href="https://kushalsingh007.github.io/css/poole.css">
<link rel="stylesheet" href="https://kushalsingh007.github.io/css/hyde.css">
<!-- Font-Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
<!-- highlight.js-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<!-- Customised CSS -->
<link rel="stylesheet" href="https://kushalsingh007.github.io/css/custom.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
<!-- RSS -->
<link href="https://kushalsingh007.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Error/Trial" />
<link href="https://kushalsingh007.github.io/index.xml" rel="feed" type="application/rss+xml" title="Error/Trial" />
</head>
<body>
<div class="sidebar">
<div class="container text-center sidebar-sticky">
<div class="sidebar-about text-center">
<a href="https://kushalsingh007.github.io/"><h1 class="brand">Error/Trial</h1></a>
<img src="/img/kushal.png" alt="Author Image" class="img-circle headshot center">
<p class="lead">
Trying to do stuff
</p>
</div>
<div>
<ul class="sidebar-nav">
<li>
<a href="/posts/"> <span>Posts</span></a>
</li>
<li>
<a href="/about/"> <span>About</span></a>
</li>
</li>
</ul>
</div>
<p>
<section class="row text-center">
<a href="https://twitter.com/_kushalsingh007"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
<a href="https://facebook.com/kushalsingh007"><i class="fab fa-facebook-f"></i></a>
<a href="https://github.com/kushalsingh007"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
<a href="https://instagram.com/_kushalsingh007"><i class="fab fa-instagram fa-lg" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/kushalsingh007"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
<a href="https://stackoverflow.com/users/kushalsingh007"><i class="fab fa-stack-overflow fa-lg" aria-hidden="true"></i></a>
<a href="mailto:kushal[dot]singh[@]students[dot]iiit[dot]ac[dot]in"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
</section>
</p>
<p class="copyright">© 2018 Kushal Singh.
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
</p>
</div>
<div>
</div>
</div>
<div class="content container">
<div class="posts">
<div class="post">
<h1 class="post-title"><a href="https://kushalsingh007.github.io/about/">About Me</a></h1>
<span class="post-date">Apr 9, 2014</span>
Hello World !
(More to be updated later)
</div>
<div class="post">
<h1 class="post-title"><a href="https://kushalsingh007.github.io/posts/helloworld/">Helloworld</a></h1>
<span class="post-date">Jun 3, 2018</span>
Hello-World !
</div>
</div>
<div class="footer">
</div>
</div>
</body>
</html>