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!