Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Aug 15, 2016
1 parent f3570b2 commit b970c20
Show file tree
Hide file tree
Showing 16 changed files with 269 additions and 191 deletions.
20 changes: 3 additions & 17 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">{{ site.title }}</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
<li><a href="http://bridgefoundry.org/code-of-conduct/">CODE OF CODUCT</a></li>
<li>© 2016 ClojureBridge </li>
</ul>
</div>

<div class="footer-col footer-col-3">
<p>{{ site.description }}</p>
</div>
<div class="content-wrapper">
<div class="content">
<p>© 2016 ClojureBridge</p>
</div>

</div>

</footer>
10 changes: 4 additions & 6 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
---
<article class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>

<div class="post-content">
{{ content }}
<div class="content-wrapper">
<div class="content">
{{ content }}
</div>
</div>

</article>
5 changes: 3 additions & 2 deletions _posts/2016-09-15-Berlin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: "Event in Berlin"
date: 2016-09-15 11:37:37 +0200
title: "Berlin, Germany"
date: 2016-09-16 11:37:37 +0200
workshop_dates: 16–17 September 2016
---
Hello!
20 changes: 3 additions & 17 deletions _site/2016/08/15/Auckland.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,10 @@ <h1 class="post-title" itemprop="name headline">Event in Auckland</h1>

<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">ClojureBridge</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="http://bridgefoundry.org/code-of-conduct/">CODE OF CODUCT</a></li>
<li>© 2016 ClojureBridge </li>
</ul>
</div>

<div class="footer-col footer-col-3">
<p>ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women.</p>
</div>
<div class="content-wrapper">
<div class="content">
<p>© 2016 ClojureBridge</p>
</div>

</div>

</footer>
Expand Down
28 changes: 7 additions & 21 deletions _site/2016/09/15/Berlin.html → _site/2016/09/16/Berlin.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Event in Berlin</title>
<title>Berlin, Germany</title>
<meta name="description" content="Hello!">

<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://clojurebridge.org/2016/09/15/Berlin.html">
<link rel="canonical" href="http://clojurebridge.org/2016/09/16/Berlin.html">
<link rel="alternate" type="application/rss+xml" title="ClojureBridge" href="http://clojurebridge.org/feed.xml">
<script src="https://use.fontawesome.com/4e38b81415.js"></script>
<script src="//use.typekit.net/krc8ckx.js"></script>
Expand Down Expand Up @@ -72,8 +72,8 @@
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

<header class="post-header">
<h1 class="post-title" itemprop="name headline">Event in Berlin</h1>
<p class="post-meta"><time datetime="2016-09-15T11:37:37+02:00" itemprop="datePublished">Sep 15, 2016</time></p>
<h1 class="post-title" itemprop="name headline">Berlin, Germany</h1>
<p class="post-meta"><time datetime="2016-09-16T11:37:37+02:00" itemprop="datePublished">Sep 16, 2016</time></p>
</header>

<div class="post-content" itemprop="articleBody">
Expand All @@ -88,24 +88,10 @@ <h1 class="post-title" itemprop="name headline">Event in Berlin</h1>

<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">ClojureBridge</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="http://bridgefoundry.org/code-of-conduct/">CODE OF CODUCT</a></li>
<li>© 2016 ClojureBridge </li>
</ul>
</div>

<div class="footer-col footer-col-3">
<p>ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women.</p>
</div>
<div class="content-wrapper">
<div class="content">
<p>© 2016 ClojureBridge</p>
</div>

</div>

</footer>
Expand Down
25 changes: 25 additions & 0 deletions _site/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ClojureBridge Website

Welcome! This is the repository for the [clojurebridge.org](http://www.clojurebridge.org/) website.
We are happy to receive your contributions.

## How to get started
You can either create and modify files here on GitHub or clone the repository and view the website on your computer.

The website is powered by [Jekyll](https://jekyllrb.com/), GitHub pages and Markdown. Jekyll is a Ruby gem that lets you create simple blogs that are easy to maintain.

You might have to install a new version of Ruby, if you don't have it yet.
After that you can run the following command in the Terminal:
```
gem install jekyll
```
Clone the repository, `cd` into it and pull the latest changes. Once you are done with that you can run Jekyll locally with `jekyll serve` and see it running in your browser at http://localhost:4000/.

## Workshops
Jekyll has posts and we decided to make a workshop a post for convenience. Every post has its own markdown file. So just head over, create a new workshop post and send us a pull request.

## Issues
We collect issues about things we still need to do. Please let us know in the issue if you want to start working on it.

## Contact
If you have any questions please don't hesitate to contact us at <[email protected]>.
30 changes: 7 additions & 23 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@
<div class="wrapper">
<article class="post">

<header class="post-header">
<h1 class="post-title">About</h1>
</header>

<div class="post-content">
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="http://jekyllrb.com/">jekyllrb.com</a></p>
<div class="content-wrapper">
<div class="content">
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="http://jekyllrb.com/">jekyllrb.com</a></p>

</div>
</div>

</article>
Expand All @@ -87,24 +85,10 @@ <h1 class="post-title">About</h1>

<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">ClojureBridge</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="http://bridgefoundry.org/code-of-conduct/">CODE OF CODUCT</a></li>
<li>© 2016 ClojureBridge </li>
</ul>
</div>

<div class="footer-col footer-col-3">
<p>ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women.</p>
</div>
<div class="content-wrapper">
<div class="content">
<p>© 2016 ClojureBridge</p>
</div>

</div>

</footer>
Expand Down
Binary file added _site/assets/images/honeycomb-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 66 additions & 4 deletions _site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ body {
background-color: rgb(249, 249, 249);
}

#site-nav li a {
text-decoration: none;
}

#site-nav li a:hover {
border-bottom: 3px solid rgb(97, 99, 118);
}
Expand All @@ -60,8 +56,74 @@ body {
color: #fff;
}

