-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
68 lines (68 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Misspelled Desktop Icons Collection</title>
<meta name="description" content="Series of hand-drawn computer icons with intentional spelling errors created by using basic image editors like MS Paint">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="css/bootswatch.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#" class="no-link">In this collection <span class="badge">42</span></a>
</li>
</ul>
</div>
</div>
</div>
<div class="container spacer">
<!-- Intro -->
<div class="row">
<h1>Misspelled Desktop Icons</h1>
<br>
<!-- visible -->
<div class="collection">
<blockquote>
<p>The earliest known image compilation of hand-drawn icons can be found in a 4chan thread dating back to November 30th, 2007. The OP began the thread with a rather poorly drawn Google site logo and the misspelled caption Gouleg. Status, confirmed,
year 2008, origin 4chan, tags 4chan, wurds, ms, paint, ms paint, misspelled, desktop, icons, about, mS Paint Desktop Icons (also known as Misspelled Desktop Icons) refers to a series of hand-drawn computer icons with intentional spelling errors
created by using basic image editors like MS Paint. The thread came to be also known by alternative names like Draw Desktop Icon in 30 seconds. The practical usage of such icons outside of 4chan threads remains little documented, but their
aesthetics and nostalgic value seem to be the main appeals.</p>
<small><a href="https://knowyourmeme.com/memes/ms-paint-desktop-icons" target="_blank">KnowYourMeme</a></small>
</blockquote>
</div>
</div>
<!-- Main content -->
<div class="spacer">
<div id="main" class="row collection"></div>
</div>
<!-- Some footer -->
<footer>
<div class="row spacer">
<div class="col-lg-12">
<p>Website by jck, hosted on <a href="https://github.com/realjck/misspelled-desktop-icons" target="_blank">Github</a>.</p>
</div>
</div>
</footer>
<!-- /container -->
</div>
</body>
<!-- jQuery & Bootstrap core JavaScript -->
<script src="libs/jquery-1.12.4.min.js"></script>
<script src="libs/bootstrap.min.js"></script>
<script src="mdi-collection/list.js"></script>
<script src="js/app.js"></script>
</html>