diff --git a/_posts/2018-01-02-hello-world.md b/_posts/2018-01-02-hello-world.md
index bbface3..5762268 100644
--- a/_posts/2018-01-02-hello-world.md
+++ b/_posts/2018-01-02-hello-world.md
@@ -6,7 +6,7 @@ keywords: ""
image: "hello-world"
image-attrib: "Photo stock by Lukas from Pexel."
---
-It's kind of getting old, I know.
+It's kind of getting old, I know.
A new blog... *again?* What's this all about?
diff --git a/_posts/2018-03-11-who-we-are-and-our-purpose.md b/_posts/2018-03-11-who-we-are-and-our-purpose.md
index 247a649..ee1c7c3 100644
--- a/_posts/2018-03-11-who-we-are-and-our-purpose.md
+++ b/_posts/2018-03-11-who-we-are-and-our-purpose.md
@@ -6,7 +6,7 @@ keywords: ""
image: "who-we-are"
image-attrib: "Photo stock by Lukas from Pexel."
---
-First things first.
+First things first.
Before I write any blog at all, I want to take this time to talk about YOU GUYS! --the people for whom I will be writing and the shared purpose we are going to have here in Full Hacker.
diff --git a/_posts/2018-04-21-git-and-github.md b/_posts/2018-04-21-git-and-github.md
index 0526fcc..e0006e3 100644
--- a/_posts/2018-04-21-git-and-github.md
+++ b/_posts/2018-04-21-git-and-github.md
@@ -7,7 +7,7 @@ image: "git-github"
image-attrib: "Photo stock by Tim Gouw from Pexel."
---
-If you ask me for something that would greatly jumpstart your growth as a developer, I would place my bet on learning Git and exploring projects on [Github](https://github.com/explore).
+If you ask me for something that would greatly jumpstart your growth as a developer, I would place my bet on learning Git and exploring projects on [Github](https://github.com/explore).
I say this because to be better in writing code, you must first read and use lots and lots of code by more experienced developers... and a good place to start with this is Github.
diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md
index a465e81..a91ed0f 100644
--- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md
+++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md
@@ -7,7 +7,7 @@ image: "ubuntu-dev-setup"
image-attrib: ""
---
-Whenever I get a new Ubuntu machine I intend to use for development, I go through so many articles around the Web just so I can install everything I need. This is because I work on several projects using different technologies.
+Whenever I get a new Ubuntu machine I intend to use for development, I go through so many articles around the Web just so I can install everything I need. This is because I work on several projects using different technologies.
So I decided to write this article for quickly setting up all I need on a new Ubuntu. Following these steps will enable you to quickly setup Node.js, Python, and Ruby (for Jekyll).
diff --git a/assets/main.scss b/assets/main.scss
index cb61ef2..560254f 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -328,6 +328,14 @@ nav#side-nav {
background-color: #e4e2dd;
}
+.first-letter {
+ font-size: 75px;
+ line-height: 60px;
+ float: left;
+ padding: 0px 8px 0 3px;
+ color: #8A2BE2;
+}
+
@media only screen and (min-width: 0px) and (max-width: 350px) {
div.subscription-message-div {
display: none !important;