Personal portfolio website for Regina Carvalho. Built with Famous.js library.

page.html 470B

    <div class="layer-content fx-fade-normal fx-easing-quad fx-speed-500" ng-show="showView"> <a class="btn-menu fixed-top-right" ng-click="fadeOut()">X</a> <div class="Aligner page"> <div class="Aligner-item Aligner-item--top" style="height: 90%;"> <h1><span>{{pageData.i18n[lang]}}</span></h1> <div class="page-content" ng-bind-html="pageData.content[lang]" style="overflow: scroll; height: 100%;"></div> </div> </div> </div>