Skip to content

Commit 8638489

Browse files
committed
update about
1 parent 1bd5bf1 commit 8638489

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

www/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
.tour .slider {
88
height: 100%;
9-
padding-top: 20px;
9+
padding-top: 80px;
1010
}
1111
.tour img {
1212
width: 80%;

www/views/about/about.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<ion-view title="About App">
22
<ion-content class="padding">
3-
<p>App built as an example for demonstrating many features of the Ionic Framework. Built by Jeremy Wilken, @gnomeontherun.</p>
3+
4+
<p>App built as an example for demonstrating many features of the Ionic Framework. Built by Jeremy Wilken, <a href="https://twitter.com/gnomeontherun">@gnomeontherun</a>.</p>
5+
<h3>Projects Used</h3>
6+
<ul>
7+
<li><a href="http://ionicframework.com">Ionic Framework</a></li>
8+
<li><a href="http://angularjs.org">AngularJS</a></li>
9+
<li><a href="https://angular-ui.github.io/ui-router">AngularUI ui-router</a></li>
10+
<li><a href="https://cordova.apache.org">Cordova</a></li>
11+
</ul>
12+
<p>Want to make improvements, found a bug, or just have questions? Open an issue on the <a href="https://github.com/ionic-in-action/ionic-demo-resort-app">GitHub project</a>.</p>
413
<p>Icon and Splashscreen licensed as CC 3.0 BY-SA/BYCG by Manamedia.com.</p>
514
</ion-content>
615
</ion-view>

0 commit comments

Comments
 (0)