This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kbm-html/assets/seiten/waren/RTX2070.html
2022-01-17 12:52:47 +01:00

50 lines
2.2 KiB
HTML

<!-- Autoren: Mika Buhl, Florian Knoche, Fabian Märker; KBM - Kauf beim Meister -->
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>RTX2070</title>
<link rel="stylesheet" type="text/css" href="../css/design.css"/>
<link rel="stylesheet" type="text/css" href="../css/waren.css"/>
<link rel="icon" type="image/png" href="../../bilder/Logo.png">
</head>
<body>
<!-- Menü -->
<div id="menu" class="menu">
<div class="btn-left">
<a class="neon-button " href="../shop.html"><br>Shop<br></a>
<a class="neon-button " href="../b-waren.html"><br>B-Waren<br></a>
</div>
<a href="#top"><img id="logo" src="../../bilder/Logo.png"></a>
<div class="btn-right">
<a class="neon-button" href="../services.html">Service<br>Retouren<br>Reparaturen</a>
<a class="neon-button" href="../login.html"><br>Anmelden<br></a>
</div>
</div>
<div class="seite">
<div class="btn-left">
<div class="product-name">
<h1 title="Produkt Name">Intel Core I9-12900K @2,40GHz</h1>
</div>
<div class="product-img">
<img title="Produkt Bild" src="../../bilder/RTX2070.png"/>
<div class="buy">
<h1 title="Kaufen">Kaufen</h1>
</div>
</div>
</div>
<div class="placeholder">
<div class="product-desc">
<h1 title="Produkt Informationen">
<br>Segment: Gaming/Desktop Grafikkarte
<br>Die RTX 2070 8Gb ist im Prei-Leistungsvergleich die Top Gaming Karte mit ihren 8GB DDR6 und ihrm Boost Clock von 1620 MHz ist sie gut geeignet für Ihren Gaming PC.
<br>Basis Takt: 1410 MHz
<br>Boost Takt: 1620 MHz
<br>VRAM: 1750 MHz 14 Gbps effective
<br><br>Preis: 700€
</h1>
</div>
</div>
</div>
</body>
</html>