diff --git a/_includes/head.html b/_includes/head.html
index 8e1c6b1..abcf5de 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -16,4 +16,14 @@
-
\ No newline at end of file
+
+
+
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index 11e8d89..7ea5d98 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -74,6 +74,10 @@ article p img {
display: block;
}
+.post article h1 {
+ font-weight: bold;
+}
+
.post-list h2 {
font-size: 1.5rem;
}
@@ -98,4 +102,20 @@ hr {
border: none;
border-top: 1px solid lighten($grey-color, 20%);
margin: 1.5rem 0;
-}
\ No newline at end of file
+}
+
+.channel {
+ #mahdi * {
+ fill: #000000 !important;
+ }
+
+ & > a::before {
+ content: 'BroadcastChannels rock';
+ color: white;
+ position: absolute;
+ top: 250px;
+ left: calc(50% - 83px);
+ font-size: 15px;
+ text-shadow: 0 0 1px white;
+ }
+}
diff --git a/img/broadcast-channels.jpg b/img/broadcast-channels.jpg
new file mode 100644
index 0000000..facdb67
Binary files /dev/null and b/img/broadcast-channels.jpg differ
diff --git a/img/greasemonkey-github-repositories.png b/img/greasemonkey-github-repositories.png
new file mode 100644
index 0000000..1604a8f
Binary files /dev/null and b/img/greasemonkey-github-repositories.png differ
diff --git a/img/greasemonkey-github-stars.png b/img/greasemonkey-github-stars.png
new file mode 100644
index 0000000..5697a72
Binary files /dev/null and b/img/greasemonkey-github-stars.png differ