Skip to content

Commit

Permalink
Add: validation info, translations, Olark
Browse files Browse the repository at this point in the history
  • Loading branch information
melena7 committed Feb 24, 2015
1 parent 71fab34 commit 9ef9544
Show file tree
Hide file tree
Showing 10 changed files with 1,090 additions and 1,030 deletions.
298 changes: 152 additions & 146 deletions index_de.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ <h4>Files structure</h4>
<li class="file"><i class="icon-file"></i> info.txt<small class="muted"> - contains instructions on how to extract source files.</small></li>
</ul>
</div>
<div id="validation">
<h4>Validation</h4>
<div class="box-notification">
<span>Both HTML markup and CSS styles used in our templates are semantically correct and valid. However some W3C errors still can take place. Making code 100% W3C valid eliminates the usage of modern website technologies as CSS3 features and HTML5 markup. Our goal is to deliver rich user experience with high quality templates and sometimes we have to break some rules.</span>
</div>
</div>
</section>

<!-- template_installation started -->
Expand Down Expand Up @@ -631,6 +637,7 @@ <h4>Olark Live Chat</h4>
</article>



</section>
<!-- Getting started end -->

Expand Down
299 changes: 153 additions & 146 deletions index_es.html

Large diffs are not rendered by default.

330 changes: 167 additions & 163 deletions index_fr.html

Large diffs are not rendered by default.

292 changes: 149 additions & 143 deletions index_it.html

Large diffs are not rendered by default.

316 changes: 161 additions & 155 deletions index_pl.html

Large diffs are not rendered by default.

294 changes: 153 additions & 141 deletions index_pt.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions index_ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ <h4>Структура шаблона</h4>
<li class="file"><i class="icon-file"></i> info.txt<small class="muted"> - инструкции по разархивированию исходных файлов.</small></li>
</ul>
</div>
<div id="validation">
<h4>Validation</h4>
<div class="box-notification">
<span>Both HTML markup and CSS styles used in our templates are semantically correct and valid. However some W3C errors still can take place. Making code 100% W3C valid eliminates the usage of modern website technologies as CSS3 features and HTML5 markup. Our goal is to deliver rich user experience with high quality templates and sometimes we have to break some rules.</span>
</div>
</div>
</section>
<!-- template_installation started -->
<section class="block-templates" id="template_installation">
Expand Down
276 changes: 141 additions & 135 deletions index_tr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $(document).ready(function() {
languages_list('#modal_languages');

//Modal languages
modal_languages();
/*modal_languages();*/

$('.flexslider').flexslider({
animation: "fade",
Expand Down

0 comments on commit 9ef9544

Please sign in to comment.