-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html-e
191 lines (160 loc) · 7.57 KB
/
index.html-e
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>sureshbabu's blog</title>
<meta name="description" content="ctrl + C & ctrl + V">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css?v=cfb45b8e40">
<link rel="stylesheet" type="text/css" href="assets/css/ghostly.css?v=cfb45b8e40">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic%7COpen+Sans:700,400">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/default.min.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<style>
pre {
word-wrap: normal;
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
font-size: 0.8em;
line-height: 1.4em;
}
pre code, pre tt {
white-space: pre;
background: transparent !important;
}
</style>
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.min.css" name="description" content="ctrl + C & ctrl + V">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://dotnetdude.github.io/">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="sureshbabu's blog">
<meta property="og:type" content="website">
<meta property="og:title" content="sureshbabu's blog">
<meta property="og:description" content="ctrl + C & ctrl + V">
<meta property="og:url" content="https://dotnetdude.github.io/">
<meta property="og:image" content="https://casper.ghost.org/v1.0.0/images/blog-cover.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="sureshbabu's blog">
<meta name="twitter:description" content="ctrl + C & ctrl + V">
<meta name="twitter:url" content="https://dotnetdude.github.io/">
<meta name="twitter:image" content="https://casper.ghost.org/v1.0.0/images/blog-cover.jpg">
<meta property="og:image:width" content="250">
<meta property="og:image:height" content="250">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "sureshbabu's blog",
"logo": {
"@type": "ImageObject",
"url": "https://casper.ghost.org/v1.0.0/images/ghost-logo.svg",
"width": 60,
"height": 60
}
},
"url": "https://dotnetdude.github.io/",
"image": {
"@type": "ImageObject",
"url": "https://casper.ghost.org/v1.0.0/images/blog-cover.jpg",
"width": 250,
"height": 250
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://dotnetdude.github.io/"
},
"description": "ctrl + C & ctrl + V"
}
</script>
<script type="text/javascript" src="public/ghost-sdk.min.js?v=cfb45b8e40"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "bc6cbba0d346"
});
</script>
<meta name="generator" content="Ghost 1.8">
<link rel="alternate" type="application/rss+xml" title="sureshbabu's blog" href="https://dotnetdude.github.io/rss/">
</head>
<body class="home-template nav-closed">
<div class="nav">
<div class="main-nav">
<h3 class="nav-title">Menu</h3>
<a href="index.html#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home nav-current" role="presentation"><a href="https://dotnetdude.github.io/">Home</a></li>
</ul>
</div>
<ul class="social-menu">
<li class="social-icon hidden" id="social-telegram">
<a href="index.html"><i class="fa fa-telegram"></i></a>
<script> if (typeof telegram_channel !== 'undefined') { $('#social-telegram').removeClass('hidden'); $('#social-telegram a').attr('href', 'https://t.me/' + telegram_channel); } </script>
</li>
<li class="social-icon hidden" id="social-github">
<a href="index.html"><i class="fa fa-github"></i></a>
<script> if (typeof github_user !== 'undefined') { $('#social-github').removeClass('hidden'); $('#social-github a').attr('href', 'https://github.com/' + github_user); } </script>
</li>
<li class="social-icon hidden" id="social-linkedin">
<a href="index.html"><i class="fa fa-linkedin-square"></i></a>
<script> if (typeof linkedin_url !== 'undefined') { $('#social-linkedin').removeClass('hidden'); $('#social-linkedin a').attr('href', linkedin_url); } </script>
</li>
</ul>
<div class="subscribe-menu">
<a class="subscribe-button icon-feed" href="https://dotnetdude.github.io/rss/">Subscribe</a>
</div>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header " style="background-image: url(https://casper.ghost.org/v1.0.0/images/blog-cover.jpg)">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="https://dotnetdude.github.io"><img src="https://casper.ghost.org/v1.0.0/images/ghost-logo.svg" alt="sureshbabu's blog"></a>
<a class="menu-button icon-menu" href="index.html#"><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">sureshbabu's blog</h1>
<h2 class="page-description">ctrl + C & ctrl + V</h2>
</div>
</div>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="welcome-to-my-blog/">welcome to my blog</a></h2>
</header>
<section class="post-excerpt">
<p>welcome to my blog <a class="read-more" href="welcome-to-my-blog/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/suresh/">suresh babu</a>
<time class="post-date" datetime="2017-09-26">26 September 2017</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://dotnetdude.github.io">sureshbabu's blog</a> © 2017</section>
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
</footer>
</div>
<script type="text/javascript" src="assets/js/jquery.fitvids.js?v=cfb45b8e40"></script>
<script type="text/javascript" src="assets/js/index.js?v=cfb45b8e40"></script>
<script type="text/javascript" src="assets/js/ghostly.js?v=cfb45b8e40"></script>
</body>