Skip to content

Commit

Permalink
Add the Tekton logo to the main page
Browse files Browse the repository at this point in the history
Done the absolute simplest way for now.
  • Loading branch information
skaegi authored and tekton-robot committed Mar 25, 2020
1 parent 63a6424 commit 1100d27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions layouts/shortcodes/blocks/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
{{ end }}
<section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height }} js-td-cover td-overlay td-overlay--dark -bg-{{ $col_id }}">
<div class="container td-overlay__inner">
<img class="hero-logo" src="images/tekton-horizontal-color.png">
<div class="row">
<div class="col-6">
<div class="text-left">
Expand Down
Binary file added static/images/tekton-horizontal-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/stylesheets/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ div.tab-pane.active {
code {
word-break: keep-all;
}

.hero-logo {
margin-bottom: -2rem;
width: 60%;
}

0 comments on commit 1100d27

Please sign in to comment.