app laptop specs

This commit is contained in:
Jonas Leder 2021-09-09 23:08:48 +02:00
parent 143ae62568
commit 50d2294f22
2 changed files with 41 additions and 0 deletions

View file

@ -108,6 +108,11 @@
"url": "/systeme/pc.html",
"type": "link"
},
{
"name": "Laptop",
"url": "/systeme/laptop.html",
"type": "link"
},
{
"name": "NAS",
"url": "/systeme/nas.html",

View file

@ -0,0 +1,36 @@
<!DOCTYPE html >
<html lang = "de" >
<head >
<meta charset = "UTF-8" >
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<title></title>
<link href = "/css/style.css" rel = "stylesheet" >
</head >
<body >
<jl-header data-title="Laptop"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Modellbezeichnung: </b><a href="https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadl/thinkpad-l13-yoga-gen-2/22tpl13l3y2">Lenovo ThinkPad L13 Yoga Gen 2</a></li>
<li><b>Prozessor: </b> <a href="https://ark.intel.com/content/www/us/en/ark/products/208921/intel-core-i7-1165g7-processor-12m-cache-up-to-4-70-ghz-with-ipu.html">Intel I7-1165G7</a></li>
<li>
<b>Arbeitsspeicher: </b> 16GB
</li>
<li>
<b>NVME:</b> <a href="https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/internal-drives/wd-blue-nvme-ssd/data-sheet-wd-blue-sn550-nvme-ssd-idk.pdf">1TB WD SN550</a>
</li>
<li><b>Betriebssystem: </b><a href="https://archlinux.org/">Arch Linux</a></li>
</ul>
<div class="center">
<img src="/API/getFile.php?filename=img/laptop.jpg">
</div>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
<jl-new_comment id="newComment"></jl-new_comment>
</div>
<jl-footer></jl-footer>
<script src='https://hCaptcha.com/1/api.js' async defer></script>
<script src="/js/script.js"></script>
</body>
</html>