diff --git a/doc/logo-proposals.txt b/doc/logo-proposals.txt
index 0b7d2893b7c4a9647aac0bfb10b4c8666250c702..6702391197ff3912bf9b6e53a96eaab4877ca1ff 100644
--- a/doc/logo-proposals.txt
+++ b/doc/logo-proposals.txt
@@ -17,3 +17,9 @@ https://www.iconfinder.com/icons/334159/alarm_business_clock_deadline_efficiency
 
 [tea & time]
 http://findicons.com/icon/103028/tealife2_icon_24
+
+[Fonts] http://www.google.com/fonts
+Lobster Two
+Pacifico
+Playball
+Cookie
\ No newline at end of file
diff --git a/run-configurations/Generate Homepage.launch b/run-configurations/Generate Homepage.launch
index f00803dc1c4bfca7c0c3b09bf50d9431d7df71bb..ff0a6fc1d56bfe8b9f317bca85c62e6f01fa5997 100644
--- a/run-configurations/Generate Homepage.launch	
+++ b/run-configurations/Generate Homepage.launch	
@@ -13,5 +13,5 @@
 <stringAttribute key="M2_USER_SETTINGS" value=""/>
 <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
 <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
-<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/Users/nel/git/teetime"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/>
 </launchConfiguration>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 6a783594467f610639545b860f7eeca66cc399a8..54aa49882f9a01de2b96971649075e15a9e1474a 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -1,6 +1,6 @@
 #### TeeTime
 
-![Screenshot](images/code_screenshot.jpg)
+![Screenshot](images/code_screenshot.png)
 
 Implement your analysis or filters in a new, easy and fast way.
 
@@ -12,7 +12,7 @@ The main focus is on fast execution and easy usage.
 
 #### Start today
 
-![Pipelining](images/code_screenshot.jpg)
+![Pipelining](images/code_screenshot.png)
 
 Predefined stages are provided within the source code. You can immediatly start to write your own analysis.
 
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 4e65c7ea59bc23e6cf1ed2f43aaabe2f334004e4..8d815e8091c90d62d731fabe1a9be6f9caba565e 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -1,3 +1,5 @@
+@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
+
 body {
 	background-image:url(../images/bg.png);
 }
diff --git a/src/site/resources/images/code_screenshot.jpg b/src/site/resources/images/code_screenshot.jpg
deleted file mode 100644
index 22faa31f8dd4b3d533321c83e8ac72a5a2a57b5a..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/code_screenshot.jpg and /dev/null differ