Skip to content

Commit

Permalink
Deploying to gh-pages from @ ebb60e1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Aug 6, 2024
1 parent 0e95a97 commit 742c821
Show file tree
Hide file tree
Showing 19 changed files with 145 additions and 90 deletions.
1 change: 1 addition & 0 deletions css/responsive-sm.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
width: 100%;
}

#sensor-timeline-sensor-list,
#multi-site-look-angles-sensor-list {
display: grid;
justify-content: space-evenly;
Expand Down
9 changes: 8 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,14 +706,21 @@ ul {
cursor: 'pointer';
}

#info-overlay-menu {
background: rgba(0, 0, 0, 0);
width: 0px;
height: auto;
bottom: auto;
}

#info-overlay-content {
position: absolute;
background: rgba(0, 0, 0, 0);
color: white;
max-width: 550px;
padding-left: 20px;
top: 25px;
bottom: 50px;
height: auto;
overflow: auto;
z-index: 10;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
position: absolute;
top: 25%;
left: 25%;
}</style><script src="../settings/embed.js"></script><script defer="defer" src="./../../js/main.242cbba30ccf83489c34.js"></script></head><body><div id="instructions"><h1>Keep Track Example</h1><p>This is an example of how to embed Keep Track in your own website.</p><p>The code for this example is in <code>public/examples/embed.html</code> .</p><p>The code for the settings file is in <code>public/settings/embed.js</code> .</p><p>Hold ctrl or shift and use the scroll wheel to zoom in and out.</p></div><div id="keeptrack-root"></div></body></html>
}</style><script src="../settings/embed.js"></script><script defer="defer" src="./../../js/main.74106fc8296af2c3dd15.js"></script></head><body><div id="instructions"><h1>Keep Track Example</h1><p>This is an example of how to embed Keep Track in your own website.</p><p>The code for this example is in <code>public/examples/embed.html</code> .</p><p>The code for the settings file is in <code>public/settings/embed.js</code> .</p><p>Hold ctrl or shift and use the scroll wheel to zoom in and out.</p></div><div id="keeptrack-root"></div></body></html>
2 changes: 1 addition & 1 deletion examples/noplugins.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><title>Keep Track Example</title><meta charset="utf-8"/><script src="../settings/noplugins.js"></script><script defer="defer" src="./../../js/main.242cbba30ccf83489c34.js"></script></head><body><div id="keeptrack-root"></div></body></html>
<!doctype html><html lang="en"><head><title>Keep Track Example</title><meta charset="utf-8"/><script src="../settings/noplugins.js"></script><script defer="defer" src="./../../js/main.74106fc8296af2c3dd15.js"></script></head><body><div id="keeptrack-root"></div></body></html>
Binary file modified img/.textLogo.xcf
Binary file not shown.
Binary file added img/icons/analytics.png
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 img/icons/database.png
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 img/icons/view_timeline2.png
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 img/view_timeline2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"image": "https://www.keeptrack.space/keeptrack8-preview.png",
"url": "https://www.keeptrack.space/app",

}</script><script src="settings/settingsOverride.js"></script><script defer="defer" src="./js/main.6a8668da6f0dfef8f159.js"></script></head><body><div id="keeptrack-root" class="no-text-select" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0;"></div></body></html>
}</script><script src="settings/settingsOverride.js"></script><script defer="defer" src="./js/main.e2e07f6cbb8789e60305.js"></script></head><body><div id="keeptrack-root" class="no-text-select" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0;"></div></body></html>
1 change: 1 addition & 0 deletions js/215.4edca380af26cc6ea50a.js

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

1 change: 0 additions & 1 deletion js/293.1acbab99864d465faad1.js

This file was deleted.

179 changes: 112 additions & 67 deletions js/165.9ba8043d156792eb61d2.js → js/626.b7f3a5199c88ceafbd88.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/940.c49dee01de520a7074ef.js

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

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions settings/settingsOverride.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const settingsOverride = {
reports: true,
polarPlot: true,
timeline: true,
timelineAlt: true,
},
/*
* searchLimit: 150,
Expand Down

0 comments on commit 742c821

Please sign in to comment.