Skip to content

Commit

Permalink
serve all ext res locally now
Browse files Browse the repository at this point in the history
  • Loading branch information
ksarink committed Aug 11, 2022
1 parent e50bb7c commit ffbd4d3
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 15 deletions.
6 changes: 6 additions & 0 deletions app/main/static/css/cookieconsent.min.css

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

16 changes: 16 additions & 0 deletions app/main/static/css/font_notosans.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* latin-ext */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url(/static/font/o-0IIpQlx3QUlC5A4PNr6zRAW_0.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url(/static/font/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
7 changes: 7 additions & 0 deletions app/main/static/css/jquery-ui.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added app/main/static/img/earth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/main/static/js/cookieconsent.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions app/main/static/js/jquery-latest.min.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions app/main/static/js/jquery-ui.min.js

Large diffs are not rendered by default.

27 changes: 13 additions & 14 deletions app/main/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,23 @@
<title>PHOTONAI WIZARD</title>

<!-- <link href="https://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet">-->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" href="{{ url_for('static', filename='css/font_notosans.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/uikit.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/progress_bar.css') }}">
<link href="static/css/prism.css" rel="stylesheet" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/prism.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/photon_wizard.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/tooltipster.bundle.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/jquery-ui.min.css') }}">

<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">

<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="/static/js/uikit.min.js"></script>
<script src="/static/js/uikit-icons.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="/static/js/uikit-icons.min.js"></script>
<script src="/static/js/jquery.validate.min.js"></script>
<script src="/static/js/tooltipster.bundle.min.js"></script>
<script src="{{ url_for('static', filename='js/jquery-latest.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/uikit.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/uikit-icons.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.validate.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/tooltipster.bundle.min.js') }}"></script>


<!-- Python Syntax Highlighting -->
Expand All @@ -34,10 +33,10 @@
<!-- <script>hljs.initHighlightingOnLoad();</script>-->


<script src="static/js/prism.js" type="text/javascript"></script>
<script src="{{ url_for('static', filename='js/prism.js') }}" type="text/javascript"></script>

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='css/cookieconsent.min.css') }}">
<script src="{{ url_for('static', filename='js/cookieconsent.min.js') }}"></script>


<script>
Expand Down Expand Up @@ -201,7 +200,7 @@ <h2 class="uk-modal-title">PHOTONAI Wizard</h2>
<footer class="main-footer">
<div class="uk-container">
<div>
<strong>Version 0.1 | Copyright &copy; 2019 - 2021 <a href="http://www.photon-ai.com/">PHOTON</a>.</strong> All rights
<strong>Version 0.1 | Copyright &copy; 2019 - 2022 <a href="http://www.photon-ai.com/">PHOTON</a>.</strong> All rights
reserved.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/main/templates/pipeline_steps/currently_running.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<header class="animated-header">
<div class="loading">Waiting for "load" event...</div>
<div class="earth">
<img src="https://cssanimation.rocks/images/random/earth.png">
<img src="/static/img/earth.png">
</div>
<div class="moon">
<img src="/static/img/udo_emoji.png">
Expand Down

0 comments on commit ffbd4d3

Please sign in to comment.