Skip to content

Commit

Permalink
fork me banner and reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
llama committed Apr 13, 2014
1 parent 4191e75 commit 02685f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
9 changes: 6 additions & 3 deletions roadli/roadli.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="keywords" content="fastest route,poi,maps,optimal,along route,via location,via place,via business,find along route,poi,pois,best route,adds least time,find on way,google maps">

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />

<a href="https://github.com/llama/roadli"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a>
</head>

<body>
Expand All @@ -14,13 +14,16 @@

<template name="main">
<div class='wrapper'>
<div class="travel-mode" style="position:absolute;top:10px;left:10px;z-index:5000">

<div class="form">

<div class="travel-mode" style="position:absolute;top:10px;right:51%;z-index:5000">
{{#each travel_modes}}
<img src={{this.image}} class="tmode {{tmode_selected}}" style="margin-top:{{this.topmargin}}px" alt={{this.alt}}><br>
{{/each}}
</div>

<div class="form">

<div class='header' style="margin-bottom:5px">
<a href="/"><img src="logo.png" style="width:34%;margin-top:15px" alt="Roadli"></a>
<!-- <h1>Roadli</h1> -->
Expand Down

0 comments on commit 02685f2

Please sign in to comment.