Skip to content

Commit 1c6b4ab

Browse files
authored
Merge pull request #1 from BrumPHP/devel
WIP - basic skeleton
2 parents 489dc59 + 62e2f54 commit 1c6b4ab

24 files changed

+397
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.sass-cache
2+
_site

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'

Gemfile.lock

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.5)
12+
ffi (1.9.18)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.1)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.7.0)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-sass-converter (1.5.1)
31+
sass (~> 3.4)
32+
jekyll-watch (2.0.0)
33+
listen (~> 3.0)
34+
kramdown (1.16.2)
35+
liquid (4.0.0)
36+
listen (3.1.1)
37+
rb-fsevent (>= 0.9.3)
38+
rb-inotify (>= 0.9.7)
39+
mercenary (0.3.6)
40+
pathutil (0.16.1)
41+
forwardable-extended (~> 2.6)
42+
public_suffix (3.0.1)
43+
rb-fsevent (0.10.2)
44+
rb-inotify (0.9.10)
45+
ffi (>= 0.5.0, < 2)
46+
rouge (3.1.0)
47+
safe_yaml (1.0.4)
48+
sass (3.5.5)
49+
sass-listen (~> 4.0.0)
50+
sass-listen (4.0.0)
51+
rb-fsevent (~> 0.9, >= 0.9.4)
52+
rb-inotify (~> 0.9, >= 0.9.7)
53+
54+
PLATFORMS
55+
ruby
56+
57+
DEPENDENCIES
58+
jekyll
59+
60+
BUNDLED WITH
61+
1.15.4

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# BrumPHP
2+
3+
Birmingham PHP community.

_config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
collections:
2+
events:
3+
output: true
4+
permalink: /events/:path
5+
sponsors:
6+
output: false
7+
sass:
8+
style: compressed
9+
sass_dir: assets/scss
10+
11+
future: true

_events/2018-02-22-introductions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Introductions
3+
date: Thu Feb 22 2018
4+
description: >
5+
Our first event will consist of a 20 minute introductory talk by co-organizer Jim Seconde on the group's founding, aims and goals. It's a chance to introduce what we're about, and what subjects/activities members would like to see for future events.
6+
link: https://www.meetup.com/brumphp/events/246873021/
7+
location: Talis
8+
uuid: 19891ca8-c102-48ae-85ff-831db2c3250e
9+
layout: event
10+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Railway-Oriented Programming with Stuart Herbert
3+
date: Wed Mar 28 2018
4+
description: >
5+
Another warm welcome to brumPHP! We're building on our successful introductory event by welcoming veteran PHP speaker Stuart Herbert to 1000 Trades in the Jewellery Quarter, to talk about functional programming
6+
link: https://www.meetup.com/brumphp/events/246966799/
7+
location: 1000 Trades
8+
uuid: 006cbc2d-000b-4ba9-9fbf-aae0dcf4f2b9
9+
layout: event
10+
---

_includes/component/footer.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<footer class="navbar-fixed-bottom page-footer brum--bg--navy-blue--tinted brum--fg--white pt-4 pb-4">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-md-6">
5+
© BrumPHP 2018
6+
</div>
7+
</div>
8+
</div>
9+
</footer>

_includes/component/header.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<header>
2+
<nav class="navbar navbar-dark navbar-expand-sm brum--bg--navy-blue--tinted">
3+
<a class="navbar-brand brum--fg--yellow--tinted" href="/">
4+
<img src="https://responsiveimages.io/v1/images/https%3A%2F%2Fraw.githubusercontent.com%2FBrumPHP%2FAssets%2Fmaster%2Fbull-logo%2Fbull-highres.png?fill=scale-down&amp;width=200" width="100" height="100" alt="BrumPHP">
5+
BrumPHP
6+
</a>
7+
<div class="">
8+
<ul class="navbar-nav mr-auto">
9+
<li class="nav-item">
10+
<a class="nav-link" href="/sponsors">Our Sponsors</a>
11+
</li>
12+
<li class="nav-item">
13+
<a class="nav-link" href="/community">Community</a>
14+
</li>
15+
</ul>
16+
</div>
17+
</nav>
18+
</header>

_includes/component/summary.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div class="col-md-4 brum--summary">
2+
<h3>{{include.summary.title}}</h3>
3+
<p class="description">{{include.summary.description}}</p>
4+
{% if include.summary.img %}
5+
<div class="img-container">
6+
<img src="{{include.summary.img}}" />
7+
</div>
8+
{% endif %}
9+
10+
{% if include.summary.link %}
11+
<p><a class="btn btn-secondary" href="{{include.summary.link}}" role="button">{{ include.summary.buttonText | default: 'View More' }} &raquo;</a></p>
12+
{% endif %}
13+
</div>

0 commit comments

Comments
 (0)