Skip to content

Commit

Permalink
Adds new icons. #1
Browse files Browse the repository at this point in the history
- motorcycle-bobber
- motorcycle-cafe-racer
- motorcycle-chopper
- motorcycle-trike
- utv-sport
- gas-tank
- chain
- air-filter

Updates motorcycle-cruiser and motorcycle-adventure icons.
Changes favicon to engine-v-twin.
Recompresses release 1.0.0 ZIP.
Updates social share image.
  • Loading branch information
Martskin committed Aug 27, 2015
1 parent 0efee04 commit d8b5fd0
Show file tree
Hide file tree
Showing 33 changed files with 12,573 additions and 3,905 deletions.
24 changes: 24 additions & 0 deletions app/assets/css/motorcycons.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,30 @@
.mc-utv-farm:before {
content: "\e61b"; }

.mc-air-filter:before {
content: "\e61c"; }

.mc-chain:before {
content: "\e61d"; }

.mc-gas-tank:before {
content: "\e61e"; }

.mc-motorcycle-bobber:before {
content: "\e61f"; }

.mc-motorcycle-cafe-racer:before {
content: "\e620"; }

.mc-motorcycle-chopper:before {
content: "\e621"; }

.mc-motorcycle-trike:before {
content: "\e622"; }

.mc-utv-sport:before {
content: "\e623"; }

.mc-spin {
-webkit-animation: mc-spin 1.25s infinite linear;
animation: mc-spin 1.25s infinite linear; }
Expand Down
2 changes: 1 addition & 1 deletion app/assets/css/motorcycons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

