forked from FdelMazo/contribution-mural
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.js
127 lines (127 loc) · 2.82 KB
/
content.js
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
var content = [
{
"src": "media/batman-FdelMazo.png",
"data_author": "FdelMazo",
"alt": "Este sitio es bastante feo..."
},
{
"src": "media/waddles-luciaPardo.png",
"data_author": "luciaPardo",
"alt": "Pato es un pez?"
},
{
"src": "media/tintin-Florencia-97.png",
"data_author": "Florencia-97",
"alt": "Tintin es el mejor comic de la historia."
},
{
"src": "media/gian-jian01.jpg",
"data_author": "jian01",
"alt": "Miren como safaron de tenerme de corrector este cuatri que me fui a algoI..."
},
{
"src": "media/solaire.gif",
"data_author": "ndvazquez",
"alt": "Solaire es un gran personaje!"
},
{
"src": "media/dancingjesus.gif",
"data_author": "milenamarchese",
"alt": "Homer's Web Page"
},
{
"src": "media/gatopc-tlofano.gif",
"data_author": "tlofano",
"alt": "Ustedes en unos meses"
},
{
"src": "media/mrmeeseks.gif",
"data_author": "MaxiYung",
"alt": "Usar github? Can do"
},
{
"src": "media/partyparrot-JDSanto.gif",
"data_author": "JDSanto",
"alt": "Hagan puré la página, total no es mía <img class='img-icon' src='media/partyparrot-JDSanto.gif' alt='PartyParrot'>"
},
{
"src": "media/TheBojmanOrange.gif",
"data_author": "CamiBoj",
"alt": "The Bojman Orange"
},
{
"src": "media/hakunaMatata.gif",
"data_author": "luciaPardo",
"alt": "Git es una forma de vivir..."
},
{
"src": "media/lotor.gif",
"data_author": "xNicky",
"alt": "I say Vol, you say Tron!"
},
{
"src": "media/dignity.gif",
"data_author": "Florencia-97",
"alt": "No conoces la dignidad cuando la ves?"
},
{
"src": "media/ball.gif",
"data_author": "dessaya",
"alt": "git fetch"
},
{
"src": "media/gangster.gif",
"data_author": "dessaya",
"alt": "git blame"
},
{
"src": "media/high-five.gif",
"data_author": "dessaya",
"alt": "git pull"
},
{
"src": "media/jazz-hands.gif",
"data_author": "dessaya",
"alt": "git init"
},
{
"src": "media/karting.gif",
"data_author": "dessaya",
"alt": "git push -f"
},
{
"src": "media/que.gif",
"data_author": "dessaya",
"alt": "git help"
},
{
"src": "media/tobogan.gif",
"data_author": "dessaya",
"alt": "git pull"
},
{
"src": "media/yay.gif",
"data_author": "dessaya",
"alt": "git commit --amend"
},
{
"src": "media/merge.gif",
"data_author": "tomasaccini",
"alt": "Todo muy lindo hasta que..."
},
{
"src": "media/gitgud.png",
"data_author": "xNicky",
"alt": "No sabés usar Git?"
},
{
"src": "media/dunkedbrachy.gif",
"data_author": "ndvazquez",
"alt": "Dismissing a pull request review",
},
{
"src": "media/khe.gif",
"data_author": "mbuchwald",
"alt": "Khé's todo esto?",
},
];