From 587338d1eb1481e7e7d655c5e89c0f136e7b2fb0 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Tue, 27 Mar 2018 21:36:09 +0200 Subject: [PATCH] Fixed small things --- src/app/components/post/post.component.html | 2 +- src/app/components/post/post.component.scss | 6 ++++++ src/assets/post/phdpresentation/full-en.html | 7 ++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html index 11514a2..ed4bc33 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -1,7 +1,7 @@
{{getPostTitle()}} diff --git a/src/app/components/post/post.component.scss b/src/app/components/post/post.component.scss index 2e886ba..412cadf 100644 --- a/src/app/components/post/post.component.scss +++ b/src/app/components/post/post.component.scss @@ -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 { margin-bottom: 0px; } +/** +Custom coloring for the links. + */ +:host ::ng-deep a { + color: darkorange; +} .post-tag { diff --git a/src/assets/post/phdpresentation/full-en.html b/src/assets/post/phdpresentation/full-en.html index 3bb5126..defa6fa 100644 --- a/src/assets/post/phdpresentation/full-en.html +++ b/src/assets/post/phdpresentation/full-en.html @@ -4,10 +4,11 @@ until I stop paying the bills.

-

The presentation was made by using the excellent javascript library impress.js, +

The presentation was made with the excellent javascript library impress.js, 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 try and make some creative slides.

-

The presentation can be found on the following location, -raw and unedited. Press left and right to go back and forth, I also believe swiping does things.

+

The presentation can be found on the following location, +raw and uncorrected (since the presentation, in any case). Press left and right to go back and forth, + I also believe swiping does things. And there's a top menu for some faster navigation. Fancy!