Skip to content

Commit f094fa5

Browse files
committed
Add logo and header images
1 parent e467807 commit f094fa5

File tree

7 files changed

+15
-1
lines changed

7 files changed

+15
-1
lines changed

doc/website/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,9 @@ pre code {
172172
padding-top: 6px;
173173
padding-bottom: 6px;
174174
}
175+
176+
.navbar-brand img {
177+
max-width:100px;
178+
margin-top: -7px;
179+
display: inline-block;
180+
}

doc/website/default.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="shortcut icon" href="images/favicon.ico" />
67

78
<title>{{ title }}</title>
89

@@ -20,6 +21,7 @@
2021
<span class="fa fa-fw fa-bars"></span>
2122
</button>
2223
<a class="navbar-brand" href="{{ baseUrl }}/">
24+
<img src="{{ baseUrl }}/images/inengine-logo-32-alt.png" />
2325
{{ title|default('The title') }}
2426
<small class="hidden-xs hidden-sm">
2527
{{ subTitle|default('This is the default subtitle!') }}

doc/website/home.twig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="shortcut icon" href="images/favicon.ico" />
67

78
<title>{{ title }}</title>
89

@@ -21,6 +22,7 @@
2122
<span class="fa fa-fw fa-bars"></span>
2223
</button>
2324
<a class="navbar-brand" href="{{ baseUrl }}/">
25+
<img src="{{ baseUrl }}/images/inengine-logo-32-alt.png" />
2426
{{ title|default('The title') }}
2527
<small class="hidden-xs hidden-sm">
2628
{{ subTitle|default('This is the default subtitle!') }}
@@ -36,7 +38,11 @@
3638
{% endif %}
3739
</div>
3840
<div class="jumbotron text-center">
39-
<h1>{{ title }}</h1>
41+
<img src="{{ baseUrl }}/images/inengine-header.png" />
42+
{#<h1>#}
43+
{#<img src="{{ baseUrl }}/images/inengine-header.svg" class="img-responsive" />#}
44+
{#{{ title }}#}
45+
{#</h1>#}
4046

4147
<p class="lead">{{ subTitle }}</p>
4248
</div>

doc/website/images/favicon.ico

946 Bytes
Binary file not shown.
10 KB
Loading
746 Bytes
Loading
1.25 KB
Loading

0 commit comments

Comments
 (0)