Add new uikit
This commit is contained in:
parent
219660916a
commit
bd60ee025f
|
@ -51,9 +51,8 @@
|
||||||
"src/material.scss"
|
"src/material.scss"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"src/assets/common-assets/common/jquery.js",
|
"src/assets/openaire-theme/js/uikit.min.js",
|
||||||
"src/assets/common-assets/common/uikit.min.js",
|
"src/assets/openaire-theme/js/uikit-icons.min.js",
|
||||||
"src/assets/common-assets/common/uikit-icons.min.js",
|
|
||||||
"node_modules/jquery/dist/jquery.js"
|
"node_modules/jquery/dist/jquery.js"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -231,9 +231,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="last-section" class="uk-section uk-container uk-container-large uk-margin-large-bottom uk-text-center">
|
<div id="last-section" class="uk-section uk-container uk-container-large uk-margin-large-bottom uk-text-center">
|
||||||
<h2 class="uk-h1">
|
<h3>
|
||||||
Need more information or a demo? <br> Get in touch and let us show you in practice how you can apply to your needs<span class="uk-text-primary">.</span>
|
Need more information or a demo? <br> Get in touch and let us show you in practice <br> how you can apply to your needs<span class="uk-text-primary">.</span>
|
||||||
</h2>
|
</h3>
|
||||||
<a class="uk-button uk-button-primary uk-text-uppercase uk-margin-medium-top uk-margin-medium-bottom"
|
<a class="uk-button uk-button-primary uk-text-uppercase uk-margin-medium-top uk-margin-medium-bottom"
|
||||||
routerLink="/contact-us">Contact us</a>
|
routerLink="/contact-us">Contact us</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue