Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
spikeekips committed Sep 26, 2019
1 parent 1001b80 commit fb0be9b
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 7 deletions.
34 changes: 34 additions & 0 deletions readthedocs/.dict.utf-8.add
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
AVL
Babara
BlockProof
CC0
Generis
LevelDB
Liskov
MongoDB
MySQL
PBFT
PostgreSQL
ShareAlike
VotingProof
WIPO
blockchain
compatiblelicenses
creativecommons
gitbook
github
hyperledge
io
keypair
m9
mitum
mitum's
multisig
opensource
readthedocs
spikeekips
sublicensable
synched
utf
waivable
zcash
1 change: 1 addition & 0 deletions readthedocs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.dict.utf-8.add.spl
1 change: 1 addition & 0 deletions readthedocs/_static/common.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.strike {
text-decoration: line-through;
}
Expand Down
Binary file added readthedocs/_static/favicon/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readthedocs/_static/favicon/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readthedocs/_static/favicon/favicon-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readthedocs/_static/favicon/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readthedocs/_static/favicon/favicon-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readthedocs/_static/favicon/favicon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions readthedocs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "!layout.html" %}
{% block extrahead %}
<link rel="shortcut icon" type="image/x-icon" href="{{ pathto('_static/favicon/favicon.ico', 1) }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ pathto('_static/favicon/apple-touch-icon.png', 1) }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ pathto('_static/favicon/favicon-16x16.png', 1) }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ pathto('_static/favicon/favicon-32x32.png', 1) }}">
<link rel="icon" type="image/png" sizes="192x192" href="{{ pathto('_static/favicon/favicon-192x192.png', 1) }}">
<link rel="icon" type="image/png" sizes="512x512" href="{{ pathto('_static/favicon/favicon-512x512.png', 1) }}">
{% endblock %}
Binary file modified readthedocs/docs/images/mitum-logo-1000.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 20 additions & 7 deletions readthedocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
Welcome to mitum's documentation!
=================================

.. image:: docs/images/mitum-logo-1000.png
:scale: 50 %
:align: center

.. toctree::
:hidden:
:maxdepth: 1
:caption: Introduction

Expand All @@ -17,7 +20,6 @@ Welcome to mitum's documentation!


.. toctree::
:hidden:
:maxdepth: 1
:caption: ISAAC+

Expand All @@ -31,7 +33,6 @@ Welcome to mitum's documentation!


.. toctree::
:hidden:
:maxdepth: 1
:caption: Network

Expand All @@ -42,15 +43,27 @@ Welcome to mitum's documentation!


.. toctree::
:hidden:
:maxdepth: 1
:caption: About Project


docs/contribution


.. image:: docs/images/mitum-logo-1000.png


.. include: common.rst
.. this js scrript will hide side menu from the index page.
.. raw:: html

<style type="text/css">
@media screen and (min-width: 1100px) {
.wy-nav-content-wrap {
background: inherit;
}
}
</style>

<script type=text/javascript>
$('nav.wy-nav-side').hide();
$('section.wy-nav-content-wrap').css('marginLeft', 0);
</script>

0 comments on commit fb0be9b

Please sign in to comment.