NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}

.flip-box {
background-color: transparent;
width: 500px;
height: 250px;
border: 1px solid #f1f1f1;
perspective: 1000px;
}

.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}

.flip-box-front {
background-color: #bbb;
color: black;
}

.flip-box-back {
background-color: #555;
color: white;
transform: rotateY(180deg);
}
</style>
<style>
#deneme:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}

@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
</style>
<style>
* {box-sizing: border-box;}

.img-magnifier-container {
position:relative;
}

.img-magnifier-glass {
position: absolute;
border: 3px solid #000;
border-radius: 50%;
cursor: none;
/*Set the size of the magnifier glass:*/
width: 100px;
height: 100px;
}
</style>
<script>
function magnify(imgID, zoom) {
var img, glass, w, h, bw;
img = document.getElementById(imgID);
/*create magnifier glass:*/
glass = document.createElement("DIV");
glass.setAttribute("class", "img-magnifier-glass");
/*insert magnifier glass:*/
img.parentElement.insertBefore(glass, img);
/*set background properties for the magnifier glass:*/
glass.style.backgroundImage = "url('" + img.src + "')";
glass.style.backgroundRepeat = "no-repeat";
glass.style.backgroundSize = (img.width * zoom) + "px " + (img.height * zoom) + "px";
bw = 3;
w = glass.offsetWidth / 2;
h = glass.offsetHeight / 2;
/*execute a function when someone moves the magnifier glass over the image:*/
glass.addEventListener("mousemove", moveMagnifier);
img.addEventListener("mousemove", moveMagnifier);
/*and also for touch screens:*/
glass.addEventListener("touchmove", moveMagnifier);
img.addEventListener("touchmove", moveMagnifier);
function moveMagnifier(e) {
var pos, x, y;
/*prevent any other actions that may occur when moving over the image*/
e.preventDefault();
/*get the cursor's x and y positions:*/
pos = getCursorPos(e);
x = pos.x;
y = pos.y;
/*prevent the magnifier glass from being positioned outside the image:*/
if (x > img.width - (w / zoom)) {x = img.width - (w / zoom);}
if (x < w / zoom) {x = w / zoom;}
if (y > img.height - (h / zoom)) {y = img.height - (h / zoom);}
if (y < h / zoom) {y = h / zoom;}
/*set the position of the magnifier glass:*/
glass.style.left = (x - w) + "px";
glass.style.top = (y - h) + "px";
/*display what the magnifier glass "sees":*/
glass.style.backgroundPosition = "-" + ((x * zoom) - w + bw) + "px -" + ((y * zoom) - h + bw) + "px";
}
function getCursorPos(e) {
var a, x = 0, y = 0;
e = e || window.event;
/*get the x and y positions of the image:*/
a = img.getBoundingClientRect();
/*calculate the cursor's x and y coordinates, relative to the image:*/
x = e.pageX - a.left;
y = e.pageY - a.top;
/*consider any page scrolling:*/
x = x - window.pageXOffset;
y = y - window.pageYOffset;
return {x : x, y : y};
}
}
</script>

</head>
<body>

<div class="jumbotron text-center">
<h1>My First Bootstrap Page</h1>
<p>Resize this responsive page to see the effect!</p>
</div>

<div class="container">
<div class="row">
<div class="col-sm-8">

<div id="demo1" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo1" data-slide-to="0" class="active"></li>
<li data-target="#demo1" data-slide-to="1"></li>
<li data-target="#demo1" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://cdnh.koctas.com.tr/staticimages/770x377-mart-insert_0_MC/8816185344050.jpg" alt="Los Angeles" width="1100" height="500">
<div class="carousel-caption">
<h3>Los Angeles</h3>
<p>We had such a great time in LA!</p>
</div>
</div>
<div class="carousel-item">
<img src="https://cdnh.koctas.com.tr/staticimages/4 al 3 ode her reyon_0_MC/8815688745010.jpg" alt="Chicago" width="1100" height="500">
<div class="carousel-caption">
<h3>Chicago</h3>
<p>Thank you, Chicago!</p>
</div>
</div>
<div class="carousel-item">
<img src="https://cdnh.koctas.com.tr/staticimages/770x377iyimakiyifiy_0_MC/8816119906354.jpg" alt="New York" width="1100" height="500">
<div class="carousel-caption">
<h3>New York</h3>
<p>We love the Big Apple!</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo1" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo1" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>

</div>
<div class="col-sm-4">
<div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/1000168104/1000168104_1_MC/8801236779058_1526741576011.jpg" alt="Los Angeles" width="1100" height="500">
<div class="carousel-caption">

