Last active
April 23, 2018 18:13
-
-
Save imkost/461b3c500bdf313df9c03e700691e122 to your computer and use it in GitHub Desktop.
Revisions
-
K. Zemtsovsky renamed this gist
Apr 23, 2018 . 1 changed file with 5 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 @@ -1,3 +1,8 @@ <div class="Page"> <h2 class="Page__title">IT Company</h2> <div class="Page__content">We develop apps</div> </div> { class: 'Page', inner: [ -
K. Zemtsovsky created this gist
Apr 23, 2018 .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,14 @@ { class: 'Page', inner: [ { tag: 'h2', class: 'Page__title', inner: 'IT Company' }, { class: 'Page__content', inner: 'We develop apps' } ] }