Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: website refresh #216

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@


<div class="container page404">
<h1>404</h1>

<p><strong>Oops, looks like something went wrong.</strong></p>
<p>The requested page could not be found.</p>
<h1>404</h1>
<p><strong>Oops, looks like something went wrong.</strong></p>
<p>The requested page could not be found.</p>
</div>
45 changes: 23 additions & 22 deletions _includes/copyright.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<div id="copyright">
<p>
Copyright © 2020. All Rights Reserved.&nbsp;

<br class="copyright-break" style="display: none;" />
<a
style="text-decoration: underline;"
href="{{ site.baseurl }}/privacy_policy/"
>Privacy Policy</a
>.&nbsp;
<a
style="text-decoration: underline;"
href="{{ site.baseurl }}/disclaimer/"
>Disclaimer</a
>.&nbsp;
<a
style="text-decoration: underline;"
href="{{ site.baseurl }}/user_agreement/"
>User Agreement</a
>.&nbsp;
</p>

<div id="copyright-outer">
<div id="copyright-inner">
<p>
Copyright © {{ site.time | date: '%Y' }}. All Rights Reserved.&nbsp;

<br class="copyright-break" style="display: none;" />
<a
style="text-decoration: underline;"
href="{{ site.baseurl }}/privacy_policy/"
>Privacy Policy</a
>.&nbsp;
<a
style="text-decoration: underline;"
href="{{ site.baseurl }}/disclaimer/"
>Disclaimer</a
>.&nbsp;
<a
style="text-decoration: underline;"
href="{{ site.baseurl }}/user_agreement/"
>User Agreement</a
>.&nbsp;
</p>
</div>
</div>
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<body class="{{ page.class }}">
<div id="viewport" class="animsition">
{% include side-navigation.html %}

{{ content }}
{{ content }}
</div>

{% include footer.html %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<section class="main blog-post">
{% include newsletter-subscribe.html %}
<div class="post content" style="max-width: var(--max-content-width);">
<div class="post content center-content" style="max-width: var(--max-content-width);">

<div class="post-img" style="background-image: url({% if page.thumbnail %}{{ site.baseurl }}/{{ page.thumbnail }}{% else %}{{ site.baseurl }}/assets/img/posts/placeholder-thumbnail.jpg{% endif %})">
<img src="{{ site.baseurl }}/assets/img/posts/placeholder-spacer.gif" />
Expand Down
2 changes: 1 addition & 1 deletion _layouts/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<section class="main blog-post">
{% include newsletter-subscribe.html %}
<div class="post content" style="max-width: var(--max-content-width);">
<div class="post content center-content" style="max-width: var(--max-content-width);">
<div class="post-img" style="background-image:url({% if page.thumbnail %}{{ site.baseurl }}/assets/updates/img/{{ page.thumbnail }}{% else %}{{ site.baseurl }}/assets/updates/img/placeholder-thumbnail.jpg{% endif %})">
<div><h1 class="update-page-title">{{ page.date | date: '%B %d, %Y' }}</h1></div>
<img src="{{ site.baseurl }}/assets/img/posts/placeholder-spacer.gif" />
Expand Down
Loading