160 changes: 91 additions & 69 deletions app/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1579,85 +1579,107 @@ header {
@media screen and (min-width: 900px) {
.icon-grid [class^="mc-"] {
font-size: 100px; } }
.icon-grid li {
.icon-grid li [class^="mc-"] {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition-property: -webkit-transform;
transition-property: transform;
transition-duration: 1s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.is-loaded .icon-grid li {
.is-loaded .icon-grid li [class^="mc-"] {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.icon-grid li:nth-child(1) {
transition-delay: 0.1s; }
.icon-grid li:nth-child(2) {
transition-delay: 0.2s; }
.icon-grid li:nth-child(3) {
transition-delay: 0.3s; }
.icon-grid li:nth-child(4) {
transition-delay: 0.4s; }
.icon-grid li:nth-child(5) {
transition-delay: 0.5s; }
.icon-grid li:nth-child(6) {
transition-delay: 0.6s; }
.icon-grid li:nth-child(7) {
transition-delay: 0.7s; }
.icon-grid li:nth-child(8) {
transition-delay: 0.8s; }
.icon-grid li:nth-child(9) {
transition-delay: 0.9s; }
.icon-grid li:nth-child(10) {
transition-delay: 1s; }
.icon-grid li:nth-child(11) {
transition-delay: 1.1s; }
.icon-grid li:nth-child(12) {
transition-delay: 1.2s; }
.icon-grid li:nth-child(13) {
transition-delay: 1.3s; }
.icon-grid li:nth-child(14) {
transition-delay: 1.4s; }
.icon-grid li:nth-child(15) {
transition-delay: 1.5s; }
.icon-grid li:nth-child(16) {
transition-delay: 1.6s; }
.icon-grid li:nth-child(17) {
transition-delay: 1.7s; }
.icon-grid li:nth-child(18) {
transition-delay: 1.8s; }
.icon-grid li:nth-child(19) {
transition-delay: 1.9s; }
.icon-grid li:nth-child(20) {
transition-delay: 2s; }
.icon-grid li:nth-child(21) {
transition-delay: 2.1s; }
.icon-grid li:nth-child(22) {
transition-delay: 2.2s; }
.icon-grid li:nth-child(23) {
transition-delay: 2.3s; }
.icon-grid li:nth-child(24) {
transition-delay: 2.4s; }
.icon-grid li:nth-child(25) {
transition-delay: 2.5s; }
.icon-grid li:nth-child(26) {
transition-delay: 2.6s; }
.icon-grid li:nth-child(27) {
transition-delay: 2.7s; }
.icon-grid li:nth-child(28) {
transition-delay: 2.8s; }
.icon-grid li:hover {
color: #4a551e;
transition: color 0.25s linear; }
.icon-grid li:hover code {
opacity: 1; }
.icon-grid li:nth-child(odd):hover {
color: #8A322E; }
.icon-grid li code {
color: #1b1d27;
font-size: 0.65em;
opacity: 0.3; }
.icon-grid li:nth-child(1) [class^="mc-"] {
transition-delay: 0.1s; }
.icon-grid li:nth-child(2) [class^="mc-"] {
transition-delay: 0.2s; }
.icon-grid li:nth-child(3) [class^="mc-"] {
transition-delay: 0.3s; }
.icon-grid li:nth-child(4) [class^="mc-"] {
transition-delay: 0.4s; }
.icon-grid li:nth-child(5) [class^="mc-"] {
transition-delay: 0.5s; }
.icon-grid li:nth-child(6) [class^="mc-"] {
transition-delay: 0.6s; }
.icon-grid li:nth-child(7) [class^="mc-"] {
transition-delay: 0.7s; }
.icon-grid li:nth-child(8) [class^="mc-"] {
transition-delay: 0.8s; }
.icon-grid li:nth-child(9) [class^="mc-"] {
transition-delay: 0.9s; }
.icon-grid li:nth-child(10) [class^="mc-"] {
transition-delay: 1s; }
.icon-grid li:nth-child(11) [class^="mc-"] {
transition-delay: 1.1s; }
.icon-grid li:nth-child(12) [class^="mc-"] {
transition-delay: 1.2s; }
.icon-grid li:nth-child(13) [class^="mc-"] {
transition-delay: 1.3s; }
.icon-grid li:nth-child(14) [class^="mc-"] {
transition-delay: 1.4s; }
.icon-grid li:nth-child(15) [class^="mc-"] {
transition-delay: 1.5s; }
.icon-grid li:nth-child(16) [class^="mc-"] {
transition-delay: 1.6s; }
.icon-grid li:nth-child(17) [class^="mc-"] {
transition-delay: 1.7s; }
.icon-grid li:nth-child(18) [class^="mc-"] {
transition-delay: 1.8s; }
.icon-grid li:nth-child(19) [class^="mc-"] {
transition-delay: 1.9s; }
.icon-grid li:nth-child(20) [class^="mc-"] {
transition-delay: 2s; }
.icon-grid li:nth-child(21) [class^="mc-"] {
transition-delay: 2.1s; }
.icon-grid li:nth-child(22) [class^="mc-"] {
transition-delay: 2.2s; }
.icon-grid li:nth-child(23) [class^="mc-"] {
transition-delay: 2.3s; }
.icon-grid li:nth-child(24) [class^="mc-"] {
transition-delay: 2.4s; }
.icon-grid li:nth-child(25) [class^="mc-"] {
transition-delay: 2.5s; }
.icon-grid li:nth-child(26) [class^="mc-"] {
transition-delay: 2.6s; }
.icon-grid li:nth-child(27) [class^="mc-"] {
transition-delay: 2.7s; }
.icon-grid li:nth-child(28) [class^="mc-"] {
transition-delay: 2.8s; }
.icon-grid li:nth-child(29) [class^="mc-"] {
transition-delay: 2.9s; }
.icon-grid li:nth-child(30) [class^="mc-"] {
transition-delay: 3s; }
.icon-grid li:nth-child(31) [class^="mc-"] {
transition-delay: 3.1s; }
.icon-grid li:nth-child(32) [class^="mc-"] {
transition-delay: 3.2s; }
.icon-grid li:nth-child(33) [class^="mc-"] {
transition-delay: 3.3s; }
.icon-grid li:nth-child(34) [class^="mc-"] {
transition-delay: 3.4s; }
.icon-grid li:nth-child(35) [class^="mc-"] {
transition-delay: 3.5s; }
.icon-grid li:nth-child(36) [class^="mc-"] {
transition-delay: 3.6s; }
.icon-grid li:nth-child(37) [class^="mc-"] {
transition-delay: 3.7s; }
.icon-grid li:nth-child(38) [class^="mc-"] {
transition-delay: 3.8s; }
.icon-grid li:nth-child(39) [class^="mc-"] {
transition-delay: 3.9s; }
.icon-grid li:hover {
color: #4a551e;
transition: color 0.25s linear; }
.icon-grid li:hover code {
opacity: 1; }
.icon-grid li:nth-child(odd):hover {
color: #8A322E; }
.icon-grid li code {
color: #1b1d27;
font-size: 0.65em;
opacity: 0.3; }

.icon-list [class^="mc-"] {
font-size: 45px;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/css/style.min.css

Large diffs are not rendered by default.

Binary file modified app/assets/fonts/motorcycons.eot
Binary file not shown.
Loading

0 comments on commit d8b5fd0

Please sign in to comment.