Skip to content

Commit

Permalink
All of the things
Browse files Browse the repository at this point in the history
  • Loading branch information
gearoidorourke committed Jul 15, 2013
1 parent 6e7ca82 commit 1092d8d
Show file tree
Hide file tree
Showing 35 changed files with 1,846 additions and 293 deletions.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="container">

<a href="#intro" id="logo">
<a href="/" id="logo">
<h1>hack{<b>cyprus</b>}</h1>
</a>

Expand Down
78 changes: 0 additions & 78 deletions _layouts/base.html

This file was deleted.

Empty file added _layouts/blog.html
Empty file.
21 changes: 21 additions & 0 deletions _layouts/event.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->

{% include meta.html %}

<body>

<div id="fb-root"></div>

{% include nav.html %}

{{content}}

{% include footer.html %}

</body>

</html>
21 changes: 21 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->

{% include meta.html %}

<body>

<div id="fb-root"></div>

{% include nav.html %}

{{content}}

{% include footer.html %}

</body>

</html>
2 changes: 2 additions & 0 deletions _layouts/old/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@


10 changes: 5 additions & 5 deletions _less/base/inputs.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ a {

.btn {
display: block;
// text-transform: uppercase;
.sans;
font-weight: 600;
font-weight: 500;
text-decoration: none;
color: @mono;
padding: 1em 0;
padding: 1.5em 0;
text-align: center;
position: relative;
// letter-spacing: 1px;
letter-spacing: 1px;
background: @mono-20;
border-bottom: 0;
z-index: 2;
.border-radius(2px);
font-size: 0.875em;


&.primary {
Expand All @@ -40,7 +40,7 @@ a {
background: @secondary-60;
color: #fff;
&:hover {
color: @mono;
color: #fff;
background: lighten(@secondary-60, 10%);
}
&.disabled {
Expand Down
32 changes: 3 additions & 29 deletions _less/base/layout.less
Original file line number Diff line number Diff line change
@@ -1,34 +1,8 @@
.container {
width: 60em;
margin: 0 auto
margin: 0 auto;
}

html {
background: @mono;
}

html.js body {
visibility: hidden;
}

body {
background: @mono;
}

.content {
width: 35em;
position: relative;
}

footer {
text-align: center;
padding: 4em 0;
font-size: 0.75em;
background: @mono;
p {
color: @mono-20;
a {
color: @primary;
}
}
.row {
padding: 2em 0
}
84 changes: 69 additions & 15 deletions _less/base/typography.less
Original file line number Diff line number Diff line change
@@ -1,39 +1,93 @@

.sans {
font-family: "adelle-sans",sans-serif;
font-family: "adelle-sans", sans-serif;
}

.serif {
font-family: "adelle", serif;
// font-family: "adelle", serif;
.sans;
}

body {
font-size: 16px;
.serif;
.sans;
color: @mono;
font-weight: 300;
}

h1 {
font-family: "sullivan";
text-transform: uppercase;
font-size: 9em;
letter-spacing: -2px;
line-height: 1;
margin: 0;
h1, h2, h3, blockquote {
text-align: center;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

h2 {














h1 {
.serif;
font-size: 2em;

}

h1.opening {
font-family: "sullivan";
text-transform: uppercase;
font-size: 9em;
letter-spacing: -2px;
line-height: 1;
margin: 0;
}

.section-head {
margin-bottom: 1em;
}

.section-subhead {
font-size: 1.25em;
color: @mono-60;
line-height: 1.3;
width: 35em;
margin: 0 auto;
}

h2, h3 {
font-weight: 300;
font-family: "deming";
font-size: 0.875em;
margin-bottom: 2em;
margin-bottom: 0.5em;
.serif;
}

p {
font-size: 1.125em;
font-size: 1em;
font-weight: 300;
line-height: 1.6;
margin-bottom: 2em;
color: @mono-60;
}

.brand-font {
font-family: "sullivan";
text-transform: uppercase;
font-weight: normal;
// text-shadow: 6px 6px 0px darken(@mono, 30%);
-webkit-font-smoothing: antialiased;
margin: 0;
line-height: 1;
color: #fff;
letter-spacing: -10px;
padding: 0;
span {
color: @primary;
}
}
25 changes: 15 additions & 10 deletions _less/hackcyprus-2013.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,22 @@
// Objects
@import "objects/nav";
@import "objects/logo";
@import "objects/slide";
@import "objects/opening";
@import "objects/tickets";
@import "objects/panorama";
@import "objects/partners";
@import "objects/speakers";
// @import "objects/slide";
@import "objects/intro";
@import "objects/word-art";
@import "objects/manifesto";
@import "objects/party";
@import "objects/junior";
@import "objects/hackathon";
@import "objects/insights";
@import "objects/team";
@import "objects/supporters";
@import "objects/share";
// @import "objects/word-art";
// @import "objects/manifesto";
// @import "objects/party";
// @import "objects/junior";
// @import "objects/hackathon";
// @import "objects/insights";
// @import "objects/team";
// @import "objects/supporters";
// @import "objects/share";

// Vendor
@import "vendor/bootstrap-component-animations";
Expand Down
Loading

0 comments on commit 1092d8d

Please sign in to comment.