Skip to content

Commit 6bdb27c

Browse files
committed
Added logo to site.
1 parent 48757b4 commit 6bdb27c

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ twitter_username: utplsql
1717
github_username: utplsql
1818
# Build settings
1919
markdown: kramdown
20-
exclude: ["README.md","dl-files"]
20+
exclude: ["README.md","dl-files"]
21+
header_image: /images/utPLSQL-testing-framework-transparent - small.png

_includes/header.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<div class="wrapper">
44

5-
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
6-
<span class="site-title-description">{{ site.description }}</span>
5+
<a class="site-title" href="{{ site.baseurl }}/"><img src="{{ site.header_image }}" alt="{{ site.title }}" title="{{ site.title }}" width="300"></a>
76

87
<nav class="site-nav">
98
<a href="#" class="menu-icon">

_sass/_layout.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@
4646
.site-nav {
4747
float: right;
4848
line-height: 35px;
49-
border: 1px solid black;
5049
padding-left: 10px;
5150
padding-right: 10px;
52-
background-color: black;
5351

5452
.menu-icon {
5553
display: none;

css/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ $grey-color-dark: darken($grey-color, 25%);
2525
$violet-color: #800080;
2626
$white-color: #FFFFFF;
2727

28-
$header-background: $violet-color;
29-
$header-text: $white-color;
28+
$header-background: $white-color;
29+
$header-text: $grey-color-dark;
3030

3131
// Width of the content area
3232
$content-width: 800px;
229 KB
Loading

0 commit comments

Comments
 (0)