diff --git a/font/LLPIXEL3.ttf b/font/LLPIXEL3.ttf new file mode 100755 index 0000000..f368c0e Binary files /dev/null and b/font/LLPIXEL3.ttf differ diff --git a/font/llpixel.zip b/font/llpixel.zip new file mode 100644 index 0000000..1e86d5a Binary files /dev/null and b/font/llpixel.zip differ diff --git a/font/pixel_lcd7.zip b/font/pixel_lcd7.zip new file mode 100644 index 0000000..fe7499b Binary files /dev/null and b/font/pixel_lcd7.zip differ diff --git a/font/pixel_lcd7/Pixel LCD-7.fon b/font/pixel_lcd7/Pixel LCD-7.fon new file mode 100755 index 0000000..5cdf3be Binary files /dev/null and b/font/pixel_lcd7/Pixel LCD-7.fon differ diff --git a/font/pixel_lcd7/Pixel-LCD-7.ttf b/font/pixel_lcd7/Pixel-LCD-7.ttf new file mode 100755 index 0000000..a161a7b Binary files /dev/null and b/font/pixel_lcd7/Pixel-LCD-7.ttf differ diff --git a/font/pixel_lcd7/pixel_lcd-7_icon.png b/font/pixel_lcd7/pixel_lcd-7_icon.png new file mode 100755 index 0000000..8a5c5ce Binary files /dev/null and b/font/pixel_lcd7/pixel_lcd-7_icon.png differ diff --git a/font/pixel_lcd7/pixel_lcd-7_screen.png b/font/pixel_lcd7/pixel_lcd-7_screen.png new file mode 100755 index 0000000..e9d5c23 Binary files /dev/null and b/font/pixel_lcd7/pixel_lcd-7_screen.png differ diff --git a/font/pixel_lcd7/readme.txt b/font/pixel_lcd7/readme.txt new file mode 100755 index 0000000..f772ac8 --- /dev/null +++ b/font/pixel_lcd7/readme.txt @@ -0,0 +1,48 @@ + +True Type Font: Pixel LCD-7 version 1.0 + + +EULA +-==- +The fonts Pixel LCD-7 is freeware for home using. + + +DESCRIPTION +-=========- + +Original pixel font like seven-segment clock faces. Native size is 15 points. Only Cyrillic code page is supported. + +Files in pixel_lcd-7.zip: + readme.txt this file; + pixel_lcd-7.ttf Pixel LCD-7 regular font; + pixel_lcd-7.fon Pixel LCD-7 regular font in Windows OS "FON" format; + pixel_lcd-7_screen.png preview image. + +Please visit http://www.styleseven.com/ for download our other products as freeware as shareware. +We will welcome any useful suggestions and comments; please send them to ms-7@styleseven.com + + +FREEWARE USE (NOTES) +-=================- + +Also you may: + * Use the font in freeware software (credit needed); + * Use the font for your education process. + + +COMMERCIAL OR BUSINESS USE +-========================- + +Please contact us ($24.95). +You may: + * Include the font to your installation; + * Use one license up to 100 computers in your office. + + +AUTHOR +-====- + +Sizenko Alexander +Style-7 +http://www.styleseven.com +Created: November 24 2012 \ No newline at end of file diff --git a/fonts.css b/fonts.css new file mode 100644 index 0000000..3ed98fe --- /dev/null +++ b/fonts.css @@ -0,0 +1,13 @@ +@font-face { +font-family: 'Pixel'; +font-style: normal; +font-weight: 300; +src: local('LLPIXEL3'), url('font/LLPIXEL3.ttf'); +} + +@font-face { +font-family: 'Pixel-LCD'; +font-style: normal; +font-weight: 300; +src: local('Pixel-LCD-7'), url('font/pixel_lcd7/Pixel-LCD-7.ttf'); +} \ No newline at end of file diff --git a/homepageV2.js b/homepageV2.js index f6d22ab..93d47b7 100644 --- a/homepageV2.js +++ b/homepageV2.js @@ -7,39 +7,39 @@ $(function(){ if($('.content').hasClass('active')){ $('.content').removeClass('active').hide(); } - $('#4chanList').addClass('active').show('600'); + $('#4chanList').addClass('active').show('300'); }); $('#music').mouseover(function(){ if($('.content').hasClass('active')){ $('.content').removeClass('active').hide(); } - $('#musicList').addClass('active').show('600'); + $('#musicList').addClass('active').show('300'); }); $('#school').mouseover(function(){ if($('.content').hasClass('active')){ $('.content').removeClass('active').hide(); } - $('#schoolList').addClass('active').show('600'); + $('#schoolList').addClass('active').show('300'); }); $('#work').mouseover(function(){ if($('.content').hasClass('active')){ $('.content').removeClass('active').hide(); } - $('#workList').addClass('active').show('600'); + $('#workList').addClass('active').show('300'); }); $('#resources').mouseover(function(){ if($('.content').hasClass('active')){ $('.content').removeClass('active').hide(); } - $('#resourceList').addClass('active').show('600'); + $('#resourceList').addClass('active').show('300'); }); $('#checklist').mouseover(function(){ if($('.content').hasClass('active')){ $('.content').removeClass('active').hide(); } - $('#todoList').addClass('active').show('600'); + $('#todoList').addClass('active').show('300'); }); //part 3 diff --git a/images/4chanpixel.png b/images/4chanpixel.png new file mode 100644 index 0000000..693e73b Binary files /dev/null and b/images/4chanpixel.png differ diff --git a/images/bookpixel.png b/images/bookpixel.png new file mode 100644 index 0000000..a0f4ec0 Binary files /dev/null and b/images/bookpixel.png differ diff --git a/images/bookpixel2.png b/images/bookpixel2.png new file mode 100644 index 0000000..13ce5fd Binary files /dev/null and b/images/bookpixel2.png differ diff --git a/stylesheetV2.css b/stylesheetV2.css index 83269b0..c430fb1 100644 --- a/stylesheetV2.css +++ b/stylesheetV2.css @@ -1,3 +1,17 @@ +@font-face { +font-family: 'Pixel'; +font-style: normal; +font-weight: 300; +src: local('LLPIXEL3'), url('font/LLPIXEL3.ttf'); +} + +@font-face { +font-family: 'Pixel-LCD'; +font-style: normal; +font-weight: 300; +src: local('Pixel-LCD-7'), url('font/pixel_lcd7/Pixel-LCD-7.ttf'); +} + body { background: url("background.gif") no-repeat center center fixed; background-size: cover; @@ -52,7 +66,7 @@ img:hover{ } h1{ - font-family: 'Orbitron', sans-serif; + font-family: 'Pixel-LCD', sans-serif; color: #d3d3d3; opacity: .6; border-bottom: 3px solid; @@ -75,7 +89,7 @@ li{ margin:0 20px; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; font-size: 25px; - font-family: 'Orbitron', sans-serif; + font-family: 'Pixel', sans-serif; opacity: .6; } diff --git a/todo.css b/todo.css index eb6792e..8e9a9b2 100644 --- a/todo.css +++ b/todo.css @@ -1,9 +1,23 @@ +@font-face { +font-family: 'Pixel'; +font-style: normal; +font-weight: 300; +src: local('LLPIXEL3'), url('font/LLPIXEL3.ttf'); +} + +@font-face { +font-family: 'Pixel-LCD'; +font-style: normal; +font-weight: 300; +src: local('Pixel-LCD-7'), url('font/pixel_lcd7/Pixel-LCD-7.ttf'); +} + button{ background-color: transparent; color: #d3d3d3; border: none; opacity: .8; - font-family: 'Orbitron', sans-serif; + font-family: 'Pixel', sans-serif; font-size: 16px; margin:auto; z-index: 1; @@ -13,7 +27,7 @@ input{ width: 20px; font-size: 12px; color: #d3d3d3; - font-family: 'Orbitron', sans-serif; + font-family: 'Pixel-LCD-7', sans-serif; background-color: transparent; border: none; border-bottom: 2px solid #d3d3d3; color: #d3d3d3; @@ -44,14 +58,14 @@ input{ #todos, #todos li{ - font-family: 'Orbitron', sans-serif; + font-family: 'Pixel', sans-serif; font-size: 14px; display: block; max-height: 25px; } .deleteButton{ - font-family: 'Orbitron', sans-serif; + font-family: 'Pixel', sans-serif; font-size: 14px; border: none; color: #d3d3d3;