Skip to content

Commit

Permalink
Docs look and feel update
Browse files Browse the repository at this point in the history
  • Loading branch information
fintanr authored and errordeveloper committed Jun 3, 2015
1 parent d909a86 commit 823b47e
Show file tree
Hide file tree
Showing 10 changed files with 195 additions and 530 deletions.
70 changes: 70 additions & 0 deletions site/Gemfile.lock
@@ -0,0 +1,70 @@
GEM
remote: https://rubygems.org/
specs:
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.9.1)
colorator (0.1)
execjs (2.3.0)
fast-stemmer (1.0.2)
ffi (1.9.6)
hitimes (1.2.2)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.1.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.1)
listen (~> 2.7)
kramdown (1.5.0)
liquid (2.6.2)
listen (2.8.5)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.10)
pygments.rb (0.6.2)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.2)
safe_yaml (1.0.4)
sass (3.4.13)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
jekyll
3 changes: 3 additions & 0 deletions site/_config.yml
Expand Up @@ -8,3 +8,6 @@ exclude:
- 'Gemfile.lock'
- 'params.json'
- 'build-and-publish.sh'

google:
analytics: "UA-57286487-1"
58 changes: 58 additions & 0 deletions site/_includes/footer.html
@@ -0,0 +1,58 @@
<!-- FOOTER -->

<div class="section footer">
<div class="row clearfix">
<div class="col-md-3 col-md-offset-2 column">
<b>Company</b><br>
<a href="http://weave.works/about.html">About Weave</a><br>
<!-- <a href="#">Meet the Team</a><br> -->
<!-- <a href="#">Careers</a><br> -->
<a href="http://blog.weave.works">Blog</a><br>
<br>
<b>Community</b><br>
<a href="http://weave.works/help.html#partners">Partners</a><br>
<a href="http://github.com/weaveworks">Code</a><br>
</div>
<div class="col-md-3 column">
<b>Documentation</b><br>
<a href="http://docs.weave.works">Docs</a><br>
<a href="http://weave.works/guides/">Getting Started Guides</a><br>
<a href="http://weave.works/help.html">Help and Support</a><br>
<a href="http://blog.weave.works">Blog</a><br>
</div>
<div class="col-md-3 column">
<b>Get in Touch</b><br>
<a href="mailto:help@weave.works">help@weave.works</a><br>
<a href="http://twitter.com/weaveworks">Twitter</a><br>
<a href="http://github.com/weaveworks">Github</a><br>
<a href="https://www.linkedin.com/company/weaveworks">Linkedin</a><br>
<a href="https://plus.google.com/+WeaveWorksInc/">GooglePlus</a><br>
</div>
</div>
<div class="row clearfix weavefooter">
<br>
<br>
<div class="col-md-4 col-md-offset-2">
<p class="copyright">&copy; Weaveworks 2014 &dash; 2015</p>
</div>
</div>
</div>

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://weave.works/js/html5shiv.js"></script>
<![endif]-->

<script type="text/javascript">
WebFontConfig = { fontdeck: { id: '56326' } };

(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
23 changes: 23 additions & 0 deletions site/_includes/header-navbaronly.html
@@ -0,0 +1,23 @@
<div class="section smallnavheader">
<nav class="navbar navbar-inverse">
<div class="container">
<div><!-- class="navbar-header"> -->
<a class="navbar-brand" href="http://weave.works/"><img src="http://weave.works/img/weave-logo.png"></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://docs.weave.works">Docs</a>
</li>
<li>
<a href="http://github.com/weaveworks">Code</a>
</li>
<li>
<a href="http://blog.weave.works">Blog</a>
</li>
<li>
<a href="http://weave.works/help.html">Help &amp; Support</a>
</li>
</ul>
</div>
</nav>
</div>
12 changes: 12 additions & 0 deletions site/_includes/tracking.html
@@ -0,0 +1,12 @@
{% if site.google.analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', '{{ site.google.analytics }}', 'auto');
ga('send', 'pageview');

</script>
{% endif %}
57 changes: 29 additions & 28 deletions site/_layouts/default.html
@@ -1,43 +1,44 @@
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="weave : The Docker Network" />

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">

<title>weave {% if page.title %} | {{ page.title }} {% endif %}</title>
</head>

<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/weaveworks/weave">View on GitHub</a>
<meta name="description" content="Weave creates a virtual network that connects Docker containers deployed across multiple hosts and enables their automatic discovery.">
<meta name="keywords" content="docker, networking, microservices, dns, software defined networking, linux, ubuntu, kubernetes, docker deployment, docker management, docker integration, docker mesos">
<link rel="author" href="https://plus.google.com/+WeaveWorksInc"/>
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">

<h1 id="project_title">weave</h1>
<h2 id="project_tagline">The Docker Network</h2>
<link href="{{ site.url }}/atom.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Atom Feed">

</header>
</div>
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
{{ content }}
</section>
</div>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" type="text/css" href="http://weave.works/less/custom.css">

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">

</footer>
</div>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="shortcut icon" type="image/png" href="http://weave.works/img/favicon.png">


{% include tracking.html %}

</head>

<body>
{% include header-navbaronly.html %}

<div class="container">
<div class="col-md-10 col-md-offset-1">
{{ content }}
</div>
</div>
<p>
{% include footer.html %}

</body>
</body>
</html>
Binary file removed site/images/blacktocat.png
Binary file not shown.
1 change: 0 additions & 1 deletion site/javascripts/main.js

This file was deleted.

70 changes: 0 additions & 70 deletions site/stylesheets/pygment_trac.css

This file was deleted.

0 comments on commit 823b47e

Please sign in to comment.