Skip to content

Commit

Permalink
download button for website 2020 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 23, 2020
1 parent 26a610f commit 69f499c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.493
2.2.494
5 changes: 4 additions & 1 deletion doc/templates/components/header.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<div class="hero__content">
<h1>To Code Fancy, Clean and Quick</h1>
<p><b>QCObjects</b> is the next generation full-stack framework for modern software development.</p>
<a href="#qcobjects" class="button">Go to Docs</a>
<component name="download-button" shadowed=true controllerClass="DownloadButtonController">
<routing path="#download" name="blank"></routing>
<routing path="^(?!#download).*$" name="download-button"></routing>
</component>
</div>
<img class="floating-object" src="doc/img/qco2.png" alt="pwa academy">
</div>
13 changes: 5 additions & 8 deletions doc/templates/components/layout-basic.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@
</aside>
<main role="main">
<section>
<component name="download-button" shadowed=true controllerClass="DownloadButtonController">
<routing path="#download" name="blank"></routing>
<routing path="^(?!#download).*$" name="download-button"></routing>
</component>
<component name="download" controllerClass="DownloadButtonController">
<routing path="#download" name="download"></routing>
<routing path="^(?!#download).*$" name="blank"></routing>
</component>
<component name="download" controllerClass="DownloadButtonController">
<routing path="#download" name="download"></routing>
<routing path="^(?!#download).*$" name="blank"></routing>
</component>

</section>
<section>
<component name="blank" effectClass="MainTransitionEffect">
Expand Down

0 comments on commit 69f499c

Please sign in to comment.