Skip to content

Commit

Permalink
fix: missing images for App Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed Sep 5, 2019
1 parent 8f690a3 commit 7b3c1d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/app-templates/app-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In the command above `tns-template-name` should be the template you wish to use.
## Blank

<img src="https://raw.githubusercontent.com/NativeScript/template-blank/master/tools/assets/appTemplate-ios.png" style="height:400px;border:1px solid black"> <img src="https://raw.githubusercontent.com/NativeScript/template-blank/master/tools/assets/appTemplate-android.png" style="height:400px;border:1px solid black">
<img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-blank/tools/assets/appTemplate-ios.png" style="height:400px;border:1px solid black"> <img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-blank/tools/assets/appTemplate-android.png" style="height:400px;border:1px solid black">

{% nativescript %}
`tns-template-blank` - JavaScript
Expand All @@ -43,7 +43,7 @@ A basic template with a single page and no custom styles. Useful for when minima

## Navigation Drawer

<img src="https://raw.githubusercontent.com/NativeScript/template-drawer-navigation/master/tools/assets/phone-drawer-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/template-drawer-navigation/master/tools/assets/phone-drawer-android.png" style="height:400px">
<img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-drawer-navigation/tools/assets/phone-drawer-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-drawer-navigation/tools/assets/phone-drawer-android.png" style="height:400px">

{% nativescript %}
`tns-template-drawer-navigation` - JavaScript
Expand All @@ -59,7 +59,7 @@ This template contains a preconfigured {% nativescript %}[SideDrawer]({% slug si

## Tabs

<img src="https://raw.githubusercontent.com/NativeScript/template-tab-navigation/HEAD/tools/assets/phone-tab-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/template-tab-navigation/HEAD/tools/assets/phone-tab-android.png" style="height:400px">
<img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-tab-navigation/tools/assets/phone-tab-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-tab-navigation/tools/assets/phone-tab-android.png" style="height:400px">

{% nativescript %}
`tns-template-tab-navigation` - JavaScript
Expand All @@ -75,7 +75,7 @@ This template uses a [TabView](https://docs.nativescript.org/cookbook/ui/tab-vie

## Master Detail with Firebase

<img src="https://raw.githubusercontent.com/NativeScript/template-master-detail-kinvey/master/tools/assets/phone-masterDetail-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/template-master-detail-kinvey/master/tools/assets/phone-masterDetail-detail-ios.png" style="height:400px">
<img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-master-detail-kinvey/tools/assets/phone-masterDetail-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-master-detail-kinvey/tools/assets/phone-masterDetail-detail-ios.png" style="height:400px">

{% nativescript %}
`tns-template-master-detail` - JavaScript
Expand All @@ -91,7 +91,7 @@ This Master-Detail template is a fundamental building block for any app that dis

## Master Detail with Kinvey

<img src="https://raw.githubusercontent.com/NativeScript/template-master-detail/master/tools/assets/phone-masterDetail-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/template-master-detail/master/tools/assets/phone-masterDetail-detail-ios.png" style="height:400px">
<img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-master-detail/tools/assets/phone-masterDetail-ios.png" style="height:400px"> <img src="https://raw.githubusercontent.com/NativeScript/nativescript-app-templates/blob/master/packages/template-master-detail/tools/assets/phone-masterDetail-detail-ios.png" style="height:400px">

{% nativescript %}
`tns-template-master-detail-kinvey` - JavaScript
Expand Down

0 comments on commit 7b3c1d3

Please sign in to comment.