chore: update deployed documentation
This commit is contained in:
56
Presentation/index.html
Normal file
56
Presentation/index.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
<title>c64psu</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container mx-auto px-3">
|
||||
<div class="w-full my-3 text-sm text-right bg-gray-200 px-3 py-1">
|
||||
Last update: 08. 09. 2025 06:41
|
||||
(git revision
|
||||
<a href="https://git.b4l.co.th/B4L/C64PSU/tree/a5e5a3b96d1e7e1d4be583baaab530ecf36d36c8
|
||||
">
|
||||
a5e5a3b
|
||||
</a>)
|
||||
</div>
|
||||
|
||||
<h1>Presentation for c64psu</h1>
|
||||
|
||||
<p>This is an automatically generated presentation page</p>
|
||||
|
||||
|
||||
<h1>Available files</h1>
|
||||
|
||||
<div class="w-full flex flex-wrap bg-gray-200 py-3 px-3 my-2 rounded">
|
||||
<div class="w-full md:w-1/3">
|
||||
<h3>Front</h3>
|
||||
<img src="boards/c64psu-front.svg" class="boardPreview">
|
||||
</div>
|
||||
<div class="w-full md:w-1/3">
|
||||
<h3>Back</h3>
|
||||
<img src="boards/c64psu-back.svg" class="boardPreview">
|
||||
</div>
|
||||
<div class="w-full md:w-1/3 px-4">
|
||||
<h3>c64psu</h3>
|
||||
<p>Resources included</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="boards/c64psu.kicad_pcb">Download source board</a></li>
|
||||
<li><a href="boards/c64psu-gerbers.zip">Download gerbers</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w-full mt-16 mb-1 p-2 bg-gray-200 text-center txt-xs rounded">
|
||||
Generated by <a href="https://github.com/yaqwsx/KiKit">KiKit</a> and <a href="https://github.com/INTI-CMNB/KiBot">KiBot</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user