Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added version number to header.
  • Loading branch information
Jacob Durrant committed Dec 4, 2019
1 parent d6cf66e commit 47bb71f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Webina</title>
<link rel="shortcut icon" href="favicon.ico"><link href="vendors.ba6bc77155b7ef7dbaec.1.css" rel="stylesheet"><link href="styles.ba6bc77155b7ef7dbaec.3.css" rel="stylesheet"></head>
<link rel="shortcut icon" href="favicon.ico"><link href="vendors.24f544c55bbf0fea1b2d.1.css" rel="stylesheet"><link href="styles.24f544c55bbf0fea1b2d.3.css" rel="stylesheet"></head>

<body>
<div id="app"></div>
Expand All @@ -19,6 +19,6 @@
<script src="vue.min.js"></script>
<script src="vuex.min.js"></script>
<script src="bootstrap-vue.min.js"></script>
<script type="text/javascript" src="runtime.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="vendors.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="app.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="styles.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="styles.css.ba6bc77155b7ef7dbaec.js"></script></body>
<script type="text/javascript" src="runtime.24f544c55bbf0fea1b2d.js"></script><script type="text/javascript" src="vendors.24f544c55bbf0fea1b2d.js"></script><script type="text/javascript" src="app.24f544c55bbf0fea1b2d.js"></script><script type="text/javascript" src="styles.24f544c55bbf0fea1b2d.js"></script><script type="text/javascript" src="styles.css.24f544c55bbf0fea1b2d.js"></script></body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions src/UI/UI.ts
Expand Up @@ -5,6 +5,7 @@

import * as Store from "../Vue/Store";
import * as Utils from "../Utils";
import { VERSION } from "../Version";

declare var Vue;

Expand All @@ -20,13 +21,13 @@ export function setup(): void {
<div class="container-fluid">
<open-modal></open-modal>
<div id="no-mobile">
<b-jumbotron class="jumbo" header="Webina" lead="AutoDock Vina Ported to WebAssembly">
<p>Webina is not designed to work on mobile phones. Please use a device with a larger screen.</p>
<b-jumbotron class="jumbo" header="Webina ${VERSION}" lead="AutoDock Vina Ported to WebAssembly">
<p>Webina ${VERSION} is not designed to work on mobile phones. Please use a device with a larger screen.</p>
</b-jumbotron>
</div>
<b-jumbotron class="jumbo" style="background-image:url(${Utils.curPath()}webina_logo.jpg);" header="Webina" lead="AutoDock Vina Ported to WebAssembly">
<p>Brought to you by the Durrant Lab.</p>
<b-jumbotron class="jumbo" style="background-image:url(${Utils.curPath()}webina_logo.jpg);" header="Webina ${VERSION}" lead="AutoDock Vina Ported to WebAssembly">
<p>Brought to you by the <a target="_blank" href="http://durrantlab.com">Durrant Lab</a>.</p>
<b-button variant="primary" target="_blank" href="http://durrantlab.com">More Info</b-button>
</b-jumbotron>
Expand Down
Binary file modified webina.zip
Binary file not shown.

0 comments on commit 47bb71f

Please sign in to comment.