Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Improved mobile experience #19

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/porkchop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!doctype html>
<html>
<html manifest="manifest.appcache">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>KSP Launch Window Planner by alexmoon</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="/img/porkchop.png">

<link href="stylesheets/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="stylesheets/bootstrap-theme.min.css" rel="stylesheet" media="screen">
<!--[if lt IE 9]>
Expand All @@ -30,6 +32,10 @@
dd, dt {
margin-bottom: 5px;
}

form {
padding: 0 15px;
}

input {
text-align: right;
Expand Down
38 changes: 38 additions & 0 deletions manifest.appcache
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
CACHE MANIFEST

# Build 1


# Generic libraries
stylesheets/bootstrap.min.css
stylesheets/bootstrap-theme.min.css
javascripts/jquery-2.0.0.min.js
javascripts/numeric-1.2.6.min.js
javascripts/bootstrap.min.js

# Fonts
fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.woff

# Images
img/forkme_right_darkblue_121621.png
img/glyphicons-halflings-white.png
img/glyphicons-halflings.png
https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png
https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png
https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png

# Project libraries
javascripts/quaternion.js
javascripts/roots.js
javascripts/lambert.js
javascripts/orbit.js
javascripts/celestialbodies.js
javascripts/kerbaltime.js
javascripts/celestialbodyform.js
javascripts/missionform.js
javascripts/porkchopplot.js
javascripts/porkchopworker.js
javascripts/porkchop.js