This is a exercise of Daily Ui number 003. It's a landing page full width with parallax mouvemouse background. The theme is Ballons Festival :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="#" class="icon-button twitter"><i class="icon-twitter"></i><span></span></a> | |
| <a href="#" class="icon-button facebook"><i class="icon-facebook"></i><span></span></a> | |
| <a href="#" class="icon-button google-plus"><i class="icon-google-plus"></i><span></span></a> | |
| <a href="#" class="icon-button youtube"><i class="fa fa-youtube"></i><span></span></a> | |
| <a href="#" class="icon-button pinterest"><i class="fa fa-pinterest"></i><span></span></a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header id="header"> | |
| <div class="vert-text"> | |
| <div class="p-img"> | |
| <img src="https://res.cloudinary.com/pashagord/image/upload/v1468545314/Portfolio/logos/codepen_logo.png"/> | |
| </div> | |
| <h1 id="typer-size"> | |
| <!-- TEXTS --> | |
| <span id="typed"></span> | |
| <div id="typed-strings"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header id="header"> | |
| <div class="vert-text"> | |
| <div class="p-img"> | |
| <img src="https://res.cloudinary.com/pashagord/image/upload/v1468545314/Portfolio/logos/codepen_logo.png"/> | |
| </div> | |
| <h1 id="typer-size"> | |
| <!-- TEXTS --> | |
| <span id="typed"></span> |
This is a landing page that was made for the non-technical web user in mind. Full code available in github and easily customizable. This template also provides SASS files for the technical developer that wants to tink around with it. Enjoy!
A Pen by Jesus Rodriguez on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="main-container"> | |
| <section class="section"> | |
| <h2 class="title">Effect 1</h2> | |
| <ul class="menu"> | |
| <li class="menu__item"> | |
| <a href="#0" class="menu__link hover1"><span class="menu__label hover1__label">Home</span></a> | |
| </li> | |
| <li class="menu__item"> | |
| <a href="#0" class="menu__link hover1"><span class="menu__label hover1__label">About</span></a> | |
| </li> |