Make the heading clickable (returns to home)

This commit is contained in:
JC Brand 2013-04-19 22:11:25 +02:00
parent a306e1a716
commit fdd369eddd
3 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<header class="inner"> <header class="inner">
<a id="forkme_banner" href="https://github.com/jcbrand/converse.js">View on GitHub</a> <a id="forkme_banner" href="https://github.com/jcbrand/converse.js">View on GitHub</a>
<h1 id="project_title">Converse.js</h1> <h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
<h2 id="project_tagline">Browser-based Instant Messaging with Strophe.js and Backbone.js</h2> <h2 id="project_tagline">Browser-based Instant Messaging with Strophe.js and Backbone.js</h2>
<section id="downloads"> <section id="downloads">

View File

@ -124,6 +124,10 @@ a {
-ms-transition: text-shadow 0.5s ease; -ms-transition: text-shadow 0.5s ease;
} }
h1 a {
color: white;
}
#main_content a:hover { #main_content a:hover {
color: #0069ba; color: #0069ba;
text-shadow: #5390c8 0px 0px 2px; text-shadow: #5390c8 0px 0px 2px;

View File

@ -16,7 +16,7 @@
<body> <body>
<div id="header_wrap" class="outer"> <div id="header_wrap" class="outer">
<header class="inner"> <header class="inner">
<h1 id="project_title">Converse.js</h1> <h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
<h2 id="project_tagline">Tests</h2> <h2 id="project_tagline">Tests</h2>
</header> </header>
</div> </div>