Skip to content

Commit

Permalink
adding culture repo to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
lizpope committed Oct 28, 2015
1 parent 6aa56a2 commit 816585d
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 990 deletions.
113 changes: 112 additions & 1 deletion _includes/css/critical.min.css
Original file line number Diff line number Diff line change
@@ -1 +1,112 @@
@import "//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,400";*{margin:0;padding:0;box-sizing:border-box;line-height:1.61}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;color:#333;font-size:1.2em}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.1em;margin:.5em 0}h1,h2,h3{font-family:'Yanone Kaffeesatz',sans-serif}h1{font-size:2.5em;font-weight:200}p{padding:.5em 0}a{color:#2dab9d;text-decoration:none}a:hover{tet-decoration:underline}nav{position:absolute;z-index:1;width:100%;font-family:'Yanone Kaffeesatz',sans-serif;font-size:1.1em}nav ul{text-align:center;margin-top:.5em}nav ul li{display:inline-block}nav ul li.active{background:#228378}nav ul li a{padding:.25em;display:block;text-decoration:none;color:#fff}header{padding:6em 0 4em 0;color:#fff;position:relative;background:#2dab9d;text-align:center}header:after{content:"";width:0;height:0;position:absolute;left:50%;right:50%;bottom:0;margin-left:-28px;border-bottom:28px solid #fff;border-left:28px solid transparent;border-right:28px solid transparent}header h1,header p{max-width:90%;margin:0 auto}header img{width:150px;height:150px;border-radius:50%;padding:4px;border:solid 1px #2dab9d;background:#fff}.container{width:90%;max-width:40em;margin:0 auto}@media all and (min-width:780px){header h1{font-size:4em}}
@import "//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,400";
/* --- FONTS --- */
/* --- COLOURS --- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 1.61;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
color: #333333;
font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
line-height: 1.1em;
margin: .5em 0;
}
h1,
h2,
h3 {
font-family: 'Yanone Kaffeesatz', sans-serif;
}
h1 {
font-size: 2.5em;
font-weight: 200;
}
p {
padding: .5em 0;
}
a {
color: #2dab9d;
text-decoration: none;
}
a:hover {
tet-decoration: underline;
}
/* -- NAV -- */
nav {
position: absolute;
z-index: 1;
width: 100%;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 1.1em;
}
nav ul {
text-align: center;
margin-top: .5em;
}
nav ul li {
display: inline-block;
}
nav ul li.active {
background: #228378;
}
nav ul li a {
padding: .25em;
display: block;
text-decoration: none;
color: #ffffff;
}
/* -- HEADER -- */
header {
padding: 6em 0 4em 0;
color: #ffffff;
position: relative;
background: #2dab9d;
text-align: center;
}
header:after {
content: "";
width: 0;
height: 0;
position: absolute;
left: 50%;
right: 50%;
bottom: 0;
margin-left: -28px;
border-bottom: 28px solid #ffffff;
border-left: 28px solid transparent;
border-right: 28px solid transparent;
}
header h1,
header p {
max-width: 90%;
margin: 0px auto;
}
header img {
width: 150px;
height: 150px;
border-radius: 50%;
padding: 4px;
border: solid 1px #2dab9d;
background: #ffffff;
}
.container {
width: 90%;
max-width: 40em;
margin: 0px auto;
}
@media all and (min-width: 780px) {
header h1 {
font-size: 4em;
}
}
22 changes: 16 additions & 6 deletions _layouts/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ <h1>{{page.title}}</h1>
{{content}}
<ul class="exhibition exhibition-projects">
<li>
<a href="workerjs">
<a href="https://github.com/holidayextras/culture">
<section>
<h2>Culture</h2>
<div class="project-summary">
<blockquote>A collection of documents that outline Holiday Extras' culture and development expectations</blockquote>
</div>
</section>
</a>
</li>
<li>
<a href="https://github.com/holidayextras/WorkerJS/">
<section>
<h2>Worker.js</h2>
<div class="project-summary">
Expand All @@ -25,7 +35,7 @@ <h2>Worker.js</h2>
<a href="esq">
<section>
<h2>ESQ</h2>
<div class="project-summary">
<div class="https://github.com/holidayextras/esq/">
<blockquote>An easy way to build elasticsearch queries without having to writing lots and lots of code</blockquote>
</div>
</section>
Expand All @@ -35,7 +45,7 @@ <h2>ESQ</h2>
<a href="pester">
<section>
<h2>Pester</h2>
<div class="project-summary">
<div class="https://github.com/holidayextras/node-pester/">
<blockquote>Will pester you, if you're running the wrong version of Node.js for your app.</blockquote>
</div>
</section>
Expand All @@ -45,7 +55,7 @@ <h2>Pester</h2>
<a href="hxtracer">
<section>
<h2>HXTracer</h2>
<div class="project-summary">
<div class="https://github.com/holidayextras/hxTracer/">
<blockquote>A dependency-free Javascript Tracer.</blockquote>
</div>
</section>
Expand All @@ -55,7 +65,7 @@ <h2>HXTracer</h2>
<a href="flex-less">
<section>
<h2>Flex-Less</h2>
<div class="project-summary">
<div class="https://github.com/holidayextras/flex-less">
<blockquote>A mixin created to enable you to use all basic functions of CSS flexbox for all supported flexbox browsers.</blockquote>
</div>
</section>
Expand All @@ -65,7 +75,7 @@ <h2>Flex-Less</h2>
<a href="node-asterix-ami">
<section>
<h2>Asterisk-ami</h2>
<div class="project-summary">
<div class="https://github.com/holidayextras/node-asterisk-ami/">
<blockquote>An extremely lightweight Asterisk AMI connector.</blockquote>
</div>
</section>
Expand Down
158 changes: 0 additions & 158 deletions projects/esq.md

This file was deleted.

Loading

0 comments on commit 816585d

Please sign in to comment.