diff --git a/src/app/components/post/post.component.scss b/src/app/components/post/post.component.scss index 4b9e7d7..23101e2 100644 --- a/src/app/components/post/post.component.scss +++ b/src/app/components/post/post.component.scss @@ -49,4 +49,5 @@ .highlight { color: grey; } + } diff --git a/src/app/components/post/posttag/posttag.component.html b/src/app/components/post/posttag/posttag.component.html index e18de08..63dc4a1 100644 --- a/src/app/components/post/posttag/posttag.component.html +++ b/src/app/components/post/posttag/posttag.component.html @@ -1,5 +1,6 @@
It's been on my mind for a while now to create an oldschool homepage. So, here it is. An homage to the old and tried Web 1.0, whoever thought static webpages were done and dusted is wrong! This will be a collection of some technical things I want to remind myself about so I don't have to look them up again and again, miscellaneous pictures of projects (in-progress or done) or anything that comes to mind I'd like to share on something other than the usual social media suspects.
+It's been on my mind for a while now to create an oldschool homepage. So, here it is. An homage to the old and tried + Web 1.0, whoever thought static web pages were done and dusted is wrong! This will be a collection of some + technical things I want to remind myself about so I don't have to look them up again and again, miscellaneous pictures + of projects (in-progress or done) or anything that comes to mind I'd like to share on something other than the usual + social media suspects.
-Besides, it's nice to have a minimalistic Angular2/Bootstrap playground to test some stuff out. I'll probably update this thing once in a while. Maybe even use a database, wouldn't that be something...
\ No newline at end of file +Besides, it's nice to have a minimalistic Angular2/Bootstrap playground to do some styling experiments. I'll probably update + this thing once in a while. Maybe even use a database, wouldn't that be something...