49 lines
1.9 KiB
HTML
49 lines
1.9 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
|
||
|
|
<!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]-->
|
||
|
|
<!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]-->
|
||
|
|
<!--[if IE 8 ]> <html class="lt-ie9" lang="en"> <![endif]-->
|
||
|
|
<!--[if IE 9 ]> <html class="lt-ie10" lang="en"> <![endif]-->
|
||
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<meta name="robots" content="noindex, nofollow" />
|
||
|
|
<title>Четкая шторка</title>
|
||
|
|
<link href="/twentytwenty-master/css/foundation.css" rel="stylesheet" type="text/css" />
|
||
|
|
<link href="/twentytwenty-master/css/twentytwenty.css" rel="stylesheet" type="text/css" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<div class="row" style="margin-top: 2em;">
|
||
|
|
<div class="large-4 columns">
|
||
|
|
<h3>Полировка фар Mercedez</h3>
|
||
|
|
<p>by SEO-Bashkort</p>
|
||
|
|
</div>
|
||
|
|
<div class="large-8 columns">
|
||
|
|
<div class="twentytwenty-container">
|
||
|
|
<img src="/twentytwenty-master/img/photo_2022-03-04_17-56-16_big.jpg" />
|
||
|
|
<img src="/twentytwenty-master/img/photo_2022-03-04_17-56-10_big.jpg" />
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<script
|
||
|
|
src="https://code.jquery.com/jquery-3.2.1.js"
|
||
|
|
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
|
||
|
|
crossorigin="anonymous"></script>
|
||
|
|
<script src="/twentytwenty-master/js/jquery.event.move.js"></script>
|
||
|
|
<script src="/twentytwenty-master/js/jquery.twentytwenty.js"></script>
|
||
|
|
<script>
|
||
|
|
$(function(){
|
||
|
|
$(".twentytwenty-container[data-orientation!='vertical']").twentytwenty({default_offset_pct: 0.7});
|
||
|
|
$(".twentytwenty-container[data-orientation='vertical']").twentytwenty({default_offset_pct: 0.3, orientation: 'vertical'});
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|