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
<body> | |
<div class="album-cover"> | |
<div class="swiper"> | |
<div class="swiper-wrapper"> | |
<div class="swiper-slide"> | |
<img | |
src="https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/d3ca28bf-e1b7-467e-a00b-c7785be8e397" /> | |
<div class="overlay"> | |
<a | |
href="https://www.youtube.com/watch?v=aatr_2MstrI&ab_channel=CleanBandit" |
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 | |
namespace App\Console\Commands; | |
use App\Models\Artwork; | |
use App\Models\Image; | |
use App\Services\LeonardoService; | |
use Illuminate\Console\Command; | |
use Illuminate\Database\Eloquent\Casts\Json; | |
use Illuminate\Support\Arr; |
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
#!/bin/bash | |
# Clone the original repo | |
git clone https://github.com/mohammadrz003/moonfo-youtube.git moonfo-youtube-original | |
# Navigate to the cloned repo | |
cd moonfo-youtube-original | |
# Initialize an empty commit history | |
git reset --hard HEAD |
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
#!/bin/bash | |
# Clone the original repo | |
git clone https://github.com/mohammadrz003/moonfo-youtube.git moonfo-youtube-original || { | |
echo "Error cloning repository. Exiting." | |
exit 1 | |
} | |
# Navigate to the cloned repo | |
cd moonfo-youtube-original || { |
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='player-wrapper'> | |
<div class='player-title'>Now Playing</div> | |
<div class='player-song'>Shop Talk Show</div> | |
<div class='player-singer'>Chris Coyier & Dave Rupert</div> | |
<div class='progress-control'> | |
<progress class='player-progress' value='0'></progress> | |
<div class='progress-handler'></div> | |
</div> | |
<div class='player-control'> | |
<button class='player-play'><i class="fa fa-play-circle-o fa-4x"></i></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
<div class="mixerContainer"> | |
<div id="master" class="controllerBox"> | |
<h3 class="title">Master</h3> | |
<div class="box"> | |
<div class="row a"> | |
<div class="radialSlider volumeContainer"> | |
<input type="range" min="0" max="11" step="0.1" value="10" id="master-volume"> | |
<label for="master-volume">Volume</label> | |
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 83.73 83.82"> | |
<g class="jogContainer"> |
I needed to brush up on my flexbox skills, so I created this little pen. The tabs aren't functional (yet), but the menu, input, and profile have some cool interactions.
Check it out on your mobile device here: http://s.codepen.io/koenigsegg1/debug/EyVgpK.
A Pen by Kyle Lavery 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="gallery"> | |
<ul class="cards"> | |
<li>0</li> | |
<li>1</li> | |
<li>2</li> | |
<li>3</li> | |
<li>4</li> | |
<li>5</li> | |
<li>6</li> | |
<li>7</li> |
A Pen by Mustafa ismail on CodePen.