Tidied up the styling of post tags.

This commit is contained in:
Joachim Nielandt 2018-03-24 19:30:30 +01:00
parent d008caf432
commit 9b9b2176fe
4 changed files with 14 additions and 4 deletions

View File

@ -49,4 +49,5 @@
.highlight {
color: grey;
}
}

View File

@ -1,5 +1,6 @@
<div [ngSwitch]="tag" [class.highlight]="highlight">
<ng-template [ngSwitchCase]= "'tech'"><i class="fa fa-wrench"></i></ng-template>
<ng-template [ngSwitchCase]= "'project'"><i class="fa fa-map"></i></ng-template>
<ng-template [ngSwitchCase]= "'tech'"><i class="fa fa-microchip"></i></ng-template>
<ng-template [ngSwitchCase]= "'project'"><i class="fa fa-wrench"></i></ng-template>
<ng-template [ngSwitchCase]= "'blog'"><i class="fa fa-microphone"></i></ng-template>
<ng-template ngSwitchDefault><i class="fa fa-question-circle"></i></ng-template>
</div>

View File

@ -0,0 +1,3 @@
div {
margin-left: 8px;
}

View File

@ -1,3 +1,8 @@
<p>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 <em>wrong</em>! 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.</p>
<p>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 <em>wrong</em>! 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.</p>
<p>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...</p>
<p>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 <em>that</em> be something...</p>