Fixed small things
This commit is contained in:
parent
0e0ab741e5
commit
587338d1eb
@ -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()}}
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user