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 |
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
| <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> |
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
| <div class="ld"> | |
| <div class="inside-wrapper"> | |
| <div class="container"> | |
| <div class="container-item"> | |
| <img src="https://images.unsplash.com/photo-1566558843351-b39b612160ab?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ" alt=""> | |
| </div> | |
| <div class="container-item"> | |
| <img src="https://images.unsplash.com/photo-1566910087672-124366fda948?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ" alt=""> | |
| </div> | |
| <div class="container-item"> |
A Pen by Shubham Jain on CodePen.
A Pen by Shubham Jain 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
| <!-- Created based on Youtube [CodingLab](https://www.youtube.com/@CodingLabYT)--> | |
| <section> | |
| <button class="show-modal">Show Modal</button> | |
| <span class="overlay"></span> | |
| <div class="modal-box"> | |
| <i class="fa-regular fa-circle-check"></i> | |
| <h3>Completed</h3> | |
| <p>You have sucessfully downloaded all the source code files.</p> | |
| <div class="buttons"> | |
| <button class="close-btn">OK, Close</button> |
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
| <!-- Created based on Youtube [CodingLab](https://www.youtube.com/@CodingLabYT)--> | |
| <section> | |
| <button class="show-modal">Show Modal</button> | |
| <span class="overlay"></span> | |
| <div class="modal-box"> | |
| <i class="fa-regular fa-circle-check"></i> | |
| <h3>Completed</h3> | |
| <p>You have sucessfully downloaded all the source code files.</p> | |
| <div class="buttons"> | |
| <button class="close-btn">OK, Close</button> |
OlderNewer