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/b-waren.html

42 lines
1.8 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>B-Waren Shop</title>
<link rel="stylesheet" type="text/css" href="./css/design.css"/>
<link rel="icon" type="image/png" href="../bilder/icon.png">
<link rel="stylesheet" type="text/css" href="./css/shop.css"/>
</head>
<body>
<!-- Menü -->
<div 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="../../index.html"><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">
<h1 class="hdline">B-Waren Shop</h1>
<!-- Shop Items -->
<div id="top-item" class="item" onclick="location.href='./waren/RTX2070.html';">
<a href="./waren/RTX3090FE.html">
<a class="shop-img">
<img class="shop-img" src="../bilder/RTX2070.png"/>
</a>
<div class="item-description">
<h1 class="item-hdline">Gefore RTX2070 </h1>
<p class="item-desc">Nvidia Geforce RTX2070 </p>
<p class="item-preis">Preis: 700€*</p>
</div>
</a>
</div>
</div>
</body>
</html>