Skip to content

Commit

Permalink
step3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayana committed Apr 20, 2015
1 parent 296941e commit fb02948
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 1 deletion.
1 change: 1 addition & 0 deletions scss/ionic.app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ $ionicons-font-path: "../lib/ionic/fonts" !default;
// Include all of Ionic
@import "www/lib/ionic/scss/ionic";

@import "speakers.scss";
3 changes: 3 additions & 0 deletions scss/speakers.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.speakers-view{

}
1 change: 1 addition & 0 deletions www/css/ionic.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7602,3 +7602,4 @@ a.button {
opacity: 0;
-webkit-transition-duration: 0s;
transition-duration: 0s; }

Binary file added www/img/agustin_haller.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/img/dayana_jabif.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 49 additions & 1 deletion www/templates/speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
<span>Speakers</span>
</ion-nav-title>
<ion-content>
<h1>Speakers</h1>

<div class="list card">
<div class="item">
<h2>Dayana Jabif</h2>
</div>
<div class="item item-image">
<img class="full-image" ng-src="img/dayana_jabif.jpg">
</div>
<div class="item item-body">
<p>
Dayu is a full stack developer and javascript lover. Always smiling. Avid learner. Coding around the world, currently running @ionicUruguay
</p>
<div>
<div class="row">
<div class="col">
<a href="" class="button button-small button-outline button-block button-positive">@dayujabif</a>
</div>
<div class="col">
<a href="" class="button button-small button-outline button-block button-positive">My talk</a>
</div>
</div>
</div>
</div>
</div>

<div class="list card">
<div class="item">
<h2>Agustin Haller</h2>
</div>
<div class="item item-image">
<img class="full-image" ng-src="img/agustin_haller.jpg">
</div>
<div class="item item-body">
<p>
25 y/o nomad. Hacking around the world one Starbucks at a time. Love JS and learning new things. Now full time ionic developer.
</p>
<div>
<div class="row">
<div class="col">
<a href="" class="button button-small button-outline button-block button-positive">@agustinhaller</a>
</div>
<div class="col">
<a href="" class="button button-small button-outline button-block button-positive">My talk</a>
</div>
</div>
</div>
</div>
</div>

</ion-content>
</ion-view>

0 comments on commit fb02948

Please sign in to comment.