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

video.html 442B

    <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"> <div class="embed-responsive embed-responsive-16by9"> <youtube-video class="embed-responsive-item" video-id="pageData.videoUrl"></youtube-video> </div> </div> </div> </div>