Fixed small things

This commit is contained in:
Joachim Nielandt 2018-03-27 21:36:09 +02:00
parent 0e0ab741e5
commit 587338d1eb
3 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<div class="post"> <div class="post">
<div class="post-header"> <div class="post-header">
<div class="post-date"> <div class="post-date">
{{post.created_timestamp | simpledate}} <small>{{post.created_timestamp}}</small> {{post.created_timestamp | simpledate}}
</div> </div>
<div class="post-title"> <div class="post-title">
{{getPostTitle()}} {{getPostTitle()}}

View File

@ -52,6 +52,12 @@ This is a work-around for the innerHTML. Apparently, angular can style this is :
:host ::ng-deep .post-body p:last-child { :host ::ng-deep .post-body p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
/**
Custom coloring for the links.
*/
:host ::ng-deep a {
color: darkorange;
}
.post-tag { .post-tag {

View File

@ -4,10 +4,11 @@
until I stop paying the bills. until I stop paying the bills.
</p> </p>
<p>The presentation was made by using the excellent javascript library <a href="https://impress.js.org/#/bored">impress.js</a>, <p>The presentation was made with the excellent javascript library <a target="_blank" href="https://impress.js.org/#/bored">impress.js</a>,
which allows easy manipulation of HTML content using pure CSS and some javascript calls. Before trying, I didn't know which allows easy manipulation of HTML content using pure CSS and some javascript calls. Before trying, I didn't know
the true power of CSS transitions. I'm happy I persevered: it was an excellent opportunity to hone my CSS skills and the true power of CSS transitions. I'm happy I persevered: it was an excellent opportunity to hone my CSS skills and
try and make some creative slides.</p> try and make some creative slides.</p>
<p>The presentation can be found <a href="/assets/embedded/phdpresentation/pres.html">on the following location</a>, <p>The presentation can be found <a target="_blank" href="/assets/embedded/phdpresentation/pres.html">on the following location</a>,
raw and unedited. Press <em>left</em> and <em>right</em> to go back and forth, I also believe swiping does things.</p> raw and uncorrected (since the presentation, in any case). Press <em>left</em> and <em>right</em> to go back and forth,
I also believe swiping does things. And there's a top menu for some faster navigation. <em>Fancy!</em></p>