Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Apply new website design (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Oct 13, 2018
1 parent 4360753 commit cb34964
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 186 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

24 changes: 24 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
id: index
---

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

{% include head.html %}

<body>
<section class="hero is-link is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-1 is-spaced">
404 - Page Not Found
</h1>
<h2 class="subtitle">
Take me back to <a href="https://getwebcatalog.com" class="is-text-link">getwebcatalog.com</a>
</h2>
</div>
</div>
</section>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Juli
title: Juli - WebCatalog
email: [email protected]
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://juli.getwebcatalog.com" # the base hostname & protocol for your site, e.g. http://example.com
Expand All @@ -26,4 +26,4 @@ markdown: kramdown
plugins:
- jekyll-redirect-from

google_analytics: UA-124034530-5
google_analytics: UA-124034530-4
2 changes: 1 addition & 1 deletion docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<title>{% if page.title %}{{ page.title | escape }} - {{ site.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>

<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
<link rel="stylesheet" href="https://getwebcatalog.com/assets/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
<link rel="shortcut icon" href="/images/icon.png" type="image/png">
{% if jekyll.environment == 'production' and site.google_analytics %}
Expand Down
24 changes: 0 additions & 24 deletions docs/_layouts/default.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/_sass/bulma
Submodule bulma deleted from a316d0
71 changes: 0 additions & 71 deletions docs/_sass/bulma.sass

This file was deleted.

4 changes: 0 additions & 4 deletions docs/assets/main.sass

This file was deleted.

234 changes: 156 additions & 78 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/components/dialogs/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ const About = (props) => {
<span role="img" aria-label="love">❤️</span>
<span> by </span>
<span
onClick={() => requestOpenInBrowser('https://quanglam2807.github.io')}
onKeyDown={() => requestOpenInBrowser('https://quanglam2807.github.io')}
onClick={() => requestOpenInBrowser('https://github.com/quanglam2807')}
onKeyDown={() => requestOpenInBrowser('https://github.com/quanglam2807')}
role="link"
tabIndex="0"
className={classes.link}
Expand Down

0 comments on commit cb34964

Please sign in to comment.