We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d4a5f commit ecdb926Copy full SHA for ecdb926
_includes/ddnNav.html
@@ -30,7 +30,12 @@
30
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
31
</li>
32
</ul>
33
- <a class="downloadBtn fr hide-lg textUpperCase" href="{{site.download}}">Download Free Trial</a>
+ <div class="trialAndPricing fr">
34
+ <ul class="menuList">
35
+ <li class="item textUpperCase"><a href="{{site.download}}">Free Trial</a></li>
36
+ </ul>
37
+ <a class="downloadBtn fr hide-lg textUpperCase" href="https://www.dynamsoft.com/document-normalizer/ask-for-quote/">Get Pricing</a>
38
+ </div>
39
</div>
40
41
0 commit comments