This commit is contained in:
Kenneth Reitz
2010-08-27 00:05:57 -04:00
parent 95406dcf65
commit 227f82b248
+10 -10
View File
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Dioxide - Welcome</title>
<title>GitMine — Source Control. Project Management. </title>
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="js/jquery.js" type="text/javascript"></script>
@@ -34,7 +34,7 @@ $(document).ready(function() {
<div class="container-wrap">
<div class="container">
<div id="logo-wrap">
<a href="#">Dioxide.</a>
<a href="#">GitMine.</a>
</div>
<ul id="navigation">
@@ -108,22 +108,22 @@ $(document).ready(function() {
<img src="images/footer/map.png" alt="Map" />
</div>
<div class="footer-contact">
<p><strong>Company</strong>.<br/>
13 Loop Ave.<br/>
12345</p>
<p>New York, NY</p>
<p><strong>krLabs</strong>.<br/>
209 W Boscawen Street<br/>
Suite 3</p>
<p>Winchester, VA</p>
</div>
<div class="clear"></div>
</div>
<div class="column column-3">
<h1 class="float-left">Our twitters.</h1>
<p id="twitter-follow" class="float-right"><a href="#">Follow us</a></p>
<p id="twitter-follow" class="float-right"><a href="http://twitter.com/gitmine">Follow us</a></p>
<div class="clear"></div>
<div id="twitter-msg-wrap">
<div id="twitter-msg">
<p>This is an interesting and captivating message. Some news perhaps. Anyway.</p>
<p>GitMine is a sweet mix of Basecamp and GitHub. It's the perfect solution.</p>
</div>
<p id="twitter-time">10 minutes ago</p>
</div>
@@ -136,8 +136,8 @@ $(document).ready(function() {
<div id="footer-legal">
<div class="container">
<p class="float-left">&copy;2010 Qiming Weng. All Rights Reserved.</p>
<p class="float-right"><a href="#">Terms &amp; Conditions</a> &#8226; <a href="#">Privacy</a> &#8226; <a href="#">Email</a> &#8226; <a href="#">Twitter</a></p>
<p class="float-left">&copy;2010 Kenneth Reitz. All Rights Reserved.</p>
<p class="float-right"><a href="#">Terms &amp; Conditions</a> &#8226; <a href="#">Privacy</a> &#8226; <a href="support@gitmine.com">Email</a> &#8226; <a href="http://twitter.com/gitmine">Twitter</a></p>
<div class="clear"></div>
</div>
</div>