diff --git a/gpx.css b/gpx.css new file mode 100644 index 0000000..b3e1f87 --- /dev/null +++ b/gpx.css @@ -0,0 +1,129 @@ +.clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.clearfix { + display: inline-table; +} + +/* Hides from IE-mac \*/ +* html .clearfix { + height: 1%; +} + +.clearfix { + display: block; +} + +/* End hide from IE-mac */ + + + + +body div, body span, body img { + border: 0; + padding: 0; + margin: 0; +} + + +body { + font: 11pt arial; + border: 0; + padding: 0; + margin: 0; + background: #ffffff url(/images/background.gif) repeat-x; +} + +p { + margin: 0; + line-height: 1.5em; + color: #5d5952; +} + +.mainbody h1 { + font: 22pt arial; + color: #5d5952; + font-weight: bold; + margin: 0; + margin-top: 20px; + margin-bottom: 10px; +} + +.mainbody h2 { + font: 14pt arial; + color: #5d5952; + font-weight: bold; + margin: 0; + margin-top: 5px; + margin-bottom: 10px; +} + +.mainbody h3 { + font: 10pt arial; + color: #5d5952; + font-weight: bold; + margin: 0; + margin-bottom: 10px; +} + +a { + color: #396f94; + text-decoration: none; +} + +a:link { + color: #396f94; + text-decoration: none; +} + +a:active { + color: #ff8400; + text-decoration: none; +} + +a:visited { + color: #396f94; + text-decoration: none; +} + +a:hover { + color: #f1e637; + text-decoration: none; +} + +.wholepage { + margin: auto; + padding: 0; + width: 800px; + margin-top: 0px; + margin-bottom: 80px; + border: 0px solid #ffffff; +} + +.header { height: 78px; } + +.logo { float: left; } +.logo h1 { color: #6b9c0d; } + + +.mainbody { + margin-top: -20px; +/* border-left: 1px solid #94b1c5; + border-right: 1px solid #94b1c5; + border-bottom: 1px solid #94b1c5; + */ + padding-left: 10px; + padding-right: 10px; + background-color: #fff; + padding-bottom: 100px; + /*min-height: 300px;*/ +} + + + + diff --git a/index.html b/index.html index 24c3260..7bed217 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,82 @@ -My GitHub Page -testing 123 + + + + + GPX Gem + + + +
+
+ +
+ +
+ +
+
+

What

+

GPX is an XML + format for GPS data. Many personal GPS devices now support + outputting their track logs to GPX. If you want to do something + fun with the data from your GPS device, then this might be a + good place to start. +
+
+ +

Why

+ +

+ + This gem is the direct result of my work on a site I once wrote called WalkingBoss (RIP). + It powered the trip creation and editing parts of the site. After talking + about WalkingBoss at a few different Ruby groups and RailsConf, + I was convinced that I really should release this code back to + the community. After all, a large portion of the site would not + exist were it not for the many other open source ruby projects I + used in creating it. +
+
+ +

How

+

+ + Version 0.1 of this library relied entirely on REXML for XML + parsing, which was convenient (no dependencies) but slow on + large GPX files. Since version 0.2, the library relies on + the libxml-ruby bindings. + Instead of taking minutes to run, the unit tests now take a matter + of seconds. +
+
+ +

Examples/Docs

+

See the README file in the RDoc docs for examples. + +
+
+ +

Download

+

To download the latest version of this gem, please visit: http://rubyforge.org/projects/gpx/. +
+
+ +

Who

+ +

My name is Doug Fales. I'm a software consultant in Montana. + I enjoy writing software but would rather be outdoors making + more GPX files on most days. If you would like to contact me + about anything (bugs, patches, or freelance work), I can be + reached at: doug [at] falesafeconsulting [dot] com. +
+ +

+ + + +
+
+ +