bidzan.net/other/template-showcase.html

77 lines
2.4 KiB
HTML
Raw Normal View History

2024-12-12 12:09:44 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Model Name | Jacob's PC showcase</title>
<link rel="icon" type="image/x-icon" href="/files/img/favicon.svg">
<link rel='stylesheet' type='text/css' href="/style.css">
<base target="_blank">
<meta charset="utf-8">
<meta name="description" content="Personal website focusing on Free Software, useful tutorials and more">
<meta name="keywords" content="Free Software, showcase, computers, phones, clevo, clevo laptop, laptop, socketed CPU" >
<meta name="author" content="Jakub Bidžan">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<object data="/other/navbar.html"></object>
<hr>
<header>
<h1>
<b> Model Name </b>
</h1>
</header>
<h3> Overview </h3>
<p> This is the overview of the device. </p>
<!-- Free software rating note -->
<p> </p>
<h3> Specs: </h3>
OS: <br>
CPU: <br>
GPU: <br>
RAM: <br>
DRIVE: <br>
<!-- images -->
<h3> Gallery </h3>
<div class="gallery-container"> <!-- Gallery container begin -->
<a href="https://photos.drgnz.club/storage/m/_v2/586129368198213633/ea59ea880-d2aad0/sFtjYUEAaliS/SPKQaWxFi7ezcr3Vrl8EXGxJ6zdzcCwFvbgrSTCk.jpg" target="_blank">
<div class="gallery-box">
<img src="https://photos.drgnz.club/storage/m/_v2/586129368198213633/ea59ea880-d2aad0/sFtjYUEAaliS/SPKQaWxFi7ezcr3Vrl8EXGxJ6zdzcCwFvbgrSTCk.jpg" alt="Image" title="Comfy clevo multi-monitor setup">
</div>
</a>
<a href="https://photos.drgnz.club/storage/m/_v2/586129368198213633/ea59ea880-d2aad0/EmHcFRT8Mqqj/2T0sv5xNlGJODKv2W8aZV54jSVBLKU7XZqqXb7L9.jpg" target="_blank">
<div class="gallery-box">
<img src="https://photos.drgnz.club/storage/m/_v2/586129368198213633/ea59ea880-d2aad0/EmHcFRT8Mqqj/2T0sv5xNlGJODKv2W8aZV54jSVBLKU7XZqqXb7L9.jpg" alt="Image" title="Clevo when i was installing gentoo on it.">
</div>
</a>
</div><!-- Gallery container end -->
<!--<div class="row">
<div class="column">
<a href="https://photos.drgnz.club/storage/m/_v2/586129368198213633/ea59ea880-d2aad0/sFtjYUEAaliS/SPKQaWxFi7ezcr3Vrl8EXGxJ6zdzcCwFvbgrSTCk.jpg" target="_blank">
<img src="https://photos.drgnz.club/storage/m/_v2/586129368198213633/ea59ea880-d2aad0/sFtjYUEAaliS/SPKQaWxFi7ezcr3Vrl8EXGxJ6zdzcCwFvbgrSTCk.jpg" alt="Comfy multi-monitor clevo setup" style="width:30%"></a>
</div>-->
</body>
</html>