diff options
author | hardythe1 | 2013-10-09 14:50:00 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 14:50:00 +0530 |
commit | c949dc9df3d57fa02a34d1eef7176436aefa23d9 (patch) | |
tree | 0cca1899f3f370f56321cdd379c4d3f6d467e1d7 /static | |
download | SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.tar.gz SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.tar.bz2 SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.zip |
Initializing repo with all the files
Diffstat (limited to 'static')
-rw-r--r-- | static/cheese/document/jozf.html | 69 | ||||
-rw-r--r-- | static/cheese/document/logo.png | bin | 0 -> 19335 bytes | |||
-rw-r--r-- | static/cheese/document/thinkCSpy.pdf | bin | 0 -> 878733 bytes | |||
-rw-r--r-- | static/cheese/document/thinkCSpy_1.pdf | bin | 0 -> 878733 bytes |
4 files changed, 69 insertions, 0 deletions
diff --git a/static/cheese/document/jozf.html b/static/cheese/document/jozf.html new file mode 100644 index 0000000..4b7065b --- /dev/null +++ b/static/cheese/document/jozf.html @@ -0,0 +1,69 @@ +<html> + <head> + + <style> + html, body{ + margin: 0; + padding: 0; + } + + #header-wrapper{ + height: 100px; + background: #86c543; + } + #header-inner{ + width: 800px; + background: blue; + margin: 0 auto; + // i will tel you why :) + // there is no tag like text-align or align to center a div like you center text or h1 + // then how do you do it ?? + // by using the margin tweak :) + } + + #content-wrapper{ + height: 500px; + background: #ffffff; + } + + #footer-wrapper{ + height: 300px; + background: #424242; + } + // ok now do me a favour , give the width: 800 to headinner and background blue + // now check browser... stomethhing wrong, nopes, you did not put any content in that div :) now it right?? + // no no content-css is innerright :), put some text inside the header-inner mann :) + //copy paster the curreent in your editor and tell me what you see :) + //text became smaller and moved to the corner + // dont worrly about the text where is the blue div ? + //its insidw the green div + // is it centered ?? nop // then make it :) + + </style> + + </head> + + <body> + <!-- now lets give this a little style --> + + <div id="header-wrapper"> + <div id="header-inner"> + This is the head of the page + </div> <!-- /header-inner --> + </div> <!-- /header-wrapper --> + + <div id="content-wrapper"> + <div id="content-inner"> + <p>Hello World</p> + </div> <!-- /content-inner --> + </div> <!-- /content-wrapper --> + + <div id="footer-wrapper"> + <div id="footer-inner"> + + </div> <!-- /footer-inner --> + </div> <!-- /footer-wrapper --> + + </body> + +</html> diff --git a/static/cheese/document/logo.png b/static/cheese/document/logo.png Binary files differnew file mode 100644 index 0000000..ecd7e44 --- /dev/null +++ b/static/cheese/document/logo.png diff --git a/static/cheese/document/thinkCSpy.pdf b/static/cheese/document/thinkCSpy.pdf Binary files differnew file mode 100644 index 0000000..63b665a --- /dev/null +++ b/static/cheese/document/thinkCSpy.pdf diff --git a/static/cheese/document/thinkCSpy_1.pdf b/static/cheese/document/thinkCSpy_1.pdf Binary files differnew file mode 100644 index 0000000..63b665a --- /dev/null +++ b/static/cheese/document/thinkCSpy_1.pdf |