From 45f0dee03b735bb4064b67552ca228dd50f4464c Mon Sep 17 00:00:00 2001 From: JoaK Date: Wed, 15 Jun 2016 03:15:45 +0200 Subject: now more content and atmega manual --- index.html | 23 ++++++ ...88PA-168A-168PA-328-328P_datasheet_Complete.jpg | Bin 0 -> 30183 bytes ...88PA-168A-168PA-328-328P_datasheet_Complete.pdf | Bin 0 -> 32867892 bytes ...88PA-168A-168PA-328-328P_datasheet_Complete.txt | 4 + manuals/lm555.jpg | Bin 0 -> 44965 bytes manuals/lm555.pdf | Bin 0 -> 1447430 bytes manuals/lm555.txt | 4 + manuals/miniKP_OM_EFG1.jpg | Bin 0 -> 76667 bytes site.py | 3 +- static/style.css | 90 +++++++++++++++++++++ 10 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 index.html create mode 100644 manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.jpg create mode 100644 manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf create mode 100644 manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.txt create mode 100644 manuals/lm555.jpg create mode 100644 manuals/lm555.pdf create mode 100644 manuals/lm555.txt create mode 100644 manuals/miniKP_OM_EFG1.jpg create mode 100644 static/style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..8732d9b --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + +
+ +
+ + \ No newline at end of file diff --git a/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.jpg b/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.jpg new file mode 100644 index 0000000..1db2afe Binary files /dev/null and b/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.jpg differ diff --git a/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf b/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf new file mode 100644 index 0000000..0297b96 Binary files /dev/null and b/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf differ diff --git a/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.txt b/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.txt new file mode 100644 index 0000000..b2c69b4 --- /dev/null +++ b/manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.txt @@ -0,0 +1,4 @@ +Title: ATmega48A 48PA 88A 88PA 168A 168PA 328 328P +File: Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf +Tags: ic, microcontroller, atmega, atmel, 328, 328p, 168, 8-bit, arduino, AVR +Description: High Performance, Low Power Atmel AVR 8-Bit Microcontroller Family diff --git a/manuals/lm555.jpg b/manuals/lm555.jpg new file mode 100644 index 0000000..c4e4ca1 Binary files /dev/null and b/manuals/lm555.jpg differ diff --git a/manuals/lm555.pdf b/manuals/lm555.pdf new file mode 100644 index 0000000..075d1cd Binary files /dev/null and b/manuals/lm555.pdf differ diff --git a/manuals/lm555.txt b/manuals/lm555.txt new file mode 100644 index 0000000..3ecc0ee --- /dev/null +++ b/manuals/lm555.txt @@ -0,0 +1,4 @@ +Title: LM555 +File: lm555.pdf +Tags: ic, timer, 555, lm555, osc, trigger, fun +Description: The LM555 is a highly stable device for generating accurate time delays or oscillation. diff --git a/manuals/miniKP_OM_EFG1.jpg b/manuals/miniKP_OM_EFG1.jpg new file mode 100644 index 0000000..d51e44e Binary files /dev/null and b/manuals/miniKP_OM_EFG1.jpg differ diff --git a/site.py b/site.py index 7f432c4..922878a 100644 --- a/site.py +++ b/site.py @@ -4,7 +4,8 @@ import os folder = "manuals" -header = """""" +header = """ +""" middlepart = """""" footer = """ diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..bc2c00c --- /dev/null +++ b/static/style.css @@ -0,0 +1,90 @@ +h2 { + font-family:sans-serif; +} +.list { + font-family:sans-serif; + margin:0; + padding:20px 0 0; +} +.list > li { + display:block; + background-color: #eee; + padding:10px; + box-shadow: inset 0 1px 0 #fff; +} +.avatar { + max-width: 150px; +} +img { + max-width: 100%; +} +h3 { + font-size: 16px; + margin:0 0 0.3rem; + font-weight: normal; + font-weight:bold; +} +p { + margin:0; +} + +input { + border:solid 1px #ccc; + border-radius: 5px; + padding:7px 14px; + margin-bottom:10px +} +input:focus { + outline:none; + border-color:#aaa; +} +.sort { + padding:8px 30px; + border-radius: 6px; + border:none; + display:inline-block; + color:#fff; + text-decoration: none; + background-color: #28a8e0; + height:30px; +} +.sort:hover { + text-decoration: none; + background-color:#1b8aba; +} +.sort:focus { + outline:none; +} +.sort:after { + width: 0; + height: 0; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-bottom: 5px solid transparent; + content:""; + position: relative; + top:-10px; + right:-5px; +} +.sort.asc:after { + width: 0; + height: 0; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-top: 5px solid #fff; + content:""; + position: relative; + top:13px; + right:-5px; +} +.sort.desc:after { + width: 0; + height: 0; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-bottom: 5px solid #fff; + content:""; + position: relative; + top:-10px; + right:-5px; +} -- cgit v1.2.3