Skip to content

Commit 373b5ca

Browse files
committed
Changing the first batch of screenshots
1 parent 7c98706 commit 373b5ca

File tree

10 files changed

+13
-11
lines changed

10 files changed

+13
-11
lines changed

css/style.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/chapter0/android/1.png

-2.71 KB
Loading

images/chapter0/android/2.png

4.8 KB
Loading

images/chapter0/android/3.png

-52.3 KB
Loading

images/chapter0/ios/1.png

-24.7 KB
Loading

images/chapter0/ios/2.png

-27.2 KB
Loading

images/chapter0/ios/3.png

-84.1 KB
Loading

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Building Apps with NativeScript and Angular 2</h1>
2828
<div id="book">
2929
<div class="chapter">
3030
<h2 id="building-apps-with-nativescript-and-angular-2">Building Apps with NativeScript and Angular 2</h2>
31-
<p><img src="images/banner.png" class="banner-image" alt="NativeScript and Angular 2 logos"></p>
31+
<p><img src="images/banner.png" class="banner-image plain" alt="NativeScript and Angular 2 logos"></p>
3232
<p>Welcome to the NativeScript &amp; Angular 2 getting started guide 📚. In this hands-on tutorial, you’ll build a cross-platform iOS and Android app from scratch.</p>
3333
<blockquote>
3434
<p><strong>WARNING 🚧</strong>: This guide is being actively written and is not complete. If you find an error in the guide please report the problem at <a href="https://github.com/tjvantoll/nativescript-angular-guide">https://github.com/tjvantoll/nativescript-angular-guide</a>. Pull requests are also welcome 😀.</p>
@@ -49,9 +49,9 @@ <h3 id="what-you-re-building">What you&#39;re building</h3>
4949
<li>Runs cross-platform (iOS and Android).</li>
5050
</ul>
5151
<p>If you follow along to the end, here&#39;s what the finished app will look like on iOS:</p>
52-
<p><img src="images/chapter0/ios/1.png" alt="login">
53-
<img src="images/chapter0/ios/2.png" alt="register">
54-
<img src="images/chapter0/ios/3.png" alt="list"></p>
52+
<p><img src="images/chapter0/ios/1.png" alt="">
53+
<img src="images/chapter0/ios/2.png" alt="">
54+
<img src="images/chapter0/ios/3.png" alt=""></p>
5555
<p>And here&#39;s what the app will look like on Android:</p>
5656
<p><img src="images/chapter0/android/1.png" alt="">
5757
<img src="images/chapter0/android/2.png" alt="">

src/chapters/chapter0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Building Apps with NativeScript and Angular 2
22

3-
<img src="images/banner.png" class="banner-image" alt="NativeScript and Angular 2 logos">
3+
<img src="images/banner.png" class="banner-image plain" alt="NativeScript and Angular 2 logos">
44

55
Welcome to the NativeScript & Angular 2 getting started guide 📚. In this hands-on tutorial, you’ll build a cross-platform iOS and Android app from scratch.
66

@@ -27,9 +27,9 @@ This guide will walk you through building [Groceries](https://github.com/NativeS
2727

2828
If you follow along to the end, here's what the finished app will look like on iOS:
2929

30-
![login](images/chapter0/ios/1.png)
31-
![register](images/chapter0/ios/2.png)
32-
![list](images/chapter0/ios/3.png)
30+
![](images/chapter0/ios/1.png)
31+
![](images/chapter0/ios/2.png)
32+
![](images/chapter0/ios/3.png)
3333

3434
And here's what the app will look like on Android:
3535

src/scss/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ ol li, ul li{
121121
line-height: 2em;
122122
}
123123

124-
img[src*=gif] {
124+
.chapter img:not(.plain) {
125125
border: 1px solid black;
126+
margin-right: 0.2rem;
126127
}
127128

128129
h5, h6 {

0 commit comments

Comments
 (0)