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/shop.html
2022-01-10 11:32:07 +01:00

52 lines
2.2 KiB
HTML

<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>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">Neuwaren Shop</h1>
<!-- Shop Items -->
<div id="top-item" class="item" onclick="location.href='./waren/RTX3090FE.html';">
<a href="./waren/RTX3090FE.html">
<a class="shop-img">
<img class="shop-img" src="../bilder/RTX3090FE.png"/>
</a>
<div class="item-description">
<h1 class="item-hdline">Geforce RTX3090</h1>
<p class="item-desc">Nvidia Geforce RTX3090 Founders Edition</p>
<p class="item-preis">Preis: 1.549€*</p>
</div>
</a>
</div>
<div class="item">
<a class="shop-img" href="../bilder/SignIn_Button.jpg">
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
</a>
<div class="item-description">
<h1 class="item-hdline">Name</h1>
<p class="item-desc">Description</p>
<p class="item-preis">Preis: </p>
</div>
</div>
</div>
</body>
</html>