</div>
</div>
<div class="carousel-item">
<img src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/1000266262/1000266262_1_MC/8814204387378_1545283465735.jpg" alt="Chicago" width="1100" height="500">
<div class="carousel-caption">

</div>
</div>
<div class="carousel-item">
<img src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/1000176782/1000176782_1_MC/8801387905074_1526741580225.jpg" alt="New York" width="1100" height="500">
<div class="carousel-caption">

</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>

</div>
<div class="row">
<div class="col-sm-12">
<h2 class=" text-white-50 text-center bg-secondary">Sizin İçin Seçtiklerimiz </h2>

</div>
</div>

<div class="row">
<div class="col-sm-3">
<div class="card">
<img class="card-img-top" src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/2000031103/2000031103_1_MC/8806897123378_1527522360962.jpg" alt="Card image" style="width:80%">
<div class="card-body">
</div>
</div>

</div>

<div class="col-sm-3">
<div class="card">
<img class="card-img-top" src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/2000026054/2000026054_1_MC/8800472858674_1521632136073.jpg" alt="Card image" style="width:80%">
<div class="card-body">

</div>

</div>
</div>

<div class="col-sm-3">
<div class="card">
<img class="card-img-top" src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/1000223414/1000223414_1_MC/8809497264178_1533549882458.jpg" alt="Card image" style="width:80%">
<div class="card-body">

</div>

</div>
</div>

<div class="col-sm-3">
<div class="card" >
<img class="card-img-top" src="https://cdnr.koctas.com.tr/resize/c450a91039db4701/300/300/productimages/2000031093/2000031093_1_MC/8806896795698_1527522359939.jpg" alt="Card image" style="width:80%">
<div class="card-body">

</div>
</div>

</div>
<div class="row">
<div class="col-sm-4">
<div class="card" style="width:350px">
<img class="card-img-top" src="https://cdnh.koctas.com.tr/staticimages/443x310-parkeler_0_MC/8816312811570.jpg" alt="Card image" style="width:100%">
<div class="card-body">


</div>
</div>
</div>

<div class="col-sm-4">
<div class="card" style="width:350px">
<img class="card-img-top" src="https://cdnh.koctas.com.tr/staticimages/443x310-v6_0_MC/8816357048370.jpg" alt="Card image" style="width:100%">
<div class="card-body">


</div>
</div>
</div>

<div class="col-sm-4">
<div class="card" style="width:350px">
<img class="card-img-top" src="https://cdnh.koctas.com.tr/staticimages/443x310-v4-a_0_MC/8816357113906.jpg" alt="Card image" style="width:100%">
<div class="card-body">


</div>

</div>

</div>
<div class="row">
<div class="col-sm-6">
<div class="card" style="width:500px">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="https://cdnh.koctas.com.tr/staticimages/680x340-erbauer.jpg" alt="Paris" style="width:500px;height:250px">
</div>
<div class="flip-box-back">
<h2>Paris</h2>
<p>What an amazing city</p>
</div>
</div>
</div>
<button type="button" class="btn btn-outline-primary mx-auto d-block">Alışverişe Başla</button>



</div>
</div>

<div class="col-sm-6">
<div class="card" style="width:500px">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="https://cdnh.koctas.com.tr/static/2019/4lubanners/680x340-13-mart.jpg" alt="Paris" style="width:500px;height:250px">
</div>
<div class="flip-box-back">
<h2>Paris</h2>
<p>What an amazing city</p>
</div>
</div>
</div>
<button type="button" class="btn btn-outline-primary mx-auto d-block">Alışverişe Başla</button>



</div>
</div>

</div>
<div class="row">
<div class="col-sm-6">
<div class="card" style="width:500px">
<img class="card-img-top" id="deneme" src="https://cdnh.koctas.com.tr/static/2019/4lubanners/680x340-v6-halilar.jpg" alt="Card image" style="width:100%">
<button type="button" class="btn btn-outline-primary mx-auto d-block">Alışverişe Başla</button>



</div>
</div>

<div class="col-sm-6">
<div class="card" style="width:500px">
<div class="img-magnifier-container">
<img id="myimage" src="https://cdnh.koctas.com.tr/static/2019/4lubanners/680x340-banyo-18subat.jpg" width="500" height="250">

</div>
<script>
/* Initiate Magnify Function
with the id of the image, and the strength of the magnifier glass:*/
magnify("myimage", 2);
</script>

<button type="button" class="btn btn-outline-primary mx-auto d-block">Alışverişe Başla</button>




</div>
</div>

</div>



</div>

</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.