diff --git a/footer.php b/footer.php index 4a81ad2..26db20b 100644 --- a/footer.php +++ b/footer.php @@ -50,7 +50,10 @@ function openBlog(evt, blogName) { } // Get the element with id="defaultOpen" and click on it -document.getElementById("defaultOpen").click(); +var defaultOpen = document.getElementById("defaultOpen"); +if (defaultOpen) { + document.getElementById("defaultOpen").click(); +} diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..0925b83 --- /dev/null +++ b/functions.php @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/header.php b/header.php index 72cdc26..abb50bf 100644 --- a/header.php +++ b/header.php @@ -40,7 +40,7 @@ - + Enjoy!

- -
- -
+
+
+ + + + +
+ +
-
- -
-
- -
-
- + + + + + + +
+ +
+ +
+
+ +
+
diff --git a/single.php b/single.php index 7c6f683..2c051e5 100644 --- a/single.php +++ b/single.php @@ -1,7 +1,6 @@ + - -
@@ -19,91 +18,43 @@
-

Some cool title

+

-

Senad Uka

-

17 October

+

+

- - - - + + + +
-

Curabitur vitae feugiat nibh. In leo erat, blandit non scelerisque a, pretium in massa. Praesent vel nibh tincidunt, faucibus mi sed, sodales dolor.

-
-

The $79 iWork ’08 - appears to be a good deal for anyone needing an affordable office suite for the Mac. - Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant - no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought - Microsoft Excel because iWork lacked a spreadsheet application.

- -
- -
-

The $79 iWork ’08 - appears to be a good deal for anyone needing an affordable office suite for the Mac. - Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant - no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought - Microsoft Excel because iWork lacked a spreadsheet application.

- -
-
- -
-
-

The $79 iWork ’08 - appears to be a good deal for anyone needing an affordable office suite for the Mac. - Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant - no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought - Microsoft Excel because iWork lacked a spreadsheet application.

- -
- -
- -
-
-

However, with the addition of Numbers and the release of Microsoft’s - Office for Mac 2008 delayed until January, Mac users may stick to Apple’s less expensive option. - We’re also happy that Mac hasn’t changed its file formats as Microsoft did with Office 2007. We like - the sparse interfaces throughout the iWork package.

- -
-
-
-
-

The $79 iWork ’08 - appears to be a good deal for anyone needing an affordable office suite for the Mac. - Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant - no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought - Microsoft Excel because iWork lacked a spreadsheet application.

-
- -
- - + +
+ + +

Besides writing interesting blog posts - we also implement boring and not so boring software - so if you need something, feel free to
HIRE US!

- - + + + +
diff --git a/style.css b/style.css index 6be3ae5..beb0a6a 100644 --- a/style.css +++ b/style.css @@ -218,7 +218,6 @@ ul,p{ position: relative; } - .blog-intro{ height: auto; } @@ -260,7 +259,7 @@ ul,p{ padding-bottom: 10px; } .article-img-wrraper { - background:url(../img/blog-img.png)center no-repeat; + background:url(./img/blog-img.png)center no-repeat; display: block; margin: auto; width: 100%; @@ -272,7 +271,11 @@ ul,p{ padding-left: 15px; margin-right: auto; margin-left: auto; + color: #898AB9; + font-size: 16px; + font-weight: 300; } + .highlighted-text { color: #26245F; font-weight: 300; @@ -423,11 +426,6 @@ div.tab button.active { margin: 30px 0; font-weight: 500; } -.details2{ - color: #898AB9; - font-size: 16px; - font-weight: 300; -} .flex-center { display: flex; justify-content: center; @@ -457,7 +455,7 @@ div.tab button.active { } .banner{ - background:url(../img/blog-img.png)center no-repeat; + background:url(./img/blog-img.png)center no-repeat; width: 100%; height: 550px; display: table; @@ -477,7 +475,7 @@ div.tab button.active { /*------------------------Footer-------------------------*/ footer{ - background:url(../img/footer.png)no-repeat; + background:url(./img/footer.png)no-repeat; background-size: cover; padding: 70px 0; }