From 53bcd858c975114c59716ab1506e75a0bd227107 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Fri, 17 Oct 2014 09:39:11 +0300 Subject: [PATCH] Design suggestions for the front page --- css/styles.css | 11 +++++++++++ front-page.php | 20 +++++++++----------- functions.php | 4 ++-- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/css/styles.css b/css/styles.css index c7d7f11..d0c2099 100644 --- a/css/styles.css +++ b/css/styles.css @@ -786,3 +786,14 @@ a.button:hover { opacity: 0.8; } p img { max-width: 100%; } + +.front-page-sponsors { + text-align: center; +} +.front-page-big-title h1 { + font-size: 1.4em; + text-align: center; +} +.content.front-page-big-title { + padding: 1em 0 0 0; +} diff --git a/front-page.php b/front-page.php index f0370a5..e2bef27 100644 --- a/front-page.php +++ b/front-page.php @@ -1,15 +1,13 @@ -
-
-
- -
-
-
- - -
- +

OpenFest e единствената по рода си в България конференция, посветена на свободната култура, свободния софтуер и софтуера с отворен код, свободното споделяне на знания – фестивал на свободното творчество. OpenFest е ежегодна среща на всички почитатели, създатели, поддръжници и нови фенове на свободните изкуства и свободния софтуер.

+
+
+ + +
+
+
+
diff --git a/functions.php b/functions.php index 14a8007..1bebb0e 100644 --- a/functions.php +++ b/functions.php @@ -43,7 +43,7 @@ function sh_latest_posts($atts){ if ( $news->have_posts() ) : while ( $news->have_posts() && $i++<2) : $news->the_post(); ?> -
+

|

@@ -58,7 +58,7 @@ function sh_latest_posts($atts){ $i=0; while ( $news->have_posts() && $i++<2) : $news->the_post(); ?> -
+

|