Skip to content

Commit 3413d60

Browse files
Add new graphics to documentation (#762)
Updates README and docs homepage with new logo
1 parent 70d5b19 commit 3413d60

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<h1 style="text-align: center;">
2-
<img src="https://raw.githubusercontent.com/gambitproject/gambit/master/doc/_static/gambit.png"
3-
width="300" alt="Gambit logo">
4-
</h1>
1+
![Logo](doc/_static/Gambit_logo_landscape_green_font_no_outline.png)
52
<br/>
63

74
![Latest stable version](https://img.shields.io/github/v/release/gambitproject/gambit?filter=!*a*&label=Latest%20stable%20version)
98.9 KB
Loading

doc/_static/gambit.png

-8.62 KB
Binary file not shown.

doc/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<div style="background-color: white; text-align: center; padding: 10px 10px 15px 15px; align-items: center;">
1616
<a href="https://www.gambit-project.org/"><img src="{{
17-
pathto("_static/gambit.png", 1) }}" border="0" alt="Chadwick" style="width: 12%;"/></a>
17+
pathto("_static/Gambit_logo_landscape_green_font_no_outline.png", 1) }}" border="0" alt="Chadwick" style="width: 12%;"/></a>
1818

19-
<h4 style="color: #cc0000; margin: 0 auto; text-align: center; width: 100%;">Software tools for game theory.</h3>
19+
<h4 style="color: #1a9e7e; margin: 0 auto; text-align: center; width: 100%;">Software tools for game theory.</h3>
2020
</div>
2121
{{ super() }}
2222
{% endblock %}

0 commit comments

Comments
 (0)