Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): add contact us link #455

Merged
merged 4 commits into from
Jun 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/app/@theme/services/version.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Injectable } from '@angular/core';
@Injectable()
export class NgdVersionService {

supportedVersions = [ '3.1.3' ];
supportedVersions = [ '3.1.4' ];

getKittenVersion(): string {
return require('../../../../../package.json').version;
Expand Down
4 changes: 4 additions & 0 deletions docs/src/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ body {
nb-layout-header.fixed {
top: 0;
}

nb-sidebar .main-container-fixed {
top: 4.75rem;
}
1 change: 1 addition & 0 deletions docs/src/app/documentation/page/page.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@

.fixed-panel {
position: fixed;
top: 7.5rem;
width: inherit;
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/ghspa.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

;(function(l, projectPages) {

const versions = ['3.1.3'];
const versions = ['3.1.4'];
var paths = l.pathname.split('/');

// paths[1] - /react-native-ui-kitten
Expand Down
9 changes: 8 additions & 1 deletion docs/src/landing/css/reactive-kitten.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
height: 100%;
max-width: none;
margin-left: 0px;
padding: 7% 10%;
padding: 7% 6%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
Expand Down Expand Up @@ -1948,6 +1948,13 @@
width: 100%;
}

.link-2 {
font-family: 'Open Sans', sans-serif;
color: #ff6721;
font-weight: 700;
text-decoration: none;
}

@media (max-width: 991px) {
.hero-section {
padding-bottom: 16%;
Expand Down
14 changes: 11 additions & 3 deletions docs/src/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/reactive-kitten.webflow.css" rel="stylesheet" type="text/css">
<style>@media (min-width:992px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="9b87f2f0-34f0-cc05-570a-8c7e43d49742"] {background-color:rgba(0,0,0,0);}}@media (max-width:991px) and (min-width:768px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="9b87f2f0-34f0-cc05-570a-8c7e43d49742"] {background-color:rgba(0,0,0,0);}}</style>

<link rel="icon" type="image/png" sizes="16x16" href="/react-native-ui-kitten/docs/assets/img/favicon/favicon-1.png">
<link rel="icon" type="image/png" sizes="32x32" href="/react-native-ui-kitten/docs/assets/img/favicon/favicon-1@2x.png">
Expand All @@ -28,6 +27,10 @@
<script type="text/javascript">WebFont.load({ google: { families: ["Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Raleway:100,200,300,regular,500,600,700,800,900"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.15.8/build/styles/default.min.css">

<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.15.8/build/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
Expand Down Expand Up @@ -59,7 +62,7 @@ <h1 class="text-heading-1 default">UI Kitten 4.0</h1>
<a href="docs" class="button-giant-primary-default w-button">Get started</a>
<a href="#kitten-tricks" class="button-giant-primary-ghost w-button">Demo</a></div>
</div>
<div class="div-block-64"><img src="images/Artboard-1.png" srcset="images/Artboard-1.png 500w, images/Artboard-1.png 800w, images/Artboard-1.png 1080w, images/Artboard-1.png 1600w, images/Artboard-1.png 1699w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 70vw, (max-width: 2831px) 60vw, 1699px" alt="" class="image-25"></div>
<div class="div-block-64"><img src="images/Artboard-1.png" srcset="images/Artboard-1-p-500.png 500w, images/Artboard-1-p-800.png 800w, images/Artboard-1-p-1080.png 1080w, images/Artboard-1-p-1600.png 1600w, images/Artboard-1.png 1699w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 70vw, (max-width: 2831px) 60vw, 1699px" alt="" class="image-25"></div>
</div>
<div class="what-is-ui-kitten">
<div class="div-block-24">
Expand Down Expand Up @@ -145,7 +148,7 @@ <h1 class="text-heading-1 alternative center">Kitten Tricks</h1>
<div class="button-group">
<a href="https://itunes.apple.com/us/app/kitten-tricks/id1246143230" class="app-button w-inline-block" title="download on the app store"><img src="images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png" srcset="images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917-p-500.png 500w, images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png 519w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 240px, 170px" alt="" class="image-12"></a>
<a href="https://play.google.com/store/apps/details?id=com.akveo.kittenTricks" class="app-button w-inline-block" title="get it on google play"><img src="images/google-play-badge.png" srcset="images/google-play-badge-p-500.png 500w, images/google-play-badge.png 525w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 240px, 170px" alt=""></a>
<a href="https://github.com/akveo/react-native-ui-kitten" class="app-button w-inline-block" title="view it on GitHub"><img src="images/github.png" srcset="images/github-p-500.png 500w, images/github.png 528w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 240px, 170px" alt=""></a>
<a href="https://github.com/akveo/kittenTricks" target="_blank" class="app-button w-inline-block" title="view it on GitHub"><img src="images/github.png" srcset="images/github-p-500.png 500w, images/github.png 528w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 240px, 170px" alt=""></a>
</div>
</div>
<div class="div-block-36">
Expand Down Expand Up @@ -253,6 +256,11 @@ <h6 class="text-subtitle-1">Other Products</h6>
<h6 class="text-subtitle-1">Follow Us</h6>
<div class="div-block-59"><a href="https://twitter.com/akveo_inc" class="text-link-footer">Twitter</a><a href="https://www.facebook.com/akveo/" class="text-link-footer">Facebook</a><a href="https://www.linkedin.com/company/akveo/" class="text-link-footer">LinkedIn</a><a href="https://github.com/akveo" class="text-link-footer">GitHub</a></div>
</div>
<div id="w-node-612d7842f3f2-14eb8bb0" class="div-block-66">
<h6 class="text-subtitle-1">Contact Us</h6>
<p class="paragraph-12">Need to boost up the development of the mobile application? Just drop us a line.</p>
<a href="mailto:contact@akveo.com" class="link-2">contact@akveo.com</a>
</div>
</div>
</div>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/landing/js/webflow.js

Large diffs are not rendered by default.