diff --git a/_config.yml b/_config.yml index 4c3dd62..1d9e9f1 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,7 @@ author: Ayo attribution: "AyoCart Online Marketing" attribution-url: "https://AyoAyco.com" bugreport_url: "https://github.com/fullhacker/fullhacker.github.io/issues/new" +google_analytics: true website: fullhacker.github.io email: fullhackerblog@gmail.com description: >- # this means to ignore newlines until "baseurl:" diff --git a/_drafts/2019-10-05-google-firebase-pros-cons.md b/_drafts/2019-10-05-google-firebase-pros-cons.md index 0ae82d4..526763e 100644 --- a/_drafts/2019-10-05-google-firebase-pros-cons.md +++ b/_drafts/2019-10-05-google-firebase-pros-cons.md @@ -1,5 +1,5 @@ --- -title: "Google Firebase and the Pros and Cons of Using It" +title: "Google Firebase: Pros and Cons" permalink: "/google-firebase-pros-and-cons" description: "Let's look into what Google Firebase really is and the pros and cons of using it for your app development in 2019." keywords: "" diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index eb2a692..a116559 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,4 +1,4 @@ - - + + + + + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 32b8c23..e626d8d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,13 +1,4 @@ - - - - {{page.title}} | Web Technologies and Productivity Hacks | {{site.title}} diff --git a/_layouts/default.html b/_layouts/default.html index b923bc4..e981ed8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,12 +19,37 @@
{% include header.html %} {% if page.type == "home" %} + + +
- +
@@ -43,10 +68,8 @@
- {% endif %} -
diff --git a/assets/background/business_makers.jpg b/assets/background/business_makers.jpg new file mode 100644 index 0000000..5a89862 Binary files /dev/null and b/assets/background/business_makers.jpg differ diff --git a/assets/background/people_devices.jpg b/assets/background/people_devices.jpg new file mode 100644 index 0000000..fe803f5 Binary files /dev/null and b/assets/background/people_devices.jpg differ diff --git a/assets/main.scss b/assets/main.scss index 0c422a5..2ea5661 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -168,15 +168,55 @@ caption { background-color: #fff; } +.categories { + width: 100%; + /* + height: 700px; + background: url('../assets/background/people_devices.jpg'); + background-repeat: no-repeat; + background-size: 100%; + */ + text-align: center; +} + +.categories-content { + a { + text-decoration: none; + } + + span.categories-title { + color: rgba(141, 191, 66, .97); + text-transform: uppercase; + font-size: 36px; + font-weight: bold; + } + + .categories-card { + width: 360px; + /* + margin-top: 450px; + */ + margin-top: 80px; + border: 2px solid #ccc; + border-radius: 3.2px !important; + box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25); + background: white; + + div.categories-text { + padding: 10px; + } + } +} + .jumbotron { /* background: url('../assets/images/logo.png') no-repeat rgba(141, 191, 66, .97)!important; */ - background: rgba(141, 191, 66, .97)!important; - width: 100%; + background: rgba(141, 191, 66, .97)!important; box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25); + width: 100%; } .after-post #mc_embed_signup label { - color: rgba(141, 191, 66, 0.97) !important; + color: rgba(141, 191, 66, 0.97) !important; } .after-post, @@ -191,6 +231,7 @@ caption { } } +.categories-content, .jumbotron-content { margin: 0 auto; width: 800px;