Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit c7211ce

Browse files
author
Pieter Meyvaert
committed
Add current available info to site
1 parent 67fd09a commit c7211ce

51 files changed

Lines changed: 2456 additions & 983 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 58 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Four o four &mdash; Dockerwest &mdash; Easy docker images</title>
4+
<title>Four o four &mdash; DockerWest &mdash; Easy docker images</title>
55
<meta charset="utf-8">
66
<meta name="theme-color" content="#ffffff">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="robots" content="noindex, follow">
9-
<link href="/components/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
10-
<link href="/css/style.css" rel="stylesheet" type="text/css" />
9+
<link href="http://localhost:8000/components/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
10+
<link href="http://localhost:8000/css/style.css" rel="stylesheet" type="text/css" />
1111
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
1212
<!--[if lt IE 9]>
1313
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
1414
<![endif]-->
1515

16-
<link rel="apple-touch-startup-image" href="/images/jackson/2048x2048.png">
16+
<link rel="apple-touch-startup-image" href="http://localhost:8000/images/jackson/2048x2048.png">
1717
<meta name="mobile-web-app-capable" content="yes">
1818
<meta name="apple-mobile-web-app-capable" content="yes">
19-
<link rel="shortcut icon" sizes="76x76" href="/images/jackson/76x76.png">
20-
<link rel="shortcut icon" sizes="120x120" href="/images/jackson/120x120.png">
21-
<link rel="shortcut icon" sizes="128x128" href="/images/jackson/128x128.png">
22-
<link rel="shortcut icon" sizes="152x152" href="/images/jackson/152x152.png">
23-
<link rel="shortcut icon" sizes="196x196" href="/images/jackson/196x196.png">
24-
<link rel="shortcut icon" sizes="512x512" href="/images/jackson/512x512.png">
25-
<link rel="shortcut icon" sizes="1024x1024" href="/images/jackson/1024x1024.png">
26-
<link rel="shortcut icon" sizes="2048x2048" href="/images/jackson/2048x2048.png">
27-
<link rel="apple-touch-icon" sizes="76x76" href="/images/jackson/76x76.png">
28-
<link rel="apple-touch-icon" sizes="120x120" href="/images/jackson/120x120.png">
29-
<link rel="apple-touch-icon" sizes="128x128" href="/images/jackson/128x128.png">
30-
<link rel="apple-touch-icon" sizes="152x152" href="/images/jackson/152x152.png">
31-
<link rel="apple-touch-icon" sizes="196x196" href="/images/jackson/196x196.png">
32-
<link rel="apple-touch-icon" sizes="512x512" href="/images/jackson/512x512.png">
33-
<link rel="apple-touch-icon" sizes="1024x1024" href="/images/jackson/1024x1024.png">
34-
<link rel="apple-touch-icon" sizes="2048x2048" href="/images/jackson/2048x2048.png">
19+
<link rel="shortcut icon" sizes="76x76" href="http://localhost:8000/images/jackson/76x76.png">
20+
<link rel="shortcut icon" sizes="120x120" href="http://localhost:8000/images/jackson/120x120.png">
21+
<link rel="shortcut icon" sizes="128x128" href="http://localhost:8000/images/jackson/128x128.png">
22+
<link rel="shortcut icon" sizes="152x152" href="http://localhost:8000/images/jackson/152x152.png">
23+
<link rel="shortcut icon" sizes="196x196" href="http://localhost:8000/images/jackson/196x196.png">
24+
<link rel="shortcut icon" sizes="512x512" href="http://localhost:8000/images/jackson/512x512.png">
25+
<link rel="shortcut icon" sizes="1024x1024" href="http://localhost:8000/images/jackson/1024x1024.png">
26+
<link rel="shortcut icon" sizes="2048x2048" href="http://localhost:8000/images/jackson/2048x2048.png">
27+
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:8000/images/jackson/76x76.png">
28+
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:8000/images/jackson/120x120.png">
29+
<link rel="apple-touch-icon" sizes="128x128" href="http://localhost:8000/images/jackson/128x128.png">
30+
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:8000/images/jackson/152x152.png">
31+
<link rel="apple-touch-icon" sizes="196x196" href="http://localhost:8000/images/jackson/196x196.png">
32+
<link rel="apple-touch-icon" sizes="512x512" href="http://localhost:8000/images/jackson/512x512.png">
33+
<link rel="apple-touch-icon" sizes="1024x1024" href="http://localhost:8000/images/jackson/1024x1024.png">
34+
<link rel="apple-touch-icon" sizes="2048x2048" href="http://localhost:8000/images/jackson/2048x2048.png">
3535

