diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,13 +1,9 @@ -<input class="search" placeholder="Search" /> + <link rel="stylesheet" type="text/css" href="static/style.css"> <div id="the-list"> + <input class="search" placeholder="Search" /> <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> @@ -17,6 +13,11 @@ <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> + <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> </ul> </div> <script src="static/list.js"></script> |