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

Commit

Permalink
Landing Page: Adding favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Scott committed May 1, 2013
1 parent 1669454 commit 60de953
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

<html>
<head>
<meta http-equiv="Expires" content="-1">

<meta charset=utf-8>
<meta name=description content="jQuery Mobile for BlackBerry 10">
<meta name=viewport content="width=device-width, initial-scale=1">


<link rel="icon" href="site/img/favicon.ico">
<style type="text/css">
body {
margin: 0;
background-color: #efefef;
font-family: 'TradeGothicNextW01-Regu',Helvetica,Verdana;
font-size: 1.4em;

}

h1 {
Expand All @@ -40,9 +40,7 @@
a:visited {
color: #7e4897;
}
a, a:link, a:active {
color: #008ab8;
}

a, a:link, a:active {
color: #008ab8;
}
Expand All @@ -54,6 +52,7 @@
height: 4em;
margin-bottom: 1em;
}

.header a {
float: right;
text-decoration: none;
Expand Down Expand Up @@ -98,9 +97,11 @@
color: white;
white-space: nowrap;
}

.btn:hover {
background: #a43b8a;
}

#gettingStarted{
background: #262626;
color: white;
Expand Down Expand Up @@ -178,6 +179,7 @@
background: url('site/img/Z10.png') no-repeat;
overflow: hidden;
}

</style>


Expand All @@ -198,9 +200,8 @@ <h1>jQuery Mobile</h1>
<h1><span class="normal">Built for</span> BlackBerry</h1>
</div>
<div id="buttons">
<a id="download" class="btn" href="">Download version 1.0</a>
<a id="download" class="btn" href="https://raw.github.com/blackberry/jQueryMobile-BB10-Theme/master/dist/1.0.0RC1/BlackBerry-JQM-1.0.0RC1.zip">Download v1.0 RC1</a>
<a class="btn" href="kitchensink/">Live Demo</a>

</div>
</div>
<div id="sample" class="column2">
Expand Down
Binary file added site/img/favicon.ico
Binary file not shown.

0 comments on commit 60de953

Please sign in to comment.