eBayCompetitorPriceCompare/html/test_fragment.html

122 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./data/favicon.ico">
<link rel="icon" sizes="192x192" href="./data/icon.png">
<title>eBay competitor price compare</title>
<link rel="stylesheet" href="./css/w3.css">
<style>
body {
background-color: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.holster {
display: flex;
align-items: center;
justify-content: space-between;
flex-flow: column nowrap;
font-family: monospace;
}
.container {
display: flex;
overflow: auto;
outline: 1px dashed lightgray;
flex: none;
}
.container.y {
width: 100%;
height: 500px;
flex-flow: column nowrap;
}
.y.mandatory-scroll-snapping {
scroll-snap-type: y mandatory;
}
.y.proximity-scroll-snapping {
scroll-snap-type: y proximity;
}
.container > .result_scroll_element {
text-align: center;
scroll-snap-align: center;
flex: none;
}
.y.container > .result_scroll_element {
/*line-height: 256px;*/
font-size: 128px;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="w3-cell-row">
<div class="w3-container w3-dark-gray w3-cell">
<a class="w3-hover" style="text-decoration: none" href="#">
<h1>&larr; Back</h1>
</a>
</div>
<div class="w3-container w3-dark-gray w3-cell w3-center">
<a class="w3-hover" style="text-decoration: none" href="#">
<h1>Compare #4242</h1>
</a>
</div>
<div class="w3-container w3-dark-gray w3-cell">
<a class="w3-hover" style="text-decoration: none; text-align: right;" href="#">
<h1>&rarr; Next</h1>
</a>
</div>
</div>
<div>
<a class="w3-hover" style="text-decoration: none" href="https://www.ebay.de/itm/165508291809" target="_blank">
<div class="w3-container">
<div class="w3-panel w3-green">
<div class="w3-container w3-cell">
<img src="https://i.ebayimg.com/images/g/X9EAAOSweZtilMu-/s-l500.png" class="w3-card-4" alt="TODO" style="float:left">
</div>
<div class="w3-container w3-cell">
<h1 class="w3-monospace w3-xxlarge">Lenovo ThinkPad L430 WLAN Karte Wireless Lan</h1>
<h2 class="w3-monospace w3-jumbo">9.99 €</h2>
</div>
</div>
</a>
</div>
<h3 class="w3-text-white">Competitor results:</h3>
<div class="holster">
<div class="container y mandatory-scroll-snapping" dir="ltr">
<div class="result_scroll_element w3-text-white">
<a class="w3-hover" style="text-decoration: none" href="https://www.ebay.de/itm/325181063137" target="_blank">
<div class="w3-container">
<div class="w3-panel w3-indigo">
<h6 class="w3-text-white">#1</h6>
<div class="w3-container w3-cell">
<img src="https://i.ebayimg.com/images/g/7lAAAOSw~ixieBVP/s-l500.jpg" class="w3-card-4" alt="TODO" style="float:left">
</div>
<div class="w3-container w3-cell">
<h1 class="w3-monospace w3-xxlarge">Lenovo ThinkPad T420 WLAN Karte Wireless Lan</h1>
<h2 class="w3-monospace w3-jumbo">8.90 €</h2>
</div>
</div>
</a>
</div>
</div>
<div class="result_scroll_element w3-text-white">
<a class="w3-hover" style="text-decoration: none" href="https://www.ebay.de/itm/254640853979" target="_blank">
<div class="w3-container">
<div class="w3-panel w3-indigo">
<h6 class="w3-text-white">#2</h6>
<div class="w3-container w3-cell">
<img src="https://i.ebayimg.com/images/g/6egAAOSwfA5e~JHU/s-l500.jpg" class="w3-card-4" alt="TODO" style="float:left">
</div>
<div class="w3-container w3-cell">
<h1 class="w3-monospace w3-xxlarge">Lenovo ThinkPad L430 WLAN Karte Wireless Lan</h1>
<h2 class="w3-monospace w3-jumbo">9.90 €</h2>
</div>
</div>
</a>
</div>
</div>
</body>
</html>