Skip to content

Commit 7c003a4

Browse files
committed
change grid
1 parent 44833c6 commit 7c003a4

File tree

1 file changed

+43
-23
lines changed

1 file changed

+43
-23
lines changed

app/modules/site/views/main.html

Lines changed: 43 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,46 @@
1-
<div class="jumbotron page-header">
2-
<div class="container">
3-
<h1 class="text-center">Welcome to App</h1>
4-
5-
<div class="row">
6-
<div class="col-xs-5">
7-
<div class="">
8-
<div class="caption text-info text-center">
9-
<h3>Client Side - Angular JS App</h3>
10-
</div>
11-
<img src="https://github.com/angular/angular.js/blob/master/images/logo/AngularJS.exports/AngularJS-medium.png?raw=true"
12-
alt="AngularJS" class="img-responsive">
13-
</div>
14-
</div>
15-
<div class="col-xs-5 col-xs-offset-2">
16-
<div>
17-
<div class="text-info text-center">
18-
<h3> Server Side - Rest Yii2</h3>
19-
</div>
20-
<img src="http://static.yiiframework.com/files/logo/yii.png" class="img-responsive"
21-
alt="Yii 2">
22-
</div>
23-
</div>
1+
<div class="text-center">
2+
3+
<div>
4+
<h1 class="text-danger">Welcome to Demo App</h1>
5+
<a class="btn btn-lg btn-default" href="https://github.com/githubjeka/angular-yii2">Download on GitHub</a>
6+
</div>
7+
8+
<hr>
9+
<h1>This is demo application built with</h1>
10+
<hr>
11+
<div class="row">
12+
13+
<div class="col-xs-6">
14+
<img src="https://github.com/angular/angular.js/blob/master/images/logo/AngularJS.exports/AngularJS-medium.png?raw=true"
15+
alt="AngularJS" class="img-responsive">
2416
</div>
17+
18+
<div class="col-xs-6">
19+
<h3>Client Side - <a href="http://angularjs.org/">AngularJS</a></h3>
20+
21+
<p>Client address - <a href="http://angularyii2.github.io/">http://angularyii2.github.io</a></p>
22+
</div>
23+
24+
</div>
25+
26+
<hr>
27+
<h1 class="">and</h1>
28+
<hr>
29+
<div class="row">
30+
<div class="col-xs-6">
31+
<img src="http://upload.wikimedia.org/wikipedia/en/6/6b/Yii-logo-transparent.png" class="img-responsive"
32+
alt="Yii 2">
33+
</div>
34+
35+
<div class="col-xs-6">
36+
37+
<h3> Server Side - <a href="https://github.com/yiisoft/yii2">Yii PHP Framework Version 2 REST</a></h3>
38+
39+
<p>Server address - <a href="https://www.heroku.com/‎">http://rest-yii2.herokuapp.com</a></p>
40+
<p><a href="https://github.com/yiisoft/yii2/blob/master/docs/guide/rest.md">Guide Rest Yii2</a></p>
41+
<p><a href="https://github.com/yiisoft/yii2/issues/303">and issue</a></p>
42+
43+
</div>
44+
2545
</div>
2646
</div>

0 commit comments

Comments
 (0)