Skip to content

Commit

Permalink
Edited the GCDR banner and header
Browse files Browse the repository at this point in the history
- Split the GCDR logo into two images
- Added a call to action which links to the ning Dec 3rd page
- Updated page title and description
  • Loading branch information
Jim Hurne committed Nov 3, 2011
1 parent dc1ee75 commit 7d5bf18
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 30 deletions.
11 changes: 8 additions & 3 deletions _layouts/global.html
Expand Up @@ -3,9 +3,9 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Code Retreat is an all-day training event that focuses on the fundamentals of software development." />
<meta name="description" content="The Globaly Day of Coderetreat as a day when developers all over the world will be practicing the fundamentals of software development." />

<title>Global Day of Code Retreat</title>
<title>Global Day of Coderetreat</title>
<link rel="icon" type="image/png" href="/images/favicon2.ico">
<link rel="stylesheet" href="/stylesheets/print.css" type="text/css" media="print">
<link rel="stylesheet" href="/stylesheets/main.css" type="text/css" media="screen">
Expand All @@ -18,7 +18,12 @@
<body class='global_day'>
<div class="container">
<div id="header">
<a id="logo" href="/"><img src="/images/gdcr-logo-full.png" alt="logo"/></a>
<a id="logo" href="/global_day.html"><img src="/images/gdcr-world.png" alt="logo"/></a>
<h1><a href="/global_day.html">Global Day of Coderetreat -
honing the craft together...all over the world</a></h1>
<div class="call-to-action">
<a href="http://coderetreat.ning.com/events/event/listByDate?date=2011-12-3">View all local events ></a>
</div>
</div><!--/header-->
<div id="main">
<div id="content">
Expand Down
11 changes: 8 additions & 3 deletions _site/global_day.html
Expand Up @@ -3,9 +3,9 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Code Retreat is an all-day training event that focuses on the fundamentals of software development." />
<meta name="description" content="The Globaly Day of Coderetreat as a day when developers all over the world will be practicing the fundamentals of software development." />

<title>Global Day of Code Retreat</title>
<title>Global Day of Coderetreat</title>
<link rel="icon" type="image/png" href="/images/favicon2.ico">
<link rel="stylesheet" href="/stylesheets/print.css" type="text/css" media="print">
<link rel="stylesheet" href="/stylesheets/main.css" type="text/css" media="screen">
Expand All @@ -18,7 +18,12 @@
<body class='global_day'>
<div class="container">
<div id="header">
<a id="logo" href="/"><img src="/images/gdcr-logo-full.png" alt="logo"/></a>
<a id="logo" href="/global_day.html"><img src="/images/gdcr-world.png" alt="logo"/></a>
<h1><a href="/global_day.html">Global Day of Coderetreat -
honing the craft together...all over the world</a></h1>
<div class="call-to-action">
<a href="http://coderetreat.ning.com/events/event/listByDate?date=2011-12-3">View all local events ></a>
</div>
</div><!--/header-->
<div id="main">
<div id="content">
Expand Down
Binary file removed _site/images/gdcr-logo-full.png
Binary file not shown.
Binary file added _site/images/gdcr-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/images/gdcr-world.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions _site/stylesheets/global_day.css
Expand Up @@ -15,23 +15,24 @@
/* #header a#logo{ */
/* float: left; */
/* } */
/* #header #logo img { */
/* border: 0; */
/* } */
#header #logo img {
border: 0;
margin-top: 15px;
}

/* #header { */
/* background: #995e24; */
/* } */

/* #header h1 { */
/* float: left; */
/* background: url(/images/logo.png) no-repeat 0 0; */
/* width: 515px; */
/* height: 88px; */
/* text-indent: -9999px; */
/* margin-top: 80px; */
/* margin: 2em 0; */
/* } */
#header h1 {
float: left;
background: url(/images/gdcr-logo.png) no-repeat 0 0;
width: 532px;
height: 115px;
text-indent: -9999px;
margin-top: 80px;
margin: 1em 0 1em 0.5em;
}

/* #header .call-to-action { */
/* position: absolute; */
Expand Down
Binary file removed images/gdcr-logo-full.png
Binary file not shown.
Binary file added images/gdcr-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gdcr-world.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions stylesheets/global_day.css
Expand Up @@ -15,23 +15,24 @@
/* #header a#logo{ */
/* float: left; */
/* } */
/* #header #logo img { */
/* border: 0; */
/* } */
#header #logo img {
border: 0;
margin-top: 15px;
}

/* #header { */
/* background: #995e24; */
/* } */

/* #header h1 { */
/* float: left; */
/* background: url(/images/logo.png) no-repeat 0 0; */
/* width: 515px; */
/* height: 88px; */
/* text-indent: -9999px; */
/* margin-top: 80px; */
/* margin: 2em 0; */
/* } */
#header h1 {
float: left;
background: url(/images/gdcr-logo.png) no-repeat 0 0;
width: 532px;
height: 115px;
text-indent: -9999px;
margin-top: 80px;
margin: 1em 0 1em 0.5em;
}

/* #header .call-to-action { */
/* position: absolute; */
Expand Down

0 comments on commit 7d5bf18

Please sign in to comment.