Skip to content

Commit

Permalink
Deploying to gh-pages from @ f7748f4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Aug 5, 2024
1 parent 19ad5a1 commit 0e95a97
Show file tree
Hide file tree
Showing 170 changed files with 568 additions and 385 deletions.
43 changes: 0 additions & 43 deletions css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,49 +28,6 @@
/* Safari, Android, iOS */ url('fonts/droid/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */
}

/*Material Icons*/

/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('fonts/material-icons/material-icons.eot'); /* For IE6-8 */
src:
local('Material Icons'),
local('MaterialIcons-Regular'),
url('fonts/material-icons/material-icons.woff2') format('woff2'),
url('fonts/material-icons/material-icons.woff') format('woff'),
url('fonts/material-icons/material-icons.ttf') format('truetype');
}

.material-icons {
font-family: 'Material Icons', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;

/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;

/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;

/* Support for IE. */
font-feature-settings: 'liga';
}

/*Material Icons*/

/*Icomoon Font*/

@font-face {
Expand Down
12 changes: 12 additions & 0 deletions css/responsive-sm.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,16 @@
max-width: 380px;
right: 0px;
}

#polar-plot {
width: 100%;
}

#multi-site-look-angles-sensor-list {
display: grid;
justify-content: space-evenly;
justify-items: stretch;
grid-row-gap: 10px;
grid-column-gap: 10px;
}
}
7 changes: 0 additions & 7 deletions css/responsive-xl.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@
#multi-site-look-angles-menu {
width: 450px;
}
#multi-site-look-angles-sensor-list {
display: grid;
grid-template-columns: minmax(70px, max-content) repeat(auto-fill, 70px);
justify-content: space-evenly;
justify-items: stretch;
grid-row-gap: 5px;
}
#findByLooks .row {
margin: 0px;
}
Expand Down
27 changes: 25 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,14 @@ ul {
}

.remove-icon img {
width: 15px;
width: 25px;
filter: invert(52%) sepia(130%) saturate(7323%) hue-rotate(353deg) brightness(100%) contrast(86%);
}

.add-icon img {
padding-top: 35px;
width: 15px;
width: 25px;
filter: hue-rotate(275deg) brightness(1.2);
}

#iss-stream-menu {
Expand Down Expand Up @@ -755,6 +757,7 @@ ul {
left: 0px;
transition: all 1s ease-in-out;
transform: translateX(-100%);
background: var(--colorTertiaryDarken2);
}

