Skip to content

Commit

Permalink
first commit for Dhaka Bus Route
Browse files Browse the repository at this point in the history
  • Loading branch information
eftakhairul committed Jun 25, 2013
1 parent 11410b7 commit 483d676
Show file tree
Hide file tree
Showing 76 changed files with 4,296 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/DhakaBusRoute.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

228 changes: 228 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
DhakaBusRoute
=============

DhakaBusRoute is an application for Mozilla OS
Dhaka Bus Route
===============
Md. Eftakhairul Islam <eftakhairul@gmail.com>
34 changes: 34 additions & 0 deletions containers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Headers</title>
<meta name="description" content="Providing top-level navigation and inputs for the active view">
<!--
- This <style> and <link> is only used for the example preview,
- it isn't needed for the real use case.
-->
<link rel="stylesheet" href="css/headers.css">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
font-size: 10px;
background-color: #fff;
}
body {
background: none;
}
section[role="region"] {
margin-bottom: 1.5rem;
position: relative;
}
</style>
</head>
<body role="application">

<section role="region">
<h2 id='route_details'></h2>
</section>
</body>
</html>
Loading

0 comments on commit 483d676

Please sign in to comment.