61 Commits

Author SHA1 Message Date
Carlos Cuesta
1762ff1093
📝 Update contributing docs 2016-11-14 21:49:32 +01:00
Carlos Cuesta
76786ec5ca
💅 Add hammer and wrench color 2016-11-14 21:34:07 +01:00
Martin Andreas Ullrich
eed2fbc4eb Add 🛠
Add gitmoji, closes #2
2016-11-14 15:34:37 +01:00
Carlos Cuesta
4eab5c088d
📝 Update README
Remove height tag from gitmoji logo
2016-11-13 17:07:12 +01:00
Carlos Cuesta
f2845a0e13
Merge branch 'master' of https://github.com/carloscuesta/gitmoji
* 'master' of https://github.com/carloscuesta/gitmoji:
  🐛 Fix twitter button
  🐛 Fix twitter button
2016-11-13 10:20:52 +01:00
Carlos Cuesta
f7fd9419b2
🔧 Update gulp test task 2016-11-13 10:20:26 +01:00
Carlos Cuesta
30c73c5706
🔥 Remove .babelrc
Use .babelrc config from the package.json
2016-11-13 10:20:02 +01:00
Carlos Cuesta
71312c462d 🐛 Fix twitter button 2016-11-10 10:53:03 +01:00
Carlos Cuesta
f099489731 🐛 Fix twitter button 2016-11-10 10:51:02 +01:00
Carlos Cuesta
cb6974d506
📝 Update readme
Fix typo and update readme
2016-11-09 22:45:04 +01:00
Carlos Cuesta
d0f1afa351
🐛 Fix visual bugs
Fix overflow caused by the footer
2016-11-08 22:40:28 +01:00
Carlos Cuesta
7b72c1c229
📝 Update readme
Add link
2016-11-08 22:03:21 +01:00
Carlos Cuesta
c24e659b52
🎨 Update styles and templates
Add tagline in header
2016-11-08 22:02:54 +01:00
Carlos Cuesta
42a6ccc7ad
📝 Update docs 2016-11-08 20:58:18 +01:00
Carlos Cuesta
764755b517
🐛 Fix script include 2016-11-08 19:56:20 +01:00
Carlos Cuesta
a09e285fc8 🎨 Update main.js
Use classList.add() instead of classList.toggle() as we don't need to check if the class has been set.
2016-11-08 17:53:57 +01:00
Carlos Cuesta
799877e444 🎨 Update gitmoji.svg
Set class .single-emoji-logo to the emojis groups ids
2016-11-08 17:33:40 +01:00
Carlos Cuesta
ba0e1860fd 🎨 Update styles
Add .emoji-visible class to display the random emoji instead of setting the styles via JS, created a .single-emoji-logo to set opacity to 0 by default instead of using # selectors.
2016-11-08 17:28:58 +01:00
Carlos Cuesta
74de9ab2a3 🎨 Include scripts from external file 2016-11-08 17:24:38 +01:00
Carlos Cuesta
fd5652b259 🎨 Include scripts from external file 2016-11-08 17:23:57 +01:00
Carlos Cuesta
0fbb1d0615 Add main.js 2016-11-08 17:17:35 +01:00
Carlos Cuesta
19c3c30cdf 📝 Update README 2016-11-08 10:14:07 +01:00
Carlos Cuesta
9e11c64002 📝 2016-11-08 00:11:36 +01:00
Carlos Cuesta
de0fbd3d1c
📝 Update README 2016-11-07 23:33:45 +01:00
Carlos Cuesta
d54fc03b72
🎨 Update flexbox partial
Remove unused classes
2016-11-07 22:25:04 +01:00
Carlos Cuesta
4606082ffe
📝 Update README 2016-11-07 22:24:35 +01:00
Carlos Cuesta
c8d0d19277 🚧 Update _meta
Add google-site-verification tag.
2016-11-07 13:49:13 +01:00
Carlos Cuesta
3ec16904ec 🚧 Update about template
Includes _meta file.
2016-11-07 13:42:55 +01:00
Carlos Cuesta
b6c1dc9213 🚧 Update index template
Include meta tags.
2016-11-07 13:41:38 +01:00
Carlos Cuesta
172cc0714f 🚧 Add template include 2016-11-07 13:39:02 +01:00
Carlos Cuesta
c1b208e688 🎨 Update fonts
Add support for system fonts.
2016-11-07 11:00:53 +01:00
Carlos Cuesta
efe9a001d9
🎨 📝 Update templates, styles, docs
Improve performance inlining styles, add analytics update templates and styles
2016-11-06 19:28:43 +01:00
Carlos Cuesta
a1130b2260
🐛 Update styles
Fix emoji size on mobile to prevent not showing on some android devices.
2016-11-06 18:55:23 +01:00
Carlos Cuesta
9009ed7e30
🎨 Update gitmojis order, set colors, add favicon
Update templates and styles
2016-11-06 13:43:05 +01:00
Carlos Cuesta
f2c4d9648a
🎨 📝 Update gitmojis structure and contributing docs
Add a new property entity inside of the gitmoji element, that contains the html entity in hexadecimal format for the emoji. Use entity instead of emoji to provide a better browser support. Update schema
2016-11-06 09:16:44 +01:00
Carlos Cuesta
180e21fe32
🚧 Update templates and styles
Update vars, update cards design add text and buttons to the header, add analytics
2016-11-06 00:37:35 +01:00
Carlos Cuesta
b3723fa45b
📝 Update contributing docs 2016-11-05 23:33:16 +01:00
Carlos Cuesta
420ded9a7b
🚧🎨 Update json data, styles and templates
Add a new property 'name' inside of gitmojis.json, update the schema to set name as required. Update styles and templates with the new card design
2016-11-05 18:35:52 +01:00
Carlos Cuesta
cea7d5c95c
🎨 Update templates and styles 2016-11-05 12:12:41 +01:00
Carlos Cuesta
44a8506357 🐛 Update styles
Remove margin from the last child after.
2016-11-02 13:25:31 +01:00
Carlos Cuesta
4a7bf5fa8f
Add header logo switching emojis
Update index and styles
2016-11-01 23:42:06 +01:00
Carlos Cuesta
0ba1512b6c
🎨 Update styles, templates and refactor code 2016-11-01 19:47:11 +01:00
Carlos Cuesta
8de7f4cf33
📝 Update contributing docs, add more tests
Add a jsonlint to validate gitmojis.json against a JSON Schema. This will ensure that the JSON file is well structured and with all the required fields, update package.json script to add jsonvalidate script.
2016-11-01 16:12:22 +01:00
Carlos Cuesta
a1af2cec67
🚧 Add gitmoji gif update about page 2016-11-01 10:27:44 +01:00
Carlos Cuesta
83ec0fcda0
🔧 Update gulpfile
Remove timestap at gulp deploy
2016-10-31 20:25:16 +01:00
Carlos Cuesta
255402f1f0
🚧 Update templates and styles add gitmoji gif 2016-10-31 20:22:27 +01:00
Carlos Cuesta
88ad926f82
🚧 Add menu update styles and templates 2016-10-31 13:48:42 +01:00
Carlos Cuesta
64d7e35d67
🚧 Add about page and update styles 2016-10-31 13:06:22 +01:00
Carlos Cuesta
7d54677515
🚧 Update templates and styles 2016-10-31 09:44:24 +01:00
Carlos Cuesta
259198fa97
💚 Update .travis
Add node v4
2016-10-30 20:25:26 +01:00