Skip to content

Commit

Permalink
Add some assets used by the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Dec 8, 2020
1 parent ebed62f commit 950d939
Show file tree
Hide file tree
Showing 8 changed files with 6,650 additions and 5 deletions.
2,700 changes: 2,700 additions & 0 deletions docs/source/_static/css/main.css

Large diffs are not rendered by default.

1,915 changes: 1,915 additions & 0 deletions docs/source/_static/images/MegaQC_logo.ai

Large diffs are not rendered by default.

Binary file added docs/source/_static/images/MegaQC_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,973 changes: 1,973 additions & 0 deletions docs/source/_static/images/MegaQC_logo_darkbg.ai

Large diffs are not rendered by default.

Binary file added docs/source/_static/images/MegaQC_logo_darkbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions docs/source/_static/images/MegaQC_logo_darkbg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions docs/source/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<title>MegaQC</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="stylesheet" href="_static/css/main.css" />
</head>
<body class="homepage">
<div id="page-wrapper">
Expand All @@ -17,15 +15,15 @@

<!-- Logo -->
<div id="logo">
<h1><a href="index.html"><img src="images/MegaQC_logo_darkbg.svg" title="MegaQC"></a></h1>
<h1><a href="index.html"><img src="_static/images/MegaQC_logo_darkbg.svg" title="MegaQC"></a></h1>
<p>Collect and visualise data from multiple MultiQC reports</p>
</div>

<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="#" title="Read the MegaQC documentation">Docs</a></li>
<li><a href="docs/" title="Read the MegaQC documentation">Docs</a></li>
<li><a href="http://multiqc.info/" target="_blank" title="Find out more about MultiQC, which MegaQC relies upon">MultiQC</a></li>
<li><a href="https://gitter.im/ewels/MegaQC" target="_blank" title="Get help by chatting with the developers">Gitter</a></li>
<li><a href="https://github.com/ewels/MegaQC" target="_blank" title="View the code on GitHub">GitHub</a></li>
Expand Down

0 comments on commit 950d939

Please sign in to comment.