summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoaK <joak@nospace.at>2016-06-19 22:58:59 +0200
committerJoaK <joak@nospace.at>2016-06-19 22:58:59 +0200
commit4675bea6395207af5d389dc8f38fcee2806149a8 (patch)
treed04d36cb6939d8d58ed127b9a492b364d3e7ddc4
parent3d09524c886ef19a02fccd200f1e3bff8831a646 (diff)
added cd4049
-rw-r--r--index.html15
-rw-r--r--manuals/cd4049ub-mil.jpgbin0 -> 22909 bytes
-rw-r--r--manuals/cd4049ub-mil.pdfbin0 -> 1774211 bytes
-rw-r--r--manuals/cd4049ub-mil.txt4
-rw-r--r--site.py8
-rw-r--r--static/style.css46
6 files changed, 51 insertions, 22 deletions
diff --git a/index.html b/index.html
index 6728aae..73ab04b 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,12 @@
-<link rel="stylesheet" type="text/css" href="static/style.css">
+<head>
+ <title>collection of different operation manuals and data sheets</title>
+ <meta charset="utf-8">
+ <link rel="stylesheet" type="text/css" href="static/style.css">
+</head>
<div id="the-list">
<div class='header'>
- <h1 class='head'>Operation manuals</h1>
+ <h1 class='head'>Operation manuals and data sheets</h1>
<h4>by <a href='http://joak.nospace.at'>JoaK</a></h4>
<input class="search" placeholder="Search" />
</div>
@@ -42,6 +46,13 @@
<p class="description"> The 74HC595; 74HCT595 is an 8-bit serial-in/serial or parallel-out shift register with a storage register and 3-state outputs. Both the shift and storage register have separate clocks. </p>
<div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">74HC595, shift register, schieberegister, ic</marquee></div>
</li>
+ <li id='CD4049'>
+ <h3 class="title">CD4049</h3>
+ <a href='manuals/cd4049ub-mil.pdf'><img src='manuals/cd4049ub-mil.jpg'></a>
+ <span><a href='manuals/cd4049ub-mil.pdf'>pdf-link</a></span><span class="anchorlink"><a href='#CD4049'>anchor-link</a></span>
+ <p class="description"> The CD4049UB and CD4050B devices are inverting and non-inverting hex buffers, respectively, and feature logiclevel conversion using only one supply voltage (VCC).</p>
+ <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">CD4049, 4049, ic, hex buffer, coverter, inverting</marquee></div>
+ </li>
<li id='LM555'>
<h3 class="title">LM555</h3>
<a href='manuals/lm555.pdf'><img src='manuals/lm555.jpg'></a>
diff --git a/manuals/cd4049ub-mil.jpg b/manuals/cd4049ub-mil.jpg
new file mode 100644
index 0000000..5474877
--- /dev/null
+++ b/manuals/cd4049ub-mil.jpg
Binary files differ
diff --git a/manuals/cd4049ub-mil.pdf b/manuals/cd4049ub-mil.pdf
new file mode 100644
index 0000000..2e77065
--- /dev/null
+++ b/manuals/cd4049ub-mil.pdf
Binary files differ
diff --git a/manuals/cd4049ub-mil.txt b/manuals/cd4049ub-mil.txt
new file mode 100644
index 0000000..5d5d393
--- /dev/null
+++ b/manuals/cd4049ub-mil.txt
@@ -0,0 +1,4 @@
+Title: CD4049
+File: cd4049ub-mil.pdf
+Tags: CD4049, 4049, ic, hex buffer, coverter, inverting
+Description: The CD4049UB and CD4050B devices are inverting and non-inverting hex buffers, respectively, and feature logiclevel conversion using only one supply voltage (VCC).
diff --git a/site.py b/site.py
index a6fb3cc..a31d17b 100644
--- a/site.py
+++ b/site.py
@@ -5,7 +5,11 @@ import os
folder = "manuals"
header = """
-<link rel="stylesheet" type="text/css" href="static/style.css">"""
+<head>
+ <title>collection of different operation manuals and data sheets</title>
+ <meta charset="utf-8">
+ <link rel="stylesheet" type="text/css" href="static/style.css">
+</head>"""
middlepart = """"""
footer = """
<script src="static/list.js"></script>
@@ -14,7 +18,7 @@ footer = """
middlepart += """
<div id="the-list">
<div class='header'>
- <h1 class='head'>Operation manuals</h1>
+ <h1 class='head'>Operation manuals and data sheets</h1>
<h4>by <a href='http://joak.nospace.at'>JoaK</a></h4>
<input class="search" placeholder="Search" />
</div>
diff --git a/static/style.css b/static/style.css
index 70566c6..fc91aba 100644
--- a/static/style.css
+++ b/static/style.css
@@ -22,24 +22,34 @@ h4 {
border: 1px solid #000;
list-style: none;
float: left;
- box-shadow: 1px 1px 0px #999,
- 2px 2px 0px #000,
- 3px 3px 0px #999,
- 4px 4px 0px #000,
- 5px 5px 0px #999,
- 6px 6px 0px #000,
- 7px 7px 0px #999,
- 8px 8px 0px #000,
- 9px 9px 0px #999,
- 10px 10px 0px #000,
- 11px 11px 0px #999,
- 12px 12px 0px #000,
- 13px 13px 0px #999,
- 14px 14px 0px #000,
- 15px 15px 0px #999,
- 16px 16px 0px #000,
- 17px 17px 0px #999,
- 18px 18px 0px #000;
+ box-shadow: 1px 1px 0px rgba(144, 144, 144, 1.0),
+ 2px 2px 0px rgba(0, 0, 0, 1.0),
+ 3px 3px 0px rgba(144, 144, 144, 1.0),
+ 4px 4px 0px rgba(0, 0, 0, 1.0),
+ 5px 5px 0px rgba(144, 144, 144, 1.0),
+ 6px 6px 0px rgba(0, 0, 0, 1.0),
+ 7px 7px 0px rgba(144, 144, 144, 1.0),
+ 8px 8px 0px rgba(0, 0, 0, 1.0),
+ 9px 9px 0px rgba(144, 144, 144, 1.0),
+ 10px 10px 0px rgba(0, 0, 0, 1.0),
+ 11px 11px 0px rgba(144, 144, 144, 0.9),
+ 12px 12px 0px rgba(0, 0, 0, 0.9),
+ 13px 13px 0px rgba(144, 144, 144, 0.8),
+ 14px 14px 0px rgba(0, 0, 0, 0.8),
+ 15px 15px 0px rgba(144, 144, 144, 0.7),
+ 16px 16px 0px rgba(0, 0, 0, 0.7),
+ 17px 17px 0px rgba(144, 144, 144, 0.6),
+ 18px 18px 0px rgba(0, 0, 0, 0.6),
+ 19px 19px 0px rgba(144, 144, 144, 0.5),
+ 20px 20px 0px rgba(0, 0, 0, 0.5),
+ 21px 21px 0px rgba(144, 144, 144, 0.4),
+ 22px 22px 0px rgba(0, 0, 0, 0.4),
+ 23px 23px 0px rgba(144, 144, 144, 0.3),
+ 24px 24px 0px rgba(0, 0, 0, 0.3),
+ 25px 25px 0px rgba(144, 144, 144, 0.2),
+ 26px 26px 0px rgba(0, 0, 0, 0.2),
+ 27px 27px 0px rgba(144, 144, 144, 0.1),
+ 28px 28px 0px rgba(0, 0, 0, 0.1);
}