input[type='checkbox'].css-checkbox {
Expand Down Expand Up @@ -1552,6 +1555,26 @@ footer {
padding: 0px 5px;
}

.side-menu-settings {
position: relative;
height: 100%;
border-width: 0px 5px 0px 0px;
border-color: var(--colorTertiaryDarken3);
border-style: solid;
background: var(--colorTertiaryDarken2);
color: white;
width: 100%;
top: 0px;
bottom: 0px;
overflow: auto;
z-index: 10;
padding: 0px 10px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 10px;
}

.ui-slider {
width: 160px !important;
}
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.09910c1504f0703c7964.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.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>
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.09910c1504f0703c7964.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.242cbba30ccf83489c34.js"></script></head><body><div id="keeptrack-root"></div></body></html>
Binary file removed fonts/material-icons.eot
Binary file not shown.
Binary file removed fonts/material-icons.ttf
Binary file not shown.
Binary file removed fonts/material-icons.woff
Binary file not shown.
Binary file removed fonts/material-icons.woff2
Binary file not shown.
Binary file added img/.textLogo.xcf
Binary file not shown.
Binary file modified img/about.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 modified img/add.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 modified img/analysis.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 modified img/breakup.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 modified img/calendar.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 modified img/calendar2.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 modified img/camera.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 modified img/collisions.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 modified img/colors.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 modified img/custom.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 modified img/debug.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 modified img/edit.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 modified img/favicons/android-chrome-192x192.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 modified img/favicons/android-chrome-512x512.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/favicons/android-icon-144x144.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/favicons/android-icon-192x192.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/favicons/android-icon-36x36.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/favicons/android-icon-48x48.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/favicons/android-icon-72x72.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/favicons/android-icon-96x96.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/favicons/apple-icon-114x114.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/favicons/apple-icon-120x120.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/favicons/apple-icon-144x144.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/favicons/apple-icon-152x152.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/favicons/apple-icon-180x180.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/favicons/apple-icon-57x57.png
Binary file added img/favicons/apple-icon-60x60.png
Binary file added img/favicons/apple-icon-72x72.png
Binary file added img/favicons/apple-icon-76x76.png
Binary file added img/favicons/apple-icon-precomposed.png
Binary file added img/favicons/apple-icon.png
Binary file modified img/favicons/apple-touch-icon.png
9 changes: 9 additions & 0 deletions img/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square310x310logo src="/mstile-310x310.png?v=10.0.0"/>
<TileColor>#2b5797</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified img/favicons/favicon-16x16.png
Binary file modified img/favicons/favicon-32x32.png
Binary file added img/favicons/favicon-96x96.png
Binary file modified img/favicons/favicon.ico
Binary file not shown.
Binary file removed img/favicons/favicon.png
Diff not rendered.
41 changes: 41 additions & 0 deletions img/favicons/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Binary file added img/favicons/ms-icon-144x144.png
Binary file added img/favicons/ms-icon-150x150.png
Binary file added img/favicons/ms-icon-310x310.png
Binary file added img/favicons/ms-icon-70x70.png
Binary file removed img/favicons/mstile-150x150.png
Diff not rendered.
Binary file added img/favicons/mstile-310x310.png
35 changes: 17 additions & 18 deletions img/favicons/safari-pinned-tab.svg
Binary file removed img/favicons/satellite-google.png
Diff not rendered.
15 changes: 10 additions & 5 deletions img/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "",
"short_name": "",
"name": "Keep Track",
"short_name": "Keep Track",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/android-chrome-192x192.png?v=10.0.0",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=10.0.0",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#095085",
"background_color": "#095085",
"display": "standalone"
}
Binary file modified img/fence.png
Binary file modified img/find.png
Binary file modified img/find2.png
Binary file modified img/flag.png
Binary file modified img/fov.png
Binary file modified img/help.png
Binary file modified img/icons/about.png
Binary file added img/icons/add.png
Binary file modified img/icons/analysis.png
Binary file modified img/icons/breakup.png
Binary file modified img/icons/calendar.png
Binary file modified img/icons/calendar2.png
Binary file modified img/icons/camera.png
Binary file modified img/icons/collisions.png
Binary file modified img/icons/colors.png
Binary file modified img/icons/custom.png
Binary file modified img/icons/debug.png
Binary file modified img/icons/edit.png
Binary file modified img/icons/fence.png
Binary file modified img/icons/find.png
Binary file modified img/icons/find2.png
Binary file modified img/icons/flag.png
Binary file modified img/icons/fov.png
Binary file added img/icons/help.png
Binary file modified img/icons/info.png
Binary file added img/icons/layers-icon.png
Binary file modified img/icons/lookangles.png
Binary file modified img/icons/missile.png
Binary file modified img/icons/multi-site.png
Binary file added img/icons/orbit.png
Binary file modified img/icons/photoManager.png
Binary file modified img/icons/planetarium.png
Binary file added img/icons/polar.png
Binary file modified img/icons/radar.png
Binary file modified img/icons/radio-tower.png
Binary file added img/icons/remove.png
Binary file added img/icons/reports.png
Binary file modified img/icons/rocket.png
Binary file modified img/icons/sat2.png
Binary file modified img/icons/sat3.png
Binary file added img/icons/sat5.png
Binary file modified img/icons/satchng.png
Binary file modified img/icons/search.png
Binary file modified img/icons/settings.png
Binary file modified img/icons/time-machine.png
Binary file modified img/icons/video.png
Binary file added img/icons/view_timeline.png
Binary file modified img/icons/watchlist.png
Binary file modified img/info.png
Binary file modified img/iss.jpg
Binary file modified img/layers-icon.png
Binary file added img/logo.xcf
Binary file not shown.
Binary file modified img/logo128.png
Binary file modified img/logo192.png
Binary file modified img/logo512.png
Binary file added img/logoLgSq.png
Binary file modified img/lookangles.png
Binary file modified img/missile.png
Binary file modified img/multi-site.png
Binary file added img/observatory.jpg
Binary file modified img/photoManager.png
Binary file modified img/planetarium.png
Binary file added img/polar.png
Binary file modified img/pwa/square.png
Binary file modified img/pwa/wide.png
Binary file modified img/radar.png
Binary file modified img/radio-tower.png
Binary file modified img/remove.png
Binary file added img/reports.png
Binary file modified img/rocket.png
Binary file modified img/sat2.png
Binary file modified img/sat3.png
Binary file modified img/satchng.png
Binary file modified img/search.png
Binary file modified img/settings.png
Binary file modified img/telescope.jpg
Binary file added img/textLogoLg.png
Binary file added img/textLogoMd.png
Binary file added img/textLogoSm.png
Binary file modified img/time-machine.png
Binary file modified img/video.png
Binary file added img/view_timeline.png
Binary file modified img/wallpaper/iss.jpg
Binary file modified img/wallpaper/telescope.jpg
Binary file modified img/watchlist.png
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="canonical" href="https://www.keeptrack.space/app"/><meta name="description" content="Free, open-source tool for exploring space in 3D. Simulate satellite launches, visualize breakups, and explore a detailed library of 30,000+ objects. A friendly interface lets you zoom through orbits, find potential collisions, and monitor debris. Keep Track turns anyone into an armchair astronaut!"/><meta property="og:title" content="Keeptrack"/><meta property="og:site_name" content="Keep Track - 3D Satellite Toolkit"/><meta property="og:type" content="website"/><meta property="og:url" content="https://www.keeptrack.space/app"/><meta property="og:image" content="https://www.keeptrack.space/keeptrack8-preview.png"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="1920"/><meta property="og:image:height" content="1080"/><meta property="og:description" content="Free, open-source tool for exploring space in 3D. Simulate satellite launches, visualize breakups, and explore a detailed library of 30,000+ objects. A friendly interface lets you zoom through orbits, find potential collisions, and monitor debris. Keep Track turns anyone into an armchair astronaut!"/><link rel="manifest" href="./manifest.webmanifest"/><meta name="theme-color" content="var(--colorTertiaryDarken2)"/><link rel="shortcut icon" type="image/x-icon" href="./img/favicons/favicon.ico"/><link rel="apple-touch-icon" href="./img/favicons/apple-touch-icon.png"/><meta name="apple-mobile-web-app-title" content="Keep Track"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><meta http-equiv="CACHE-CONTROL" content="NO-CACHE"/><title>Keep Track - 3D Satellite Toolkit</title><script type="application/ld+json">{
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="canonical" href="https://www.keeptrack.space/app"/><meta name="description" content="Free, open-source tool for exploring space in 3D. Simulate satellite launches, visualize breakups, and explore a detailed library of 30,000+ objects. A friendly interface lets you zoom through orbits, find potential collisions, and monitor debris. Keep Track turns anyone into an armchair astronaut!"/><meta property="og:title" content="Keeptrack"/><meta property="og:site_name" content="Keep Track - 3D Satellite Toolkit"/><meta property="og:type" content="website"/><meta property="og:url" content="https://www.keeptrack.space/app"/><meta property="og:image" content="https://www.keeptrack.space/keeptrack8-preview.png"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="1920"/><meta property="og:image:height" content="1080"/><meta property="og:description" content="Free, open-source tool for exploring space in 3D. Simulate satellite launches, visualize breakups, and explore a detailed library of 30,000+ objects. A friendly interface lets you zoom through orbits, find potential collisions, and monitor debris. Keep Track turns anyone into an armchair astronaut!"/><link rel="manifest" href="./manifest.webmanifest"/><meta name="theme-color" content="var(--colorTertiaryDarken2)"/><link rel="shortcut icon" type="image/x-icon" href="./img/favicons/favicon.ico?v=10.0.0"/><link rel="apple-touch-icon" href="./img/favicons/apple-touch-icon.png"/><meta name="apple-mobile-web-app-title" content="Keep Track"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><meta http-equiv="CACHE-CONTROL" content="NO-CACHE"/><title>Keep Track - 3D Satellite Toolkit</title><script type="application/ld+json">{
"@context": "https://schema.org/",
"@type": "website",
"name": "Keep Track - 3D Satellite Toolkit",
Expand All @@ -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.92e852baeb7ae8dd0f7e.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.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>
Binary file added js/0c35d18bf06992036b69.woff2
Binary file not shown.
Loading

0 comments on commit 0e95a97

Please sign in to comment.