A Pen by Stranger in the Q 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="container"> | |
| <div class="swiper mySwiper" id="stories-cover"> | |
| <div class="swiper-wrapper"> | |
| <div class="swiper-slide" onclick="openStory(this)"> | |
| <div class="user-avatar"><img src="https://abdullahturkmen.com/abdullah-turkmen-avatar.jpg" alt=""></div><span>Abdullah Lipa</span> | |
| </div> | |
| <div class="swiper-slide" onclick="openStory(this)"> | |
| <div class="user-avatar"><img src="https://upload.wikimedia.org/wikipedia/commons/a/a0/Pierre-Person.jpg" alt=""></div><span>Abdullah Doe</span> | |
| </div> | |
| <div class="swiper-slide" onclick="openStory(this)"> |
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
| <section id="porque-sec" class="uk-section uk-section-secondary uk-light"> | |
| <div> | |
| <h1 class="uk-text-center">Here Some Title</h1> | |
| <div uk-slider="velocity:1.3; easing: cubic-bezier(.4,0,.2,1)"> | |
| <div class="uk-position-relative"> | |
| <div class="uk-slider-container uk-light"> | |
| <ul class="uk-slider-items uk-child-width-1-1"> | |
| <li> | |
| <div class="uk-container uk-container-small" uk-slider-parallax="opacity: 0,1,0"> | |
| <h3 class="uk-heading-bullet">Heading Bullet</h3> |
A Pen by Tuan Ticker 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
| <?php | |
| /* | |
| Template Name: DT - Google Drive jwplayer | |
| */ | |
| if( isset($_GET['gd'] ) and isset( $_GET['id'] ) ) { | |
| // Link parameters | |
| $id = isset( $_GET['id'] ) ? $_GET['id'] : null; // the post | |
| //$source = isset( $_GET['gd'] ) ? $_GET['gd'] : null; // The Google Drive ID |
NewerOlder