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

video.html 732B

    <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 video-page"> <div class="Aligner-item" ng-show="showYoutube"> <div class="embed-responsive embed-responsive-16by9"> <youtube-video class="embed-responsive-item" video-id="pageData.videoUrl"></youtube-video> </div> </div> <div class="Aligner-item" ng-show="showFile"> <div class="embed-responsive embed-responsive-16by9"> <fa-app id="app2"> <fa-render-node fa-node="mainView" id="render"></fa-render-node> </fa-app> </div> </div> </div> </div>