NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html>
<title>Bluflix</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

</head>

<style>

.blucard {
background-color: #343441;
color: #ccc;
width: 100%;
max-width: 100%;
border-radius: 3px;
}

.blucard:hover {
opacity: 0.9;
transition: .3s ease;
filter:drop-shadow(0px 0px 5px dodgerblue);
}

.bluimg {
float: left;
border-radius: 10px;
width: 50px;
position: relative;
left: -10px;
bottom: -5px;
}

strong {
font-weight: 500;
color: #fff;
}

p {
color: #939393;
}

p, strong {
margin-top: 3px;
font-family: "Poppins", sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

h1 {
position: absolute;
font-family: "Poppins", sans-serif;
color: #ccc;
}

.head {
height: 90px;
overflow: hidden;
display: none;
}

.fliximg {
width: 100%;
position: relative;
top: -50px;
border-radius: 4px;
pointer-events: none;
user-select: none;
}

.badge {
font-size: 22px;
}

.badge-lig {
font-size: 16px;
position: relative;
left: 250px;
}

.x {
position: relative;
top: 400px;
left: 190px;
font-size: 45px;
background-color: transparent;

}

.w3-modal {
position: ;
top: -0px;
width: 410px;
}

.w3-modal-content {
background-color: #121212;
}

h1 {
color: #fff;
font-size: 20px;
font-family: "Poppins",sans-serif;
font-weight: 500;
}

.changer {
background-color: #323232;
font-family: "Poppins",sans-serif;
width: 41%;
height: 45px;
border: none;
border-radius: 0px;
color: #ccc;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
margin: 4px 2px;
font-weight: 900;
opacity: 0.6;
outline: 0;
}

.changer:hover {
opacity: 1;
box-shadow: 0 10px 100px 0 #626262;
background-color: #ccc;
color: #121212;
transition: .2s ease;
outline:0;
}

.overlay {
float: left;
}

.nav-link {
padding: 15px 30px;
background: #232323;
}


</style>


<body style="background-color:#111111;">

<ul class="nav nav-pills mb-3 w-100 h-50" id="pills-tab" role="tablist">

<li class="nav-item">
<a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home" aria-selected="true">Spor</a>
</li>

<li class="nav-item">
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab" aria-controls="pills-profile" aria-selected="false">Ulusal</a>
</li>

<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact" aria-selected="false">Belgesel</a>
</li>

<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact" aria-selected="false">Çocuk</a>
</li>

</ul>

<div class="tab-content" id="pills-tabContent">

<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab"><div class="w3-container mw-100">
<span class="badge badge-dark">Spor Kanalları</span>


<div onclick="document.getElementById('1x1').style.display='block'" class="w3-panel w3-card blucard">
<img class="bluimg" src="https://i.pinimg.com/originals/11/b1/48/11b14885c76a7e6534130043e86337d0.png">
<strong>Beinsports 1</strong>
<p>Orta Kalite</p>
</div>

<div onclick="document.getElementById('1x1').style.display='block'" class="w3-panel w3-card blucard">
<img class="bluimg" src="https://i.pinimg.com/originals/11/b1/48/11b14885c76a7e6534130043e86337d0.png">
<strong>Beinsports 2</strong>
<p>Orta Kalite</p>
</div>

<div onclick="document.getElementById('1x1').style.display='block'" class="w3-panel w3-card blucard">
<img class="bluimg" src="https://i.pinimg.com/originals/11/b1/48/11b14885c76a7e6534130043e86337d0.png">
<strong>Beinsports 3</strong>
<p>Orta Kalite</p>
</div>
</div>
</div>

<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab"><div class="w3-container">
<span class="badge badge-dark">Ulusal Kanallar</span>


<div onclick="document.getElementById('1x1').style.display='block'" class="w3-panel w3-card blucard">
<img class="bluimg" src="https://www.canlitv.legal/kanallar/kanal-d-izle.png">
<strong>Kanal D</strong>
<p>HD</p>
</div>

<div onclick="document.getElementById('1x1').style.display='block'" class="w3-panel w3-card blucard">
<img class="bluimg" src="https://www.canlitv.legal/kanallar/startv-izle.png">
<strong>Star Tv</strong>
<p>HD</p>
</div>

<div onclick="document.getElementById('1x1').style.display='block'" class="w3-panel w3-card blucard">
<img class="bluimg" src="https://www.canlitv.legal/kanallar/show-tv-canli-izle.png">
<strong>Show TV</strong>
<p>HD</p>
</div>
</div>
</div>

<div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab"><h1>Yakında</h1></div>
</div>




<script>
var acc = document.getElementsByClassName("accordion");
var i;

for (i = 0; i < acc.length; i++) {
  acc[i].addEventListener("click", function() {
    /* Toggle between adding and removing the "active" class,
to highlight the button that controls the panel */
    this.classList.toggle("active");

    /* Toggle between hiding and showing the active panel */
    var panel = this.nextElementSibling;
    if (panel.style.display === "block") {
      panel.style.display = "none";
    } else {
      panel.style.display = "block";
    }
  });
}
</script>


<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>

</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.