-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
105 lines (73 loc) · 2.4 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
<style>
img.pix { image-rendering: pixelated; }
</style>
<p style='font-size: 80%'>
<a href='https://github.com/pixelartexchange/collections'>
« /collections
</a>
</p>
<h1>Pixel Art (4x) Collection Gallery</h1>
<h2>Punks, The Black & White (1-Bit) Edition</h2>
<!-- 240x360
2x => 480x720
4x => 960x1440
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/bwpunks-24x24.png'>
<img src='bwpunks-24x24.png' class='pix' width='960' height='1440'>
</a>
<h2>Punks, The Unofficial Edition</h2>
<!-- 240x240
2x => 480x480
4x => 960x960
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/unofficialpunks-24x24.png'>
<img src='unofficialpunks-24x24.png' class='pix' width='960' height='960'>
</a>
<h2>Punks, The Genius Edition</h2>
<!-- 240x216
2x => 480x432
4x => 960x864
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/geniuspunks-24x24.png'>
<img src='geniuspunks-24x24.png' class='pix' width='960' height='864'>
</a>
<h2>Punks, The History Edition</h2>
<!-- 240x360
2x => 480x720
4x => 960x1440
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/historypunks-24x24.png'>
<img src='historypunks-24x24.png' class='pix' width='960' height='1440'>
</a>
<h2>Punks, The (Sport) Athletes Edition</h2>
<!-- 144x144
2x => 288x288
4x => 576x576
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/sportpunks-24x24.png'>
<img src='sportpunks-24x24.png' class='pix' width='576' height='576'>
</a>
<h2>Punks, The Mafiosi Edition</h2>
<!-- 336x336
2x => 672x672
4x => 1344x1344
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/mafiapunks/mafiapunks-24x24.png'>
<img src='mafiapunks/mafiapunks-24x24.png' class='pix' width='1344' height='1344'>
</a>
<h2>Punks, The Sci-Fi and Fantasy Edition</h2>
<!-- 240x240
2x => 480x480
4x => 960x960
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/scifipunks-24x24.png'>
<img src='scifipunks-24x24.png' class='pix' width='960' height='960'>
</a>
<h2>Punks, The Rock Me Amadeus - Wiener / Viennese Edition (32×32)</h2>
<!-- 320x640
2x => 640x1280
4x => 1280x2560
-->
<a href='https://github.com/pixelartexchange/collections/blob/master/wiener-32x32.png'>
<img src='wiener-32x32.png' class='pix' width='1280' height='2560'>
</a>