-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from devopsdays/reduce_complexity
Reduce complexity
- Loading branch information
Showing
13 changed files
with
155 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,47 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" > | ||
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" > | ||
|
||
<script type="text/javascript" src="https://www.google.com/jsapi"></script> | ||
<script type="text/javascript">google.load('jquery', '1.3.2');</script> | ||
|
||
<!---This is a combined jAmpersand, jqwindont , jPullquote --> | ||
<script type="text/javascript" src="/js/devops.js"></script> | ||
|
||
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css --> | ||
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection"> | ||
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print"> | ||
<!--[if IE]> | ||
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection"> | ||
<![endif]--> | ||
{{ partial "html_head.html" . }} | ||
</head> | ||
|
||
|
||
<body> | ||
<div class="container "> | ||
<div class="span-24 last" id="header"> | ||
<div class="container"> | ||
{{ partial "header.html" . }} | ||
</div> | ||
|
||
<div class="span-24 last"> | ||
{{ partial "headermenu.html" . }} | ||
</div> | ||
|
||
<div class="span-24 last" id="header"> | ||
<div class="span-15 first"> | ||
<h1>{{ .Title }}</h1> | ||
</div> | ||
|
||
<div class="span-8 last"> | ||
{{ partial "buttons.html" . }} | ||
</div> | ||
</div> | ||
|
||
<div class="span-15 "> | ||
<div class="span-15 last "> | ||
{{ .Content }} | ||
<div class="span-24"> | ||
{{ partial "header_menu.html" . }} | ||
</div> | ||
</div> | ||
|
||
<div class="span-8 last"> | ||
<div class="span-8 last"> | ||
{{ partial "twitterfeed.html" . }} | ||
<div class="span-15"> | ||
<h1>{{ .Title }}</h1> | ||
</div> | ||
</div> | ||
<div class="span-18 "> | ||
<div style=" padding-top:18px;" class="span-8 last"> | ||
<h1>Past </h1> | ||
<div class="span-8 last"> | ||
{{ partial "buttons.html" . }} | ||
</div> | ||
|
||
<div class="span-18 "> | ||
{{ partial "past.html" . }} | ||
<div class="span-15"> | ||
{{ .Content }} | ||
</div> | ||
<div class="span-8 last"> | ||
{{ partial "twitterfeed.html" . }} | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="span-5 last "> | ||
<div style=" padding-top:18px;" class="span-4 last"> | ||
<h1>Future </h1> | ||
<div style="padding-top:18px;" class="span-18"> | ||
<h1>Past</h1> | ||
</div> | ||
<div style="padding-top:18px;" class="span-5 last"> | ||
<h1>Future</h1> | ||
</div> | ||
|
||
<div class="span-18"> | ||
{{ partial "past.html" . }} | ||
</div> | ||
<div class="span-5 last"> | ||
{{ partial "future.html" . }} | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
{{ partial "googleanalytics.html" . }} | ||
{{ partial "footer.html" . }} | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,48 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" > | ||
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" > | ||
|
||
<script type="text/javascript" src="https://www.google.com/jsapi"></script> | ||
<script type="text/javascript">google.load('jquery', '1.3.2');</script> | ||
|
||
<!---This is a combined jAmpersand, jqwindont , jPullquote --> | ||
<script type="text/javascript" src="/js/devops.js"></script> | ||
|
||
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css --> | ||
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection"> | ||
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print"> | ||
<!--[if IE]> | ||
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection"> | ||
<![endif]--> | ||
{{ partial "html_head.html" . }} | ||
</head> | ||
|
||
|
||
<body onload="initialize()"> | ||
<div class="container "> | ||
<div class="span-24 last" id="header"> | ||
<body> | ||
<div class="container"> | ||
{{ partial "header.html" . }} | ||
</div> | ||
|
||
<div class="span-24 last"> | ||
{{ partial "headermenu.html" . }} | ||
</div> | ||
|
||
<div class="span-24 last" id="header"> | ||
<div class="span-15 first"> | ||
<h1>Upcoming devopsdays events</h1> | ||
</div> | ||
|
||
<div class="span-8 last"> | ||
{{ partial "buttons.html" . }} | ||
</div> | ||
</div> | ||
|
||
<div class="span-15 "> | ||
<div class="span-15 last "> | ||
{{ partial "upcoming_headline.html" . }} | ||
{{ partial "map.html" .}} | ||
<div class="span-24"> | ||
{{ partial "header_menu.html" . }} | ||
</div> | ||
</div> | ||
|
||
<div class="span-8 last"> | ||
<div class="span-8 last"> | ||
{{ partial "twitterfeed.html" . }} | ||
<div class="span-15"> | ||
<h1>Upcoming devopsdays events</h1> | ||
</div> | ||
</div> | ||
<div class="span-18 "> | ||
<div style=" padding-top:18px;" class="span-8 last"> | ||
<h1>Past </h1> | ||
<div class="span-8 last"> | ||
{{ partial "buttons.html" . }} | ||
</div> | ||
|
||
<div class="span-18 "> | ||
{{ partial "past.html" . }} | ||
<div class="span-15"> | ||
{{ partial "upcoming_headline.html" . }} | ||
{{ partial "map.html" .}} | ||
</div> | ||
<div class="span-8 last"> | ||
{{ partial "twitterfeed.html" . }} | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="span-5 last "> | ||
<div style=" padding-top:18px;" class="span-4 last"> | ||
<h1>Future </h1> | ||
<div style="padding-top:18px;" class="span-18"> | ||
<h1>Past</h1> | ||
</div> | ||
<div style="padding-top:18px;" class="span-5 last"> | ||
<h1>Future</h1> | ||
</div> | ||
|
||
<div class="span-18"> | ||
{{ partial "past.html" . }} | ||
</div> | ||
<div class="span-5 last"> | ||
{{ partial "future.html" . }} | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
{{ partial "googleanalytics.html" . }} | ||
{{ partial "footer.html" . }} | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div> | ||
<a href="/feed"><img width="32px" height="32px" alt="rss" title="rss feed" src="/images/feed.png"></a> | ||
<a href="http://www.twitter.com/devopsdays"><img width="32px" height="32px" alt="twitter" title="twitter" src="/images/twitter.png"></a> | ||
<a href="http://groups.google.com/group/devopsdays"><img width="32px" height="32px" alt="mail" title="mailinglist" src="/images/email.png"></a> | ||
<a href="http://www.facebook.com/group.php?gid=106761636771"><img width="32px" height="32px" alt="mail" title="facebook" src="/images/facebook.png"></a> | ||
<a href="http://www.linkedin.com/groups?home=&gid=2445279"><img width="32px" height="32px" alt="mail" title="linkedin" src="/images/linkedin.png"></a> | ||
<a href="{{ .Site.Params.Twitter }}"><img width="32px" height="32px" alt="twitter" title="twitter" src="/images/twitter.png"></a> | ||
<a href="{{ .Site.Params.Groups }}"><img width="32px" height="32px" alt="mail" title="mailinglist" src="/images/email.png"></a> | ||
<a href="{{ .Site.Params.Facebook }}"><img width="32px" height="32px" alt="mail" title="facebook" src="/images/facebook.png"></a> | ||
<a href="{{ .Site.Params.Linkedin }}"><img width="32px" height="32px" alt="mail" title="linkedin" src="/images/linkedin.png"></a> | ||
</div> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<div class="span-16 first"> | ||
<img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br> | ||
</div> | ||
<div class="span-8 last"> | ||
<div class="span-24"> | ||
<img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner"> | ||
</div> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/"> | ||
|
||
<script type="text/javascript" src="https://www.google.com/jsapi"></script> | ||
<script type="text/javascript">google.load('jquery', '1.3.2');</script> | ||
|
||
<!---This is a combined jAmpersand, jqwindont , jPullquote --> | ||
<script type="text/javascript" src="/js/devops.js"></script> | ||
|
||
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css --> | ||
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection"> | ||
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print"> | ||
<!--[if IE]> | ||
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection"> | ||
<![endif]--> |
Oops, something went wrong.