Skip to content

Commit

Permalink
Merge pull request #29 from sascha-kirch/23-previw-image-of-website
Browse files Browse the repository at this point in the history
update logo font. add social card. added meta tags.
  • Loading branch information
sascha-kirch committed Nov 4, 2023
2 parents 6bcd19b + 4bed920 commit 21d3019
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file modified docs/assets/images/ds_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/images/ds_logo_2_1.png
Binary file not shown.
Binary file modified docs/assets/images/ds_logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/ds_logo_small_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/social_card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{% extends "base.html" %}

{% block extrahead %}
<meta property="og:title" content="DeepSaki - Deep Learning Extension for TensorFlow">
<meta property="og:description" content="DeepSaki is an add-on to TensorFlow. It provides a variaty of custom classes ranging from activation functions to entire models, helper functions to facilitate connectiong to your, compute HW and many more!">
<meta property="og:image" content="/assets/images/ds_logo_2_1.png">
<meta property="og:url" content="https://sascha-kirch.github.io/DeepSaki/develop/">
<meta property="og:title" content="DeepSaki - Deep Learning Extension for TensorFlow" />
<meta property="og:description" content="DeepSaki is an add-on to TensorFlow. It provides a variaty of custom classes ranging from activation functions to entire models, helper functions to facilitate connectiong to your, compute HW and many more!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/images/social_card.png" />
<meta property="og:url" content="https://sascha-kirch.github.io/DeepSaki/develop/" />
<meta name="twitter:card" content="summary_large_image">
{% endblock %}

0 comments on commit 21d3019

Please sign in to comment.