diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json index d08d71e2a9179c1d1a9267c9c098a2f5f96d43c1..21c7a7cbde0b1c9e8ff214bc0c8b32a4e4632a9d 100644 --- a/public/API/mainMenu.json +++ b/public/API/mainMenu.json @@ -119,6 +119,11 @@ "url": "/systeme/epycServer.html", "type": "link" }, + { + "name": "i7 Server", + "url": "/systeme/i7Server.html", + "type": "link" + }, { "name": "Backup Server", "url": "/systeme/backupServer.html", diff --git a/public/systeme/i7Server.html b/public/systeme/i7Server.html new file mode 100644 index 0000000000000000000000000000000000000000..2e1b70ae8e1060e1a9cc798bda3ed4856d826574 --- /dev/null +++ b/public/systeme/i7Server.html @@ -0,0 +1,47 @@ +<!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="i7 Server"></jl-header> +<div id = "content" > + <h2>Verbaute Hardware:</h2> + <ul> + <li><b>Prozessor: </b><a href="https://www.intel.com/content/www/us/en/products/sku/212047/intel-core-i711700k-processor-16m-cache-up-to-5-00-ghz/specifications.html">Intel® Core™ i7-11700K</a></li> + <li><b>Mainbord: </b><a href="https://www.asrock.com/mb/Intel/B560M-ITXac/index.asp">ASROCK B560M-ITX/ac</a></li> + <li><b>GPU: </b>Nvidia GeForce GTX 1070 </li> + <li> + <b>Arbeitsspeicher: </b> + <ul> + <li>2x 32GB G.Skill Ripjaws V 2666MHz DDR4</li> + </ul> + </li> + <li><b>Netzteil: </b><a href="https://www.inter-tech.de/en/products/ipc/31-products/power-supplies/server-power-supplies/822-aspower-u1a-c20500-d">Inter-Tech ASPower 1U Single 500W</a></li> + <li> + <b>Storage:</b> + <ul> + <li>2x <a href="https://www.westerndigital.com/products/external-drives/wd-my-book-usb-3-0-hdd#WDBBGB0080HBK-NESN">8TB WD MyBook (wd80edaz)</a></li> + <li><a href="https://geizhals.at/transcend-mte220s-ssd-1tb-ts1tmte220s-a1971682.html">1TB Transcend MTE220S NVME</a></li> + <li>HP Enterprise 100GB SSD (Bootlaufwerk)</li> + </ul> + </li> + <li><b>Gehäuse: </b>RACKMAX RM1104-660-HT</li> + <li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox</a></li> + </ul> + <div class="center"> + <img src="/API/getFile.php?filename=img/epyc.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="/js/script.js"></script> +</body> +</html> \ No newline at end of file