diff --git a/404.html b/404.html index a7aff3f..428a148 100644 --- a/404.html +++ b/404.html @@ -8,5 +8,5 @@ title: 404 - Page not found

Move along. (404 error)


- + \ No newline at end of file diff --git a/_includes/footer-scripts.html b/_includes/footer-scripts.html index e2a9fd8..49126dc 100644 --- a/_includes/footer-scripts.html +++ b/_includes/footer-scripts.html @@ -1,13 +1,13 @@ - - + + {% if include.full %} - + {% endif %} {% if page.js %} {% for js in page.js %} - + {% endfor %} {% endif %} diff --git a/_includes/head.html b/_includes/head.html index 01e72e0..10f625e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,23 +8,23 @@ - + + --> {% if include.full %} - - + + {% else %} - + {% endif %} {% if page.css %} {% for css in page.css %} - + {% endfor %} {% endif %} \ No newline at end of file diff --git a/css/main.css b/css/main.css index 9ce7b66..a8f5ec2 100644 --- a/css/main.css +++ b/css/main.css @@ -15,14 +15,14 @@ p { } p a { /* text-decoration: underline */ - color: #3A85C5; + color: #008AFF; } h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 800; } a { - color: #105086; + color: #008AFF; } a:hover, a:focus { @@ -49,6 +49,11 @@ hr.small { } } +.main-explain-area { + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; + padding: 15px 0; +} + .hideme { display: none; } diff --git a/index.html b/index.html index 9b93db7..e3dcdc9 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,15 @@ --- layout: page title: My website -description: This is where I will tell my friends everything about me +description: This is where I will tell my friends way too much about me --- +
+

Your website is ready!

+

After editing the _config.yml file to personalize the settings, you can start writing blog posts or pages.

+

Below are sample posts for illustration purposes.

+
+
{% for post in paginator.posts %}