diff --git a/_layouts/page.html b/_layouts/page.html index 8c8a326..48ccfd9 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -50,7 +50,7 @@
-
Thank you for reading this post. If you enjoyed the content, and want to let me know, or +

Thank you for reading this post. If you enjoyed the content, and want to let me know, or want to ask any questions, please contact me via one of the methods listed @@ -59,11 +59,11 @@ rss feed into your favorite feed reader, or follow - me on Twitter for notifications about my work and future posts.

+ me on Twitter for notifications about my work and future posts.

-
If you have the time to read some more, I recommend checking out one of the following posts: -
+

If you have the time to read some more, I recommend checking out one of the following posts: +

{% assign i = 0 %} {% for post in site.posts %} diff --git a/_papers/Essence-of-Linear-Algebra-Notes.md b/_papers/Essence-of-Linear-Algebra-Notes.md new file mode 100644 index 0000000..812e085 --- /dev/null +++ b/_papers/Essence-of-Linear-Algebra-Notes.md @@ -0,0 +1,6 @@ +--- +src: https://ewpratten.retrylife.ca/highschool_notes/external_math/linear_algebra/linear_algebra.pdf +authors: + - Evan Pratten +date: "2020-06-01" +--- \ No newline at end of file diff --git a/_sass/site/fonts.scss b/_sass/site/fonts.scss index 3997c68..80f71ee 100644 --- a/_sass/site/fonts.scss +++ b/_sass/site/fonts.scss @@ -31,4 +31,5 @@ h3, h4, h5, h6 { p { font-family: "IBM Plex Sans", "sans-serif"; + font-size: 1.05rem; } \ No newline at end of file diff --git a/_sass/site/page.scss b/_sass/site/page.scss index d58ce27..0a8fd00 100644 --- a/_sass/site/page.scss +++ b/_sass/site/page.scss @@ -84,7 +84,10 @@ table, } .inner-content-container { - p, h2, h3 { + + p, + h2, + h3 { a { text-decoration: none; position: relative; @@ -116,4 +119,10 @@ table, } } } +} + +@media only screen and(max-width: 767px) { + .maybe-date { + display: none; + } } \ No newline at end of file diff --git a/blog.html b/blog.html index 33de106..13205c6 100644 --- a/blog.html +++ b/blog.html @@ -28,7 +28,7 @@ backing_scalar: "height:90%;"

{{post.description}}

- {{the_date.first}} + {{the_date.first}}
@@ -39,7 +39,7 @@ backing_scalar: "height:90%;"
{{post.title}}
- {{the_date.first}} + {{the_date.first}}

{{post.description}}

diff --git a/downloads.md b/downloads.md index f8fcb0e..566e8f1 100644 --- a/downloads.md +++ b/downloads.md @@ -17,7 +17,7 @@ Here are links to various downloadable files
{{file.title}}
- {{file.date}} + {{file.date}}

{{file.subtitle}}

@@ -27,9 +27,9 @@ Here are links to various downloadable files --- -## Papers +## Lecture Notes & Papers -I have recently started publishing some small papers I have written. As of now, these are mostly from presentations I have given, or are from my school notes. +Finished lecture notes and papers.
@@ -38,7 +38,7 @@ I have recently started publishing some small papers I have written. As of now,
{{paper.title}}
- {{paper.date}} + {{paper.date}}

{{paper.subtitle}}