main updated, new sections added to the app, layout of events updated

This commit is contained in:
arnaucode
2017-02-19 21:59:21 +01:00
parent 65f69551d0
commit 21ef03b997
9 changed files with 191 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
<a class="item item-avatar" ng-href="#/app/users/{{event.user._id}}">
<img ng-src="{{event.user.img}}">
<h2>{{event.user.username}}</h2>
<p>{{event.user.description}}</p>
<p>{{event.user.shortDescription}}</p>
</a>
<div class="item item-image">
<img ng-src="{{event.img}}">