<ion-view cache-view="true" can-swipe-back="true" title="Info"> <ion-nav-buttons side="left"> <img class="info-icon" ng-click="myGoBack()" src="img/back.png" alt=""> </ion-nav-buttons> <ion-content class="has-header info"> <h3 class="title-section" translate="info_title_1"></h3> <div class="social-networks"> <a ng-href='{{"instagram_link"|translate}}' onclick="window.open(this.href, '_system', 'location=yes'); return false;"> <img src="img/instagram.png"> <p>Instagram</p> </a> <a ng-href='{{"facebook_link"|translate}}' onclick="window.open(this.href, '_system', 'location=yes'); return false;"> <img src="img/facebook.png"> <p>Facebook</p> </a> <a ng-href='{{"twitter_link"|translate}}' onclick="window.open(this.href, '_system', 'location=yes'); return false;"> <img src="img/twitter.png"> <p>Twitter</p> </a> </div> <h3 class="title-section" translate="info_title_2"></h3> <p class="content" translate="who_we_are_1"></p> <p class="content" translate="who_we_are_2"></p> <p class="content" translate="who_we_are_3"></p> <p class="content" translate="who_we_are_4"></p> <p class="content" translate="who_we_are_5"></p> <p class="content" translate="who_we_are_6"></p> <h3 class="title-section" translate="info_title_3"></h3> <p class="content" translate="how_to_use_1"></p> <p class="content" translate="how_to_use_2"></p> <p class="content" translate="how_to_use_3"></p> <p class="content" translate="how_to_use_4"></p> <p class="content" translate="how_to_use_5"></p> </ion-content> </ion-view>