36-
<link rel="stylesheet" href="/components/highlightjs/styles/github.css" />
37-
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Dockerwest activity feed" />
36+
<link rel="stylesheet" href="http://localhost:8000/components/highlightjs/styles/github.css" />
37+
<link rel="alternate" type="application/atom+xml" href="http://localhost:8000/atom.xml" title="DockerWest activity feed" />
3838
<style>
3939
/** quick fix because bootstrap <pre> has a background-color. */
4040
pre code { background-color: inherit; }
@@ -51,14 +51,29 @@
5151
<span class="icon-bar"></span>
5252
<span class="icon-bar"></span>
5353
</button>
54-
<a class="navbar-brand" href="/">Dockerwest</a>
54+
<a class="navbar-brand" href="http://localhost:8000/">DockerWest</a>
5555
</div>
5656
<div id="navbar" class="collapse navbar-collapse">
5757
<ul class="nav navbar-nav">
58-
<!--<li><a href="/blog">Posts Archive</a></li>
59-
<li><a href="/blog/categories">Categories</a></li>
60-
<li><a href="/blog/tags">Tags</a></li>-->
61-
<li><a href="/about">About us</a></li>
58+
<!--<li><a href="http://localhost:8000/blog">Posts Archive</a></li>
59+
<li><a href="http://localhost:8000/blog/categories">Categories</a></li>
60+
<li><a href="http://localhost:8000/blog/tags">Tags</a></li>-->
61+
<li><a href="http://localhost:8000/base-images">Base images</a></li>
62+
<li><a href="http://localhost:8000/project-specific-images">Project specific images</a></li>
63+
<li class="dropdown">
64+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Compose environments <span class="caret"></span></a>
65+
<ul class="dropdown-menu">
66+
<li><a href="http://localhost:8000/compose-environments">Overview</a></li>
67+
<li class="dropdown-header">Products</li>
68+
<li><a href="http://localhost:8000/compose-environments">Pimcore</a></li>
69+
<li><a href="http://localhost:8000/compose-environments">Magento</a></li>
70+
<li role="separator" class="divider"></li>
71+
<li class="dropdown-header">Frameworks</li>
72+
<li><a href="http://localhost:8000/compose-environments">Symfony</a></li>
73+
<li><a href="http://localhost:8000/compose-environments">Laravel</a></li>
74+
</ul>
75+
</li>
76+
<li><a href="http://localhost:8000/about">About us</a></li>
6277
</ul>
6378
</div>
6479
</div>
@@ -69,14 +84,26 @@
6984
<h2>Page not found</h2> </div>
7085
</div>
7186
<footer class="container">
72-
&copy; 2017 Dockerwest
87+
&copy; 2017 DockerWest &ndash; <a href="/about">About us</a>
88+
&ndash; <a href="https://hub.docker.com/u/dockerwest/" target="_blank">DockerWest on Docker Hub</a>
89+
&ndash; <a href="https://github.com/dockerwest" target="_blank">DockerWest on Github</a>
7390
</footer>
7491

7592
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
76-
<script>window.jQuery || document.write('<script src="/components/jquery/jquery.min.js"><\/script>')</script>
77-
<script src="/components/bootstrap/js/bootstrap.min.js"></script>
93+
<script>window.jQuery || document.write('<script src="http://localhost:8000/components/jquery/jquery.min.js"><\/script>')</script>
94+
<script src="http://localhost:8000/components/bootstrap/js/bootstrap.min.js"></script>
7895

79-
<script src="/components/highlightjs/highlight.pack.js"></script>
96+
97+
<script type="text/javascript">
98+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
99+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
100+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
101+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
102+
103+
ga('create', 'UA-100428460-1', 'auto');
104+
ga('send', 'pageview');
105+
</script>
106+
<script src="http://localhost:8000/components/highlightjs/highlight.pack.js"></script>
80107
<script>hljs.initHighlightingOnLoad();</script>
81108

82109
</body>

0 commit comments

Comments
 (0)