- Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.html
253 lines (193 loc) · 12.9 KB
/
default.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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<linkrel="icon" href="{{ site.baseurl }}/assets/images/favicon.png">
<title>{{ page.title }} | {{site.name}}</title>
{% seo %}
<linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<linkhref="{{ site.baseurl }}/assets/css/screen.css" rel="stylesheet">
<linkhref="{{ site.baseurl }}/assets/css/main.css" rel="stylesheet">
<scriptsrc="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
{% if site.adsense == "enabled" %}
<scriptdata-ad-client="{{ site.adsense-data-ad-client }}" asyncsrc="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{% endif %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id={{site.google_analytics_measurement_id}}"></script>
<script>
window.dataLayer=window.dataLayer||[];
functiongtag(){dataLayer.push(arguments);}
gtag('js',newDate());
gtag('config','{{site.google_analytics_measurement_id}}');
</script>
</head>
{% if jekyll.environment == 'production' %}
<!-- change your GA id in _config.yml -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create','{{site.google_analytics}}','auto');
ga('send','pageview');
</script>
{% endif %}
{% capture layout %}{% if page.layout %}layout-{{ page.layout }}{% endif %}{% endcapture %}
<bodyclass="{{layout}}">
<!-- defer loading of font and font awesome -->
<noscriptid="deferred-styles">
<!--<link href="https://fonts.googleapis.com/css?family=Roboto:700&display=swap" rel="stylesheet">-->
<linkrel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</noscript>
<!-- Begin Menu Navigation
================================================== -->
<navclass="navbar navbar-expand-lg navbar-light bg-white fixed-top mediumnavigation nav-down">
<divclass="container pr-0">
<!-- Begin Logo -->
<aclass="navbar-brand" href="{{ site.baseurl }}/">
<imgsrc="{{ site.baseurl }}/{{ site.logo }}" alt="{{ site.name }}">
</a>
<!-- End Logo -->
<!-- Site Title added after logo - START -->
<h1class="sitetitle" ><ahref="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<!-- Site Title added after logo - END -->
<buttonclass="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMediumish" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<spanclass="navbar-toggler-icon"></span>
</button>
<divclass="collapse navbar-collapse" id="navbarMediumish">
<!-- Begin Menu -->
<ulclass="navbar-nav ml-auto">
{% if page.url == "/" %}
<liclass="nav-item active">
{% else %}
<liclass="nav-item">
{% endif %}
<atarget="_blank" class="nav-link" href="https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w">Videos <iclass="fab fa-youtube"></i></a>
</li>
<liclass="nav-item">
<aclass="nav-link" href="{{ site.baseurl }}/about">About</a>
</li>
<liclass="nav-item">
<aclass="nav-link" href="{{ site.baseurl }}/contact">Contact</a>
</li>
<liclass="nav-item">
<aclass="nav-link" href="https://www.buymeacoffee.com/gauravkukade">
<!--<img height="20" class="mr-1" src="https://www.wowthemes.net/donate/img/coffee.svg">-->Donate</a>
</li>
{% include search-lunr.html %}
</ul>
<!-- End Menu -->
</div>
</div>
</nav>
<!-- End Navigation
================================================== -->
<divclass="site-content">
<divclass="container">
<!-- Site Title - COMMENTED
==================================================
<div class="mainheading">
<h1 class="sitetitle" ><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="lead">
{{ site.description }}
</p>
</div>
-->
<!-- Content
================================================== -->
<divclass="main-content">
{{ content }}
</div>
{% if site.mailchimp-list %}
<!-- Bottom Alert Bar
================================================== -->
<divclass="alertbar">
<divclass="container text-center">
<span><imgsrc="{{ site.baseurl }}/{{ site.logo }}" alt="{{site.title}}"> Never miss a <b>tutorial</b> from us, subscribe to our newsletter</span>
<formaction="{{site.mailchimp-list}}" method="post" name="mc-embedded-subscribe-form" class="wj-contact-form validate" target="_blank" novalidate>
<divclass="mc-field-group">
<inputtype="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="on" required>
<inputtype="submit" value="Subscribe" name="subscribe" class="heart">
</div>
</form>
</div>
</div>
{% endif %}
</div>
<!-- Categories Jumbotron
================================================== -->
<divclass="jumbotron fortags">
<divclass="d-md-flex h-100">
<divclass="col-md-4 transpdark align-self-center text-center h-100">
<divclass="d-md-flex align-items-center justify-content-center h-100">
<h2class="d-md-block align-self-center py-1 font-weight-light">Explore <spanclass="d-none d-md-inline">→</span></h2>
</div>
</div>
<divclass="col-md-8 p-5 align-self-center text-center">
{% assign categories_list = site.categories %}
{% if categories_list.first[0] == null %}
{% for category in categories_list %}
<aclass="mt-1 mb-1" href="{{site.baseurl}}/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{ category | camelcase }} ({{ site.tags[category].size }})</a>
{% endfor %}
{% else %}
{% for category in categories_list %}
<aclass="mt-1 mb-1" href="{{site.baseurl}}/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{ category[0] | camelcase }} ({{ category[1].size }})</a>
{% endfor %}
{% endif %}
{% assign categories_list = nil %}
</div>
</div>
</div>
<!-- Begin Footer
================================================== -->
<footerclass="footer">
<divclass="container">
<divclass="row">
<divclass="col-md-9 col-sm-6 text-center text-lg-left">
Copyright © {{ site.time | date: "%Y" }} {{ site.name }}
<ahref="{{ site.baseurl }}/about">About</a>
<ahref="{{ site.baseurl }}/contact">Contact</a>
<ahref="{{ site.baseurl }}/privacy">Privacy</a>
<ahref="{{ site.baseurl }}/terms">Terms</a>
<ahref="{{ site.baseurl }}/feed.xml"><iclass="fas fa-rss"></i></a>
</div>
<divclass="col-md-3 col-sm-6 text-center text-lg-right">
<!-- Social connect svg icons at booter right corner-->
<divstyle="margin-left:auto; margin-right:auto;"></div>
<ulclass="list-style-none d-flex flex-items-center mb-3 mb-sm-0 lh-condensed-ultra">
<liclass="mr-3"><ahref="https://twitter.com/codeRolls" data-ga-click="Footer, go to Twitter, text:twitter" title="codeRolls on Twitter" style="color: #959da5;"><svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 273.5 222.3" class="d-block" height="18"><pathd="M273.5 26.3a109.77 109.77 0 0 1-32.2 8.8 56.07 56.07 0 0 0 24.7-31 113.39 113.39 0 0 1-35.7 13.6 56.1 56.1 0 0 0-97 38.4 54 54 0 0 0 1.5 12.8A159.68 159.68 0 0 1 19.1 10.3a56.12 56.12 0 0 0 17.4 74.9 56.06 56.06 0 0 1-25.4-7v.7a56.11 56.11 0 0 0 45 55 55.65 55.65 0 0 1-14.8 2 62.39 62.39 0 0 1-10.6-1 56.24 56.24 0 0 0 52.4 39 112.87 112.87 0 0 1-69.7 24 119 119 0 0 1-13.4-.8 158.83 158.83 0 0 0 86 25.2c103.2 0 159.6-85.5 159.6-159.6 0-2.4-.1-4.9-.2-7.3a114.25 114.25 0 0 0 28.1-29.1" fill="currentColor"></path></svg>
</a></li>
<liclass="mr-3"><ahref="https://www.facebook.com/codeRolls" data-ga-click="Footer, go to Facebook, text:facebook" title="codeRolls on Facebook" style="color: #959da5;"><svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.3 15.4" class="d-block" height="18"><pathd="M14.5 0H.8a.88.88 0 0 0-.8.9v13.6a.88.88 0 0 0 .8.9h7.3v-6h-2V7.1h2V5.4a2.87 2.87 0 0 1 2.5-3.1h.5a10.87 10.87 0 0 1 1.8.1v2.1h-1.3c-1 0-1.1.5-1.1 1.1v1.5h2.3l-.3 2.3h-2v5.9h3.9a.88.88 0 0 0 .9-.8V.8a.86.86 0 0 0-.8-.8z" fill="currentColor"></path></svg>
</a></li>
<liclass="mr-3"><ahref="https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w" data-ga-click="Footer, go to YouTube, text:youtube" title="codeRolls on YouTube" style="color: #959da5;"><svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.17 13.6" class="d-block" height="16"><pathd="M18.77 2.13A2.4 2.4 0 0 0 17.09.42C15.59 0 9.58 0 9.58 0a57.55 57.55 0 0 0-7.5.4A2.49 2.49 0 0 0 .39 2.13 26.27 26.27 0 0 0 0 6.8a26.15 26.15 0 0 0 .39 4.67 2.43 2.43 0 0 0 1.69 1.71c1.52.42 7.5.42 7.5.42a57.69 57.69 0 0 0 7.51-.4 2.4 2.4 0 0 0 1.68-1.71 25.63 25.63 0 0 0 .4-4.67 24 24 0 0 0-.4-4.69zM7.67 9.71V3.89l5 2.91z" fill="currentColor"></path></svg>
</a></li>
<liclass="mr-3 flex-self-start"><ahref="https://www.linkedin.com/company/codeRolls" data-ga-click="Footer, go to Linkedin, text:linkedin" title="codeRolls on Linkedin" style="color: #959da5;"><svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 18" class="d-block" height="18"><pathd="M3.94 2A2 2 0 1 1 2 0a2 2 0 0 1 1.94 2zM4 5.48H0V18h4zm6.32 0H6.34V18h3.94v-6.57c0-3.66 4.77-4 4.77 0V18H19v-7.93c0-6.17-7.06-5.94-8.72-2.91z" fill="currentColor"></path></svg>
</a></li>
<liclass="mr-3"><ahref="https://github.com/codeRolls" data-ga-click="Footer, go to github's org, text:github" title="codeRolls' GitHub organization" style="color: #959da5;"><svgxmlns="http://www.w3.org/2000/svg" height="20" class="octicon octicon-mark-github d-block" fill="#959da5" alt="GitHub" viewBox="0 0 16 16" version="1.1" width="20" aria-hidden="true"><pathfill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer
================================================== -->
</div><!-- /.site-content -->
<!-- Scripts
================================================== -->
<scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<scriptsrc="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<scriptsrc="{{ site.baseurl }}/assets/js/mediumish.js"></script>
{% if site.lazyimages == "enabled" %}
<scriptsrc="{{ site.baseurl }}/assets/js/lazyload.js"></script>
{% endif %}
<scriptsrc="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
{% if page.layout == 'post' %}
<scriptid="dsq-count-scr" src="//{{site.disqus}}.disqus.com/count.js"></script>
{% endif %}
<!-- ========= Buy Me A Coffee Widget =========== -->
<scriptdata-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="gauravkukade" data-description="Support me on Buy me a coffee!" data-message="Thank you for visiting. You can buy me a coffee." data-color="#ff813f" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</body>
</html>