mirror of
https://github.com/kennethreitz-archive/gitmine.com.git
synced 2026-06-05 23:50:19 +00:00
tweets
This commit is contained in:
+10
-10
@@ -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">©2010 Qiming Weng. All Rights Reserved.</p>
|
||||
<p class="float-right"><a href="#">Terms & Conditions</a> • <a href="#">Privacy</a> • <a href="#">Email</a> • <a href="#">Twitter</a></p>
|
||||
<p class="float-left">©2010 Kenneth Reitz. All Rights Reserved.</p>
|
||||
<p class="float-right"><a href="#">Terms & Conditions</a> • <a href="#">Privacy</a> • <a href="support@gitmine.com">Email</a> • <a href="http://twitter.com/gitmine">Twitter</a></p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user