-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
293 lines (245 loc) · 10.5 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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en-us">
<head><style>
body {
display: block;
--colorBG: "#40e0d0, #ff8c00, #ff0080";
background-image: var(--bgImage) !important;
}
body, body.pushable {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover !important;
}
</style><title>A Blog About Software Quality Assurance</title><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Andrea Bisello" />
<meta name="description" content="Talking About Software Quality Assurance" />
<meta name="generator" content="Hugo 0.41" />
<link rel="shortcut icon" href="/img/defaultFav.ico">
<link rel="canonical" href="https://abioneperhobby.github.io/softwarequalityassurance/" />
<link rel="alternative" href="/softwarequalityassurance/index.xml" title="A Blog About Software Quality Assurance" type="application/atom+xml"/><link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.css">
<style>
body.pushable {
display: block;
background-image: var(--bgImage) !important;
;
}
</style>
<link rel="stylesheet" type="text/css" href="/css/site.css">
<script>
var colorBG = false
var enabledPost = true
var isMobile = ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) )
console.log("The client device is a "+(isMobile?"mobile":"PC")+".")
</script>
</head>
<body><script>
var prevBgIndex = 0;
var bodyBgSwitchIndex = 0;
var bgImage = "url(" + "http://bit.ly/2gPLxZ4" + ")"
console.log("Current background: " + bgImage.substring(bgImage.indexOf("bg"), bgImage.length));
document.body.style.setProperty('--blurEff',"0px");
document.body.style.setProperty('--bgImage', bgImage);
function getRandomInt(min, max) {
min = Math.ceil(min)
max = Math.floor(max)
var random
while (1) {
random = Math.floor(Math.random() * (max - min)) + min
if (random !== prevBgIndex) {
prevBgIndex = random
break
}
}
return random
}
function connect(arr) {
var str = ''
for (var i = 0; i < arr.length; i++) {
if (i !== arr.length - 1) {
str += arr[i] + ', '
} else {
str += arr[i]
}
}
return str
}
</script><div class="blur-overlay"></div><div id="sidebar" class="ui sidebar inverted vertical menu">
<section id="author" class="ui top attached center aligned inverted segment"><div class="ui small circular image">
<img src="https://raw.githubusercontent.com/UtkarshVerma/blog/source/static/images/myavatar.jpg">
</div>
<h3 class="ui header">Andrea Bisello
<div class="sub header">If you like software and you like customers then you love Software Quality Assurance</div>
</h3>
</section><section class="ui attached center aligned inverted segment sidebar-dream-tags">
<a class="ui label" href="/softwarequalityassurance/tags/customer" title="customer">customer</a>
<a class="ui label" href="/softwarequalityassurance/tags/quality" title="quality">quality</a>
</section>
<section class="ui attached inverted segment sidebar-dream-categories both flexbox">
<div class="ui inverted accordion">
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/softwarequalityassurance/categories/theory">theory</a>
</div>
<div class="content">
<a class="item" href="https://abioneperhobby.github.io/softwarequalityassurance/post/quality-depends-on-expectation/">
<div>
<i class="cocktail icon"></i>
<p>Quality Depends on Expectation</p>
</div>
</a>
</div>
</div>
</section>
<section id="footer" class="ui bottom attached center aligned inverted segment">
<p>© 2018 A Blog About Software Quality Assurance</p>
<p>Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a> with <a href="https://github.com/UtkarshVerma/hugo-dream-plus" target="_blank">Dream Plus</a> theme.</p></section>
</div>
<div class="pusher">
<div class="flipper">
<div class="front">
<nav class="ui top secondary menu bar">
<div class="item">
<i class="inverted big link bullseye icon dream-flip-toggle" title="About Me"></i>
</div><div class="item">
<a href="/post">
<i class="inverted big link archive icon" title="Archive"></i>
</a>
</div>
<div class="item">
<a href="/tags">
<i class="inverted big link tags icon" title="All Tags"></i>
</a>
</div>
<div class="item">
<a href="/categories">
<i class="inverted big link cubes icon" title="All Categories"></i>
</a>
</div>
<div class="item">
<i class="disabled inverted big chevron circle left icon" title="Previous page"></i>
</div>
<div class="item">
<i class="disabled inverted big chevron circle right icon" title="Next page"></i>
</div>
</nav>
<div class="ui centered grid">
<div class="fifteen wide mobile fifteen wide tablet four wide computer column">
<div class="ui inverted accordion">
<div id="header" class="ui inverted segment column box">
<header id="author" class="ui top attached center aligned inverted segment"><div class="ui small circular image">
<img src="https://raw.githubusercontent.com/UtkarshVerma/blog/source/static/images/myavatar.jpg">
</div>
<h3 class="ui header">Andrea Bisello
<div class="sub header">If you like software and you like customers then you love Software Quality Assurance</div>
</h3>
</header>
<div class="active title header-title"><div id="tag-category-pop" class="ui red right corner label">
<i class="hand point icon up"title="Click this to pop tags and categories"></i>
</div></div>
<div id="tag-category" class="active content"><section class="ui attached center aligned inverted segment dream-tags none flexbox">
<a class="ui label" href="/softwarequalityassurance/tags/customer" title="customer">customer</a>
<a class="ui label" href="/softwarequalityassurance/tags/quality" title="quality">quality</a>
</section><section class="ui attached inverted segment dream-categories both flexbox">
<div class="inverted accordion">
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/softwarequalityassurance/categories/theory">theory</a>
</div>
<div class="content">
<a class="item" href="https://abioneperhobby.github.io/softwarequalityassurance/post/quality-depends-on-expectation/">
<div>
<i class="cocktail icon"></i>
<p>Quality Depends on Expectation</p>
</div>
</a>
</div>
</div>
</section></div>
<footer class="ui bottom attached center aligned inverted segment">
<p>© 2018 A Blog About Software Quality Assurance</p>
<p>Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a> with <a href="https://github.com/UtkarshVerma/hugo-dream-plus" target="_blank">Dream Plus</a> theme.</p></footer>
</div>
</div>
</div>
<div class="fifteen wide mobile fifteen wide tablet eleven wide computer column post-list">
<div class="cards row box">
<article class="blog-card none flexbox" style="background-image: url(../img/Expectation.jpg)">
<img class="image" src="../img/Expectation.jpg"></img>
<div class="title-content twemoji">
<h3><a class="title" href=https://abioneperhobby.github.io/softwarequalityassurance/post/quality-depends-on-expectation/>Quality Depends on Expectation</a></h3>
<div class="intro twemoji">Quality is not an objective concept</div>
</div>
<div class="utility-info">
<ul class="utility-list">
<div><span><i class="calendar icon"></i>Jun 8, 2018</span></div>
<div><span><i class="clock icon"></i>0 min read</span></div>
</ul>
</div>
<div class="color-overlay"></div>
</article>
</div>
</div>
</div>
</div>
<div class="back"><nav class="ui top secondary menu bar">
<div class="item">
<i class="inverted big link bullseye icon dream-flip-toggle" title="About Me"></i>
</div><div class="item">
<a href="https://github.com/UtkarshVerma" target="_blank">
<i id="ico" class="inverted big link github icon" title="GitHub"></i>
</a>
</div>
<div class="item">
<a href="mailto:[email protected]">
<i id="ico" class="inverted big link mail icon" title="Email"></i>
</a>
</div>
<div class="item">
<a href="https://twitter.com/UtkarshVerma_" target="_blank">
<i id="ico" class="inverted big link twitter icon" title="Twitter"></i>
</a>
</div>
<div class="item">
<a href="https://medium.com/@UtkarshVerma_" target="_blank">
<i id="ico" class="inverted big link medium icon" title="Medium"></i>
</a>
</div>
<div class="item">
<a href="https://www.stackoverflow.com/users/9271608/utkarsh-verma" target="_blank">
<i id="ico" class="inverted big link stack overflow icon" title="Stack Overflow"></i>
</a>
</div>
</nav>
<div class="ui centered grid about">
<div class="sixteen wide mobile fifteen wide tablet fifteen wide computer column about">
<section class="ui stacked segments"><div class="ui inverted segment">
<article class="twemoji"><h1>So, Who Am I?</h1>
<hr />
<p><br>
I’m just another teenager who likes <strong>writing</strong>, <strong>programming</strong> and <strong>making stuff</strong>. Even setting the title as <strong>Who Am I</strong> for this article is reminding me of <code>whoami</code> in Linux. I feel the inner urge to contribute something to the Internet because I love writing and I believe posting something online enables users all around the globe to see your work and suggest improvements.</p>
<p>Recently I’ve also started taking interest in web designing and hosting the fruitful results of which these site and blogs are! I also make <strong>projects</strong> and share them online at <strong>Instructables</strong>, the link of which has been placed on the home page. Making stuff is just one of the things I love the most.</p>
<p>That’s all that I can think of right now. Hopefully I’ll add something more to this later on. 😅</p>
<p>Curious about me? Use the social links above to check out my profiles.</p>
<p>You can also support me on <a href="https://patreon.com/UtkarshVerma" target="_blank">Patreon</a>. I’d really appreciate it.</p>
</article>
</div></section>
</div>
</div></div>
</div>
</div><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/js/site.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.js"></script><script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.6"></script>
<script id="dsq-count-scr" src="//.disqus.com/count.js" async></script>
<script>
(function () {
console.log("Twemoji up and making stuff colourful!");
for (var b = document.getElementsByClassName("twemoji"), a = 0; a < b.length; a++) {
twemoji.parse(b[a]);
}
})();
</script>
</body>
</html>