Skip to content

Commit

Permalink
index: image added (appsody#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazif-Khan authored and tomleah committed Jun 26, 2019
1 parent 7ae22bc commit 4885e57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/images/appsody_hello.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import promLogo from "../images/prometheus_logo.png";
import tektonLogo from "../images/tekton_logo.png";

import appsodyFullLogo from "../images/appsody_full_logo.svg";
import appsodyHello from "../images/appsody_hello.svg";

import { Link } from "gatsby";

Expand All @@ -27,7 +28,7 @@ const IndexPage = () => (
</div>
</div>
<div className="col d-none d-md-inline">

<img id="appssody-hello" className="mr-5" src={ appsodyHello } alt="Appsody Logo"></img>
</div>
</div>
</section>
Expand Down
6 changes: 6 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,9 @@ footer a:hover {
border-radius: 0.1em;
color: black
}

#appssody-hello {
float: right;
margin-top: 2em !important;
width: 90%;
}

0 comments on commit 4885e57

Please sign in to comment.