forked from nohello-net/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (226 loc) Β· 8.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-169824146-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-169824146-1');
</script>
<title>no hello</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<!-- primary meta -->
<meta name="title" content="no hello" />
<meta name="description" content="please don't say just hello in chat" />
<!-- opengraph/facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nohello.net/" />
<meta property="og:title" content="no hello" />
<meta
property="og:description"
content="please don't say just hello in chat"
/>
<meta property="og:image" content="https://nohello.net/img/newmeta.png" />
<!-- twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://nohello.net/" />
<meta property="twitter:title" content="no hello" />
<meta
property="twitter:description"
content="please don't say just hello in chat"
/>
<meta
property="twitter:image"
content="https://nohello.net/img/newmeta.png"
/>
<!-- icons -->
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<link rel="icon" href="favicon.png" type="image/x-icon" />
</head>
<body>
<div id="wholesite">
<div class="container">
<div class="hero">
<div id="plsstop">
<h1 class="name">
no
<div id="strike">hello</div>
</h1>
</div>
<span class="subtitle">please don't say just hello in chat</span>
<h2 class="lead">
Imagine calling someone on the phone, going
<span style="font-style: oblique">hello!</span> then putting them on
hold... π€¦ββοΈ
</h2>
</div>
</div>
<script src="nohello.js"></script>
<script src="hello.js"></script>
<div class="container">
<div class="sections sectionleft">
<h2 class="section-title">β Don't do this</h2>
<div class="list-card example one">
<div class="slack">
<img src="img/keith.png" alt="Keith's Slack avatar" />
<span class="slackname">Keith</span>
<span class="slacktime">2:15 PM</span><br />
<span class="slackmessage">hi</span>
</div>
<div class="slack">
<img src="img/tim.png" alt="Tim's Slack avatar" />
<span class="slackname">Tim</span>
<span class="slacktime">2:19 PM</span><br />
<span class="slackmessage">...?</span>
</div>
<div class="slack">
<img src="img/keith.png" alt="Keith's Slack avatar" />
<span class="slackname">Keith</span>
<span class="slacktime">2:20 PM</span><br />
<span class="slackmessage">what time was taht thing again?</span>
</div>
<div class="slack">
<img src="img/tim.png" alt="Tim's Slack avatar" />
<span class="slackname">Tim</span>
<span class="slacktime">2:20 PM</span><br />
<span class="slackmessage">oh - 3:30 mate</span>
</div>
</div>
</div>
<div class="sections sectionright">
<div class="list-card">
<div>
<p>
Note that Keith could have got his answer minutes sooner, and
needn't have kept Tim waiting. In fact, Tim could have started
thinking about the question right away!
</p>
<p>
People who do this are generally trying to be polite by not
jumping right into the request, like one would in person or on
the phone - and that's great! But it's
<span id="year">not 1990</span>
and chat is neither of those things. For most people, typing is
much slower than talking. So despite best intentions,
<strong
>you're actually just making the other person wait</strong
>
for you to phrase your question, which is lost productivity (and
kinda annoying).
</p>
<p>The same goes for:</p>
<ul class="nonos">
<li>"Hello, are you around?"</li>
<li>"hi sophie - quick question."</li>
<li>"You got a sec?"</li>
<li>"yt?"</li>
<li>"ping"</li>
<li>etc.</li>
</ul>
<p><strong>Just ask the question!</strong> π«</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="sections sectionleft">
<h2 class="section-title yepyep">β
Instead try this</h2>
<div class="list-card example two">
<div class="slack">
<img src="img/dawn.png" alt="Dawn's Slack avatar" />
<span class="slackname">Dawn</span>
<span class="slacktime">2:15 PM</span><br />
<span class="slackmessage">Hiya! What time was that thing?</span>
</div>
<div class="slack">
<img src="img/tim.png" alt="Tim's Slack avatar" />
<span class="slackname">Tim</span>
<span class="slacktime">2:15 PM</span><br />
<span class="slackmessage">hey, 3:30</span>
</div>
<div class="slack">
<img src="img/dawn.png" alt="Dawn's Slack avatar" />
<span class="slackname">Dawn</span>
<span class="slacktime">2:15 PM</span><br />
<span class="slackmessage">Ta - seeya then!</span>
</div>
<div class="slack">
<img src="img/tim.png" alt="Tim's Slack avatar" />
<span class="slackname">Tim</span>
<span class="slacktime">2:16 PM</span><br />
<span class="slackmessage">π np</span>
</div>
</div>
</div>
<div class="sections sectionright">
<div class="list-card">
<div>
<p>
If you feel it's a bit brusque to simply say "Hi" and ask the
question,
<strong
>you can still preface your message with as many pleasantries
as you see fit.</strong
>
</p>
<p>For example:</p>
<ul class="muchbetter">
<li>
"hey man, what's up? also, any idea when that thing's due?"
</li>
<li>
"Hi there! Hope you're well. I'm after the latest deck, when
you get a sec :)"
</li>
<li>"hey, if you're not busy, could you update those NFRs?"</li>
<li>etc.</li>
</ul>
<p>
It may seem trivial, but asking your question before getting
that initial salutatory reply also allows for
<strong>asynchronous communication</strong>. If the other party
is away, and you leave before they come back, they can still
answer your question, instead of just staring at a "Hello" and
wondering what they missed.
</p>
<p>When done right - everyone's happy! π</p>
</div>
</div>
</div>
</div>
<footer class="container">
<span>
This is kinda only half serious (kinda π) so please don't get
<a href="https://www.youtube.com/watch?v=xzpndHtdl9A">mad</a> at the
person who sent you here.<br /><br />That said, if you see this sites
URL as someone's status/bio, be prepared to be ignored if you only say
"Hello!"<br /><br />Based on the wonderful
<a
href="https://web.archive.org/web/20131127020115/http://www.nohello.com/"
>nohello.com</a
>. Avatars taken from
<em>
<a
href="https://en.wikipedia.org/wiki/The_Office_(British_TV_series)"
>The Office</a
></em
>. Open-source on
<a href="https://github.com/nohello-net/nohello-net.github.io"
>GitHub</a
>.
</span>
</footer>
</div>
<div id="preloadimg"></div>
</body>
</html>