Forked from alexbaumgertner/footer.bemjson.js
Last active
November 30, 2015 13:14
Revisions
-
tadatuta revised this gist
Nov 30, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ content: [ { elem: 'col', elemMods: { position: 'left' }, content: [ { block: 'logo' }, { block: 'social', providers: ['vk', 'facebook', 'twitter'] }, @@ -12,11 +12,11 @@ }, { elem: 'col', elemMods: { position: 'right' }, content: [ { block: 'menu', mix: { block: this.block, elem: 'learning' }, content: [ { elem: 'title', content: 'Обучение' }, { -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ { elem: 'item', url: '/courses', title: 'Онлайн-курсы' }, { elem: 'item', url: '/intensive', title: 'Интенсив' }, { elem: 'item', url: '/pricing', title: 'Подписка' }, { elem: 'item', url: '/rating', title: 'Рейтинг' } ] } ] -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ content: [ { elem: 'col', mods: { position: 'left' }, content: [ { block: 'logo' }, { block: 'social', providers: ['vk', 'facebook', 'twitter'] }, @@ -12,11 +12,11 @@ }, { elem: 'col', mods: { position: 'right' }, content: [ { block: 'menu', mods: { section: 'learning' }, content: [ { elem: 'title', content: 'Обучение' }, { -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 0 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +0,0 @@ -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 12 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,16 @@ block('logo')( content()(function() { return [ { block: 'icon', tag: 'i', url: '/logo.png', mix: [{ block: 'logo', elem: 'logo' }] }, { elem: 'text', tag: 'span', content: 'HTML Academy' }]; }) ); -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,5 @@ block('logo')( tag: 'span', content: 'HTML Academy' }]; }) ); -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 18 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ block('logo')( content()(function() { return [{ block: 'icon', tag: 'i', url: '/logo.png', mix: [{ block: 'logo', elem: 'logo' }] }, { elem: 'text', tag: 'span', content: 'HTML Academy' }]; }) ); -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 12 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,13 +16,19 @@ content: [ { block: 'menu', mods: [{ section: 'learning' }], content: [ { elem: 'title', content: 'Обучение' }, { elem: 'list', content: [ { elem: 'item', url: '/learn_map', title: 'Карта обучения' }, { elem: 'item', url: '/courses', title: 'Онлайн-курсы' }, { elem: 'item', url: '/intensive', title: 'Интенсив' }, { elem: 'item', url: '/pricing', title: 'Подписка' }, { elem: 'item', url: 'Рейтинг', title: '/rating' } ] } ] } ] -
alexbaumgertner revised this gist
Nov 29, 2015 . 1 changed file with 5 additions and 25 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,31 +18,11 @@ block: 'menu', mods: [{section: 'learning'}], content: [ { elem: 'item', url: '/learn_map', title: 'Карта обучения' }, { elem: 'item', url: '/courses', title: 'Онлайн-курсы' }, { elem: 'item', url: '/intensive', title: 'Интенсив' }, { elem: 'item', url: '/pricing', title: 'Подписка' }, { elem: 'item', url: 'Рейтинг', title: '/rating' } ] } ] -
alexbaumgertner created this gist
Nov 29, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,51 @@ ({ block: 'footer', content: [ { elem: 'col', mods: [{ position: 'left' }], content: [ { block: 'logo' }, { block: 'social', providers: ['vk', 'facebook', 'twitter'] }, { block: 'copyright' } ] }, { elem: 'col', mods: [{ position: 'right' }], content: [ { block: 'menu', mods: [{section: 'learning'}], content: [ { elem: 'item', url: '/learn_map', title: 'Карта обучения' }, { elem: 'item', url: '/courses', title: 'Онлайн-курсы' }, { elem: 'item', url: '/intensive', title: 'Интенсив' }, { elem: 'item', url: '/pricing', title: 'Подписка' }, { elem: 'item', url: 'Рейтинг', title: '/rating' } ] } ] } ] });