Remove unused assets. Combine styles between home and subpages. Fix sub-page styles. Ignore .DS_Store.

Former-commit-id: 5df80325a7
gh-pages
Jeff Brand 2016-05-15 22:22:50 -04:00
rodzic 1f37dc3e3e
commit 977c14131d
11 zmienionych plików z 33 dodań i 4004 usunięć

1
.gitignore vendored 100644
Wyświetl plik

@ -0,0 +1 @@
.DS_Store

Plik diff jest za duży Load Diff

Wyświetl plik

@ -1,68 +0,0 @@
html {
height:100%;
background-color:#c4c4c4;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:0px;
margin:0px;
}
body {
height:100%;
text-align:center;
overflow-x:auto:
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
padding:0px;
margin:0px;
}
.main-header {
color:#EAE373;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size:50px;
padding-top:15%;
}
#map{
height:100%;
width:100%;
padding:0px;
margin:0px;
}
/* Titles */
h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #fff;
}
h1 {
color:#EAE373;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size:24px;
}
/* Paragraph & Typographic */
p {
line-height: 20px;
margin-bottom: 10px;
font-size:12px;
font-weight:400;
color:white;
}
#logo {
position:absolute;
left:5px;
top:0px;
z-index:9999;
}

Wyświetl plik

@ -8,12 +8,17 @@ height:100%;
}
body {
height: 100%;
text-align:center;
overflow-x:auto:
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
margin:0px;
padding:0px;
font-family: Arial;
font-size: 12pt;
color: #333;
}
.main-header {
@ -21,15 +26,24 @@ color:#EAE373;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size:50px;
padding-left: 10px;
padding-right: 10px;
padding-top:15%;
}
#map{
height:100%;
width:100%;
.main-header img {
display: inline-block;
max-width: 100%;
height: auto;
}
#content {
width: 100%;
max-width: 800px;
margin: 0 auto;
text-align: left;
padding: 0 10px;
}
/* Titles */
h2, h3, h4, h5, h6 {
@ -39,20 +53,21 @@ h2, h3, h4, h5, h6 {
}
h1 {
color:#333333;
color:#558608;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size:24px;
}
h1.subtitle {
color:#333333;
}
/* Paragraph & Typographic */
p {
line-height: 20px;
margin-bottom: 10px;
font-size:12px;
font-weight:400;
color:white;
}
#logo {

BIN
img/.DS_Store vendored

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -35,7 +35,7 @@
<div id="container">
<h1 class="main-header"><a href="#"><img src="img/logo_full.svg"></a></h1>
<h1><i>Open Source Toolkit for processing Civilian Drone Imagery</i></h1>
<h1 class="subtitle"><i>Open Source Toolkit for processing Civilian Drone Imagery</i></h1>
<div id='cssmenu2'>

File diff suppressed because one or more lines are too long

5
js/jquery.min.js vendored

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -4,17 +4,9 @@
<title>OpenDroneMap About</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link href="../css/map_styles.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<link href="../css/cssmenu.css" rel="stylesheet">
<style>
html, body, #map {
height: 100%;
padding: 0;
margin: 0;
}
</style>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
<link href='http://fonts.googleapis.com/css?family=BenchNine|Oswald' rel='stylesheet' type='text/css'>
</head>
<body>
@ -37,6 +29,7 @@
<div id="container">
<h1 class="main-header"><a href="#"><img src="../img/logo_full.svg"></a></h1>
<div id="content">
<h1 id="what-is-it">What is it?</h1>
<p>OpenDroneMap is a toolchain for processing raw civilian UAS imagery to other useful products. What kind of products?</p>
<ol>
@ -123,6 +116,6 @@
<pre><code> "SONY DSC-HX5V" =&gt; 6.104, # 1/2.4"
</code></pre>
<p>And so others can use it, we'll do a pull request to add it to our array for everyone else.</p>
</div>
</body>
</html>

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 78 KiB

Wyświetl plik

@ -1,20 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>OpenDroneMap About</title>
<title>OpenDroneMap Contact</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link href="../css/map_styles.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<link href="../css/cssmenu.css" rel="stylesheet">
<style>
html, body, #map {
height: 100%;
padding: 0;
margin: 0;
}
</style>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
<link href='http://fonts.googleapis.com/css?family=BenchNine|Oswald' rel='stylesheet' type='text/css'>
</head>
<body>
@ -37,13 +29,12 @@
<div id="container">
<h1 class="main-header"><a href="#"><img src="../img/logo_full.svg"></a></h1>
<h1 id="main-header">Contact</h1>
<h1>Contact</h1>
<p><a href='http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-users'<span>OpenDroneMap Users Mailing List</span></a></p>
<p><a href='http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev'<span>OpenDroneMap Developer Mailing List</span></a></p>
<p><a href='https://github.com/OpenDroneMap/OpenDroneMap/issues'><span>Contact via GitHub Issue</span></a></p>
<p><a href='https://github.com/OpenDroneMap/OpenDroneMap/pulls'><span>Pull Requests</span></a></p>
<h1 id="main-header">(also)</h1>
<h1>(also)</h1>
<p><a href='https://twitter.com/smathermather'><span>Twitter</span></a></p>
</body>
</html>