diff --git a/index.html b/index.html
index da3af6f..e6b4bbc 100644
--- a/index.html
+++ b/index.html
@@ -9,25 +9,19 @@
-
+
-
- Welcome to GitHub Pages.
+ Demo
-This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:
+ Selected timezone {{timezone}}
+
-$ cd your_repo_root/repo_name
-$ git fetch origin
-$ git checkout gh-pages
-
If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.
@@ -59,7 +53,11 @@ $ git checkout gh-pages
-
+
+
+
+
+
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
index b5f20c2..2587a03 100644
--- a/stylesheets/stylesheet.css
+++ b/stylesheets/stylesheet.css
@@ -243,3 +243,12 @@ a {
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem; } }
+
+@import url(http://fonts.googleapis.com/css?family=Raleway:900);
+
+.logo {
+ margin-bottom: 2rem;
+ font-family: 'Raleway';
+ font-weight: 900;
+ color: rgb(41, 255, 142);
+}
\ No newline at end of file