Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
Basic layout (HTML5 Boilerplate, Compass), initial content
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <[email protected]>
  • Loading branch information
myabc committed Mar 11, 2011
1 parent 5e06fda commit 5ead8de
Show file tree
Hide file tree
Showing 33 changed files with 20,338 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .compass/config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project_type = :stand_alone
http_path = '/'
css_dir = 'css'
sass_dir = '_sass'
images_dir = 'images'
output_style = :compact
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
32 changes: 32 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<title>Page Not Found</title>
<style>
body { text-align: center;}
h1 { font-size: 50px; text-align: center }
span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
::-moz-selection{ background:#FF5E99; color:#fff; }
::selection { background:#FF5E99; color:#fff; }
article {display:block; text-align: left; width: 500px; margin: 0 auto; }

a { color: rgb(36, 109, 56); text-decoration:none; }
a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
</style>

<article>
<h1>Not found <span frown>:(</span></h1>
<div>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
</div>

<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</article>
63 changes: 63 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!doctype html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>eurucamp 2011 – Berlin, Germany</title>
<meta name="description" content="">
<meta name="author" content="">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/style.css?v=2">
<script type="text/javascript" src="http://use.typekit.com/gnn6mzr.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="js/libs/modernizr-1.7.min.js"></script>
</head>

<body>

<div id="container">
<header>
<h1><strong>euru</strong>camp<h1>
<h2>28 - 29 May 2011 – <strong>Berlin</strong>, Germany</h2>
</header>
<div id="main" role="main">

{{ content }}

</div>
<footer>

</footer>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>')</script>

<!-- scripts concatenated and minified via ant build script-->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->

<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
<![endif]-->


<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>

</body>
</html>
15 changes: 15 additions & 0 deletions _sass/_base.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$blueprint-grid-columns : 24
$blueprint-grid-width : 30px
$blueprint-grid-margin : 10px

$blueprint-font-family : "ff-basic-gothic-web-pro-1","ff-basic-gothic-web-pro-2"

$font-color : #fff
$link-color : #fff
$blueprint-background-color: #c03

@import "compass/reset"
@import "compass/utilities"
@import "compass/css3"
@import "blueprint"
@import "blueprint/typography"
50 changes: 50 additions & 0 deletions _sass/style.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
@import "base"

body
background-color: #c03
+blueprint-typography(true)

header
+linear-gradient(color-stops(#903, #c03))
padding-top: 20px

h1
+header-text
+text-shadow(black, 2px, 2px, 5px)
text-transform: uppercase
font-size: 12em
margin-bottom: 0px
letter-spacing: -0.05em
h2
+text-shadow(black, 1px, 1px, 5px)
text-transform: uppercase
letter-spacing: -0.05em

text-align: center

#main
background-color: #c03

#container
+container

.box
+column(8)

&.white
+box-shadow(black, 2px, 1px, 5px)
background-color: #eee
color: #000

h2
color: #000

&.last
+last

#preregister
+column(16)
+last
background-color: #fff
iframe
margin: 10px
32 changes: 32 additions & 0 deletions _site/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<title>Page Not Found</title>
<style>
body { text-align: center;}
h1 { font-size: 50px; text-align: center }
span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
::-moz-selection{ background:#FF5E99; color:#fff; }
::selection { background:#FF5E99; color:#fff; }
article {display:block; text-align: left; width: 500px; margin: 0 auto; }

a { color: rgb(36, 109, 56); text-decoration:none; }
a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
</style>

<article>
<h1>Not found <span frown>:(</span></h1>
<div>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
</div>

<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</article>
140 changes: 140 additions & 0 deletions _site/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
/* line 14, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* line 17, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body { line-height: 1; color: black; background: white; }

/* line 19, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul { list-style: none; }

/* line 21, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table { border-collapse: separate; border-spacing: 0; vertical-align: middle; }

/* line 23, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

/* line 25, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote { quotes: "" ""; }
/* line 96, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/* line 27, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img { border: none; }

/* line 3, ../_sass/style.sass */
body { background-color: #cc0033; line-height: 1.5; font-family: "ff-basic-gothic-web-pro-1", "ff-basic-gothic-web-pro-2"; color: white; font-size: 75%; }
/* line 68, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h1, body h2, body h3, body h4, body h5, body h6 { font-weight: normal; color: #eeeeee; }
/* line 69, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h1 img, body h2 img, body h3 img, body h4 img, body h5 img, body h6 img { margin: 0; }
/* line 70, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h1 { font-size: 3em; line-height: 1; margin-bottom: 0.50em; }
/* line 71, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h2 { font-size: 2em; margin-bottom: 0.75em; }
/* line 72, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1.00em; }
/* line 73, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
/* line 74, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; }
/* line 75, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body h6 { font-size: 1em; font-weight: bold; }
/* line 76, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body p { margin: 0 0 1.5em; }
/* line 77, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body p img.left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
/* line 78, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body p img.right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; }
/* line 80, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body a { text-decoration: underline; color: white; }
/* line 18, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body a:visited { color: #cccccc; }
/* line 22, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body a:focus { color: black; }
/* line 26, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body a:hover { color: black; }
/* line 30, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body a:active { color: white; }
/* line 81, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body blockquote { margin: 1.5em; color: #666666; font-style: italic; }
/* line 82, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body strong { font-weight: bold; }
/* line 83, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body em { font-style: italic; }
/* line 84, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body dfn { font-style: italic; font-weight: bold; }
/* line 85, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body sup, body sub { line-height: 0; }
/* line 86, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body abbr, body acronym { border-bottom: 1px dotted #666666; }
/* line 87, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body address { margin: 0 0 1.5em; font-style: italic; }
/* line 88, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body del { color: #666666; }
/* line 89, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body pre { margin: 1.5em 0; white-space: pre; }
/* line 90, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body pre, body code, body tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; }
/* line 91, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body li ul, body li ol { margin: 0; }
/* line 92, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body ul, body ol { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }
/* line 93, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body ul { list-style-type: disc; }
/* line 94, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body ol { list-style-type: decimal; }
/* line 95, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body dl { margin: 0 0 1.5em 0; }
/* line 96, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body dl dt { font-weight: bold; }
/* line 97, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body dd { margin-left: 1.5em; }
/* line 98, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body table { margin-bottom: 1.4em; width: 100%; }
/* line 99, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body th { font-weight: bold; }
/* line 100, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body thead th { background: #c3d9ff; }
/* line 101, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body th, body td, body caption { padding: 4px 10px 4px 5px; }
/* line 102, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body tr.even td { background: #e5ecf9; }
/* line 103, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body tfoot { font-style: italic; }
/* line 104, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body caption { background: #cc0033; }
/* line 105, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .quiet { color: white; }
/* line 106, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .loud { color: #dddddd; }

/* line 7, ../_sass/style.sass */
header { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #990033), color-stop(100%, #cc0033)); background-image: -moz-linear-gradient(top, #990033 0%, #cc0033 100%); background-image: linear-gradient(top, #990033 0%, #cc0033 100%); padding-top: 20px; text-align: center; }
/* line 11, ../_sass/style.sass */
header h1 { font-weight: normal; color: #eeeeee; text-shadow: black 2px 2px 5px; text-transform: uppercase; font-size: 12em; margin-bottom: 0px; letter-spacing: -0.05em; }
/* line 18, ../_sass/style.sass */
header h2 { text-shadow: black 1px 1px 5px; text-transform: uppercase; letter-spacing: -0.05em; }

/* line 25, ../_sass/style.sass */
#main { background-color: #cc0033; }

/* line 28, ../_sass/style.sass */
#container { width: 950px; margin: 0 auto; overflow: hidden; *zoom: 1; }

/* line 31, ../_sass/style.sass */
.box { display: inline; float: left; margin-right: 10px; width: 310px; }
/* line 139, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .box { overflow-x: hidden; }
/* line 34, ../_sass/style.sass */
.box.white { -moz-box-shadow: black 2px 1px 5px 0; -webkit-box-shadow: black 2px 1px 5px 0; -o-box-shadow: black 2px 1px 5px 0; box-shadow: black 2px 1px 5px 0; background-color: #eeeeee; color: black; }
/* line 39, ../_sass/style.sass */
.box.white h2 { color: black; }
/* line 42, ../_sass/style.sass */
.box.last { margin-right: 0; }

/* line 45, ../_sass/style.sass */
#preregister { display: inline; float: left; margin-right: 10px; width: 630px; margin-right: 0; background-color: white; }
/* line 139, ../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #preregister { overflow-x: hidden; }
/* line 49, ../_sass/style.sass */
#preregister iframe { margin: 10px; }
Loading

0 comments on commit 5ead8de

Please sign in to comment.