.content-wrapper {
padding: 0 2em;
}

.content {
margin: 0 auto;
max-width: 60em;
}

#events {
border-bottom: 3px solid rgb(51, 52, 62);
background: url(/assets/images/honeycomb-bg.png);
padding-top: 1.5em;
padding-bottom: 1.5em;
}

#events-list {
padding: 0;
list-style: none;
}

#events-list li {
width: 247px;
padding: 0 0 2em;
background: #e9e9e9;
text-align: center;
}

#events-list h3 {
margin-top: 0.2em;
font-weight: normal;
font-size: 1.5em;
}

#events-list p {
margin: 0;
color: #797b91;
}

#events-list img.city {
display: block;
max-width: 247px;
max-height: 247px;
background-position: ;
}

#events-list img.organizer {
margin: -40px auto 0;
display: block;
width: 57px;
height: 57px;
border: 4px solid #fff;
-webkit-box-shadow: 0 0 5px #666;
-moz-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
}

a {
color: #33343e;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
margin: 0;
}

img {
max-width: 100%;
}

.fa span {
Expand Down
30 changes: 7 additions & 23 deletions _site/donate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,9 @@
<div class="wrapper">
<article class="post">

<header class="post-header">
<h1 class="post-title">Donate</h1>
</header>

<div class="post-content">
<h1 id="clojurebridge-donor-faq">ClojureBridge Donor FAQ</h1>
<div class="content-wrapper">
<div class="content">
<h1 id="clojurebridge-donor-faq">ClojureBridge Donor FAQ</h1>

<p><img src="/assets/images/header-donate.jpg" alt="ClojureBridge attendees" /></p>

Expand Down Expand Up @@ -112,6 +109,7 @@ <h2 id="how-can-i-help">How can I help?</h2>

<p>The ClojureBridge Organizers and Community</p>

</div>
</div>

</article>
Expand All @@ -121,24 +119,10 @@ <h2 id="how-can-i-help">How can I help?</h2>

<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">ClojureBridge</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="http://bridgefoundry.org/code-of-conduct/">CODE OF CODUCT</a></li>
<li>© 2016 ClojureBridge </li>
</ul>
</div>

<div class="footer-col footer-col-3">
<p>ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women.</p>
</div>
<div class="content-wrapper">
<div class="content">
<p>© 2016 ClojureBridge</p>
</div>

</div>

</footer>
Expand Down
12 changes: 6 additions & 6 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<description>ClojureBridge aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women.</description>
<link>http://clojurebridge.org/</link>
<atom:link href="http://clojurebridge.org/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 15 Aug 2016 15:47:41 +0200</pubDate>
<lastBuildDate>Mon, 15 Aug 2016 15:47:41 +0200</lastBuildDate>
<pubDate>Mon, 15 Aug 2016 17:59:08 +0200</pubDate>
<lastBuildDate>Mon, 15 Aug 2016 17:59:08 +0200</lastBuildDate>
<generator>Jekyll v3.2.1</generator>

<item>
<title>Event in Berlin</title>
<title>Berlin, Germany</title>
<description>&lt;p&gt;Hello!&lt;/p&gt;
</description>
<pubDate>Thu, 15 Sep 2016 11:37:37 +0200</pubDate>
<link>http://clojurebridge.org/2016/09/15/Berlin.html</link>
<guid isPermaLink="true">http://clojurebridge.org/2016/09/15/Berlin.html</guid>
<pubDate>Fri, 16 Sep 2016 11:37:37 +0200</pubDate>
<link>http://clojurebridge.org/2016/09/16/Berlin.html</link>
<guid isPermaLink="true">http://clojurebridge.org/2016/09/16/Berlin.html</guid>


</item>
Expand Down
Loading

0 comments on commit b970c20

Please sign in to comment.