diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..5f1149c --- /dev/null +++ b/functions.php @@ -0,0 +1,29 @@ + + + \ No newline at end of file diff --git a/header.php b/header.php new file mode 100644 index 0000000..1dfcea0 --- /dev/null +++ b/header.php @@ -0,0 +1,71 @@ + + + + + + class="no-js"> + + + + + + + + <?php wp_title(''); ?> + + + + + + + + + + + + + + + + + + + + + + + + + + > + +
+ + diff --git a/library/css/style.css b/library/css/style.css index 388fb46..cd65702 100644 --- a/library/css/style.css +++ b/library/css/style.css @@ -10,4 +10,14 @@ and is called at the beginning, after that we call the rest of the styles inside media queries. ******************************************************************/ -@import url("../../../flatdesign/library/css/style.css"); \ No newline at end of file +@import url("../../../flatdesign/library/css/style.css"); + +.lang-link { + position: absolute; + right: 0; + height: 2.5em; + width: 2.5em; + background-image: url(../images/language.png); + background-repeat: no-repeat; + background-size: 100%; +} diff --git a/library/images/headers/sky-1140-300.jpg b/library/images/headers/sky-1140-300.jpg new file mode 100644 index 0000000..115ad33 Binary files /dev/null and b/library/images/headers/sky-1140-300.jpg differ diff --git a/library/images/headers/sky-1140-330.jpg b/library/images/headers/sky-1140-330.jpg deleted file mode 100644 index 284b7bc..0000000 Binary files a/library/images/headers/sky-1140-330.jpg and /dev/null differ diff --git a/library/images/headers/sky-750-225.jpg b/library/images/headers/sky-750-225.jpg deleted file mode 100644 index cf00386..0000000 Binary files a/library/images/headers/sky-750-225.jpg and /dev/null differ diff --git a/library/images/headers/sky-847-222.jpg b/library/images/headers/sky-847-222.jpg new file mode 100644 index 0000000..3d13fb3 Binary files /dev/null and b/library/images/headers/sky-847-222.jpg differ diff --git a/library/images/headers/sky-thumbnail.jpg b/library/images/headers/sky-thumbnail.jpg index 3404a61..288fba5 100644 Binary files a/library/images/headers/sky-thumbnail.jpg and b/library/images/headers/sky-thumbnail.jpg differ diff --git a/library/images/language.png b/library/images/language.png new file mode 100644 index 0000000..fab879a Binary files /dev/null and b/library/images/language.png differ diff --git a/style.css b/style.css index 9f91753..3830553 100644 --- a/style.css +++ b/style.css @@ -8,8 +8,3 @@ Template: flatdesign Version: 0.1 Tags: flexble-width, translation-ready, microformats, rtl-language-support */ -@import url("../flatdesign/style.css"); - -.header #header-title { - background-image: url(../images/ieee-logo.svg); -} \ No newline at end of file