Skip to content

Commit

Permalink
feat: website refresh (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaT82 committed Mar 5, 2024
1 parent 234473b commit 9df9920
Show file tree
Hide file tree
Showing 11 changed files with 614 additions and 627 deletions.
7 changes: 3 additions & 4 deletions 404.html
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
@@ -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
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
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
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

0 comments on commit 9df9920

Please sign in to comment.