summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoaK <joak@nospace.at>2016-06-15 03:15:45 +0200
committerJoaK <joak@nospace.at>2016-06-15 03:15:45 +0200
commit45f0dee03b735bb4064b67552ca228dd50f4464c (patch)
tree58c0acd41ef87508ce406cad088e9f5497291126 /index.html
parent88207be5cb6e6914949810467c0548f5981fc1c4 (diff)
now more content and atmega manual
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8732d9b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,23 @@
+<input class="search" placeholder="Search" />
+<link rel="stylesheet" type="text/css" href="static/style.css">
+<div id="the-list">
+ <ul class="list">
+ <li>
+ <h3 class="title">LM555</h3>
+ <a href='manuals/lm555.pdf'><img src='manuals/lm555.jpg'></a>
+ <p class="description">The LM555 is a highly stable device for generating accurate time delays or oscillation.</p>
+ </li>
+ <li>
+ <h3 class="title">Korg Kaoss pad mini-KP </h3>
+ <a href='manuals/miniKP_OM_EFG1.pdf'><img src='manuals/miniKP_OM_EFG1.jpg'></a>
+ <p class="description">Operation manual for the KAOSS PAD miniKP Dynamic Effect Processor!</p>
+ </li>
+ <li>
+ <h3 class="title">ATmega48A 48PA 88A 88PA 168A 168PA 328 328P</h3>
+ <a href='manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf'><img src='manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.jpg'></a>
+ <p class="description">High Performance, Low Power Atmel AVR 8-Bit Microcontroller Family</p>
+ </li>
+ </ul>
+</div>
+<script src="static/list.js"></script>
+<script src="static/script.js"></script> \ No newline at end of file