Skip to content

Commit 49ab008

Browse files
committed
Roll out new logo on website.
1 parent 54fed59 commit 49ab008

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

_docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/home/
44
redirect_from: /docs/index.html
55
---
66

7-
![SU2 Logo](../../docs_files/logoSU2_v3.3.jpg)
7+
![SU2 Logo](../../img/logos/logoSU2.jpg)
88

99
The SU2 suite is an open-source collection of C++ based software tools for performing Partial Differential Equation (PDE) analysis and solving PDE-constrained optimization problems. The toolset is designed with Computational Fluid Dynamics (CFD) and aerodynamic shape optimization in mind, but is extensible to treat arbitrary sets of governing equations such as potential flow, elasticity, electrodynamics, chemically-reacting flows, and many others. SU2 is under active development by individuals all around the world on [GitHub](https://github.com/su2code/SU2) and is released under an open-source license.
1010

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="icon-bar"></span>
99
</button>
1010
<a class="navbar-brand" href="{{ site.baseurl }}/">
11-
<span><img src="{{site.baseurl}}/img/logonav.png"></span>
11+
<span><img src="{{site.baseurl}}/img/logos/logonav.png"></span>
1212
</a>
1313
</div>
1414
<div id="navbar" class="collapse navbar-collapse">

favicon.ico

1.06 KB
Binary file not shown.

favicon.png

-134 Bytes
Loading

img/logos/logoSU2.png

14.9 KB
Loading

img/logos/logonav.png

12.1 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="header-light regular-pad">What is SU2?</h2>
6161
</blockquote>
6262
</div>
6363
<div class="col-md-6 text-center">
64-
<img src="img/logoSU2_v3.3_mod.png" alt="" class="img-responsive">
64+
<img src="img/logos/logoSU2.png" alt="" class="img-responsive">
6565
</div>
6666
</div>
6767

0 commit comments

Comments
 (0)