Skip to content

Commit

Permalink
Updating copy and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuci committed Mar 21, 2016
1 parent 276d310 commit 08a1d75
Show file tree
Hide file tree
Showing 24 changed files with 6,045 additions and 476 deletions.
28 changes: 8 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,26 @@
# BetterMTL

Forked from Evento. Allows groups or companies to host and show events (future and past).
A simple way for a whole city to contribute to a shared calendar of activities.

[Add your activities](http://bettermtl.github.io/about/)

### Features

* Clean layout
* Responsive layout
* Easy for people to add events
### Features
* Clean responsive layout
* Easy to add events, by and for the community
* Future and past events in one list

---

### Install and Test
oops change this below:
1. Download or clone repo `git clone [email protected]:boyney123/evento.git`
1. Download or clone repo `git clone [email protected]:bettermtl/bettermtl.github.io.git`
2. Enter the folder: `cd evento/`
4. Start Jekyll server: `jekyll serve`

Access via: [http://localhost:4000](http://localhost:4000)

---

### Demo and Download

[Demo](http://evento.davidboyne.co.uk)

[Download](https://github.com/boyney123/evento/archive/master.zip)

### Screen Shot 1
![Evento - free Jekyll theme](/screenshot.png)
### Screen Shot 2

---

### Copyright and license

It is under [the MIT license](/LICENSE).
[MIT license](/LICENSE).
17 changes: 8 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,26 @@
# 'jekyll serve'. If you change this file, please restart the server process.

# Site settings
title: BetterMTL Community Happenings
title: Activities for a BetterMTL

#What is the name of the events or talks you would like to host? (Example Brownbags, Talks, Lighting Talks)
event_label: Events
# What is the name of the events or talks you would like to host? (Example Brownbags, Talks, Lighting Talks)
event_label: Activities

description: > # this means to ignore newlines until "baseurl:"
Simple Jekyll theme to host internal/external events happening in and around your area. Free free to contribute or fork the repo.
Montrealers for a better city
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://yourdomain.com" # the base hostname & protocol for your site
url: "http://bettermtl.github.io" # the base hostname & protocol for your site

#These settings might be able to go?
author: Paul Cuciureanu
twitter_username: pcuci
github_username: BetterMontreal/evento
company_name: BetterMontreal
github_username: bettermtl
company_name: BetterMTL

# Build settings
markdown: kramdown

#Have to show future posts for future events.
# Show future posts for future events.
future: true

permalink: /event/:title.html
26 changes: 9 additions & 17 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
<!DOCTYPE html>
<html>

{% include head.html %}

<body>

{% include header.html %}

{% if page.cover %}
<div class="blog-cover" style="background-image:url({{page.cover}});">
{% else %}
<div class="blog-cover" style="background-image:url(http://app-beacon.com/wp-content/uploads/2015/05/events.jpg);">
{% endif %}
</div>
{% if page.cover_credit %}
<span class="blog-cover-credit">Credit: Mother</span>
{% endif %}

{% if page.cover %}
<div class="blog-cover" style="background-image:url({{page.cover}});">
{% else %}
<div class="blog-cover" style="background-image:url(http://static1.squarespace.com/static/54db2500e4b06f24f8c5a607/t/54dbbfc5e4b03442c79b422e/1423687627142/Start+up+Party.jpeg?format=2500w);">
{% endif %}
</div>
{% if page.cover_credit %}
<span class="blog-cover-credit">Credit: Mother</span>
{% endif %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>

{% include footer.html %}

</body>

</html>
3 changes: 0 additions & 3 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
layout: default
---
<article class="post">

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

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

</article>
4 changes: 2 additions & 2 deletions _posts/2016-01-05-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
layout: post

#event information
title: "Getting started with AWS"
title: "Getting started with AWssS"
cover: "https://mateh.id.au/wp-content/uploads/2014/07/amazon-aws-logo.jpg"
date: 2016-01-05
start_time: "12:00"
end_time: "13:00"
location: "Salon 1861, 550 rue Richmond"
location: "Salon 1861, 550 rue Richmonds"
#event organiser details

organiser: "David Rowley"
Expand Down
33 changes: 10 additions & 23 deletions _site/README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,26 @@
# Evento
# BetterMTL

Evento is a minimal, responsive theme for Jekyll. The projects allows people, groups or companies to host and show a list future and past events.
A simple way for a whole city to contribute to a shared calendar of activities.

[Add your activities](http://bettermtl.github.io/about/)

### Features

* Clean layout
* Resposive layout
* Shows future and past events
* Easy for people to add events
### Features
* Clean responsive layout
* Easy to add events, by and for the community
* Future and past events in one list

---

### Install and Test

1. Download or clone repo `git clone [email protected]:boyney123/evento.git`
1. Download or clone repo `git clone [email protected]:bettermtl/bettermtl.github.io.git`
2. Enter the folder: `cd evento/`
4. Start Jekyll server: `jekyll serve`

Access via: [http://localhost:4000](http://localhost:4000)

---

### Demo and Download

[Demo](http://evento.davidboyne.co.uk)

[Download](https://github.com/boyney123/evento/archive/master.zip)

### Screen Shot 1
![Evento - free Jekyll theme](/screenshot.png)
### Screen Shot 2
![Evento - free Jekyll theme](/screenshot2.png)

---

### Copyright and license

It is under [the MIT license](/LICENSE).
[MIT license](/LICENSE).
35 changes: 11 additions & 24 deletions _site/about/index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>About Evento</title>
<meta name="description" content="Simple Jekyll theme to host internal/external events happening in and around your area. Free free to contribute or fork the repo.
<meta name="description" content="What's happening in Montreal?
">

<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://yourdomain.com/about/">
<link rel="alternate" type="application/rss+xml" title="BetterMTL Community Happenings" href="http://yourdomain.com/feed.xml">
<link rel="canonical" href="http://bettermtl.github.io/about/">
<link rel="alternate" type="application/rss+xml" title="Activities for a BetterMTL" href="http://bettermtl.github.io/feed.xml">
</head>


<body>

<header class="site-header">

<div class="wrapper">

<a class="site-title" href="/">BetterMTL Community Happenings</a>
<a class="site-title" href="/">Activities for a BetterMTL</a>

<nav class="site-nav">
<a href="#" class="menu-icon">
Expand All @@ -44,8 +41,6 @@






<a class="page-link button button-primary" href="/create/">Create Event</a>

Expand All @@ -64,21 +59,17 @@

</header>



<div class="blog-cover" style="background-image:url(http://app-beacon.com/wp-content/uploads/2015/05/events.jpg);">

</div>



<div class="blog-cover" style="background-image:url(http://static1.squarespace.com/static/54db2500e4b06f24f8c5a607/t/54dbbfc5e4b03442c79b422e/1423687627142/Start+up+Party.jpeg?format=2500w);">

</div>

<div class="page-content">
<div class="wrapper">
<article class="post">

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

<div class="post-content">
<p><a href="https://github.com/boyney123/evento">Evento</a> a free to use open source Jekyll project I started that allows people to create internal/external events, showing times and information for anybody that wants to attend.</p>

Expand All @@ -99,19 +90,17 @@ <h1 id="the-problem-i-was-trying-to-solve">The Problem I was trying to solve</h1


</div>

</article>

</div>
</div>

<footer class="site-footer">

<div class="wrapper">

<h2 class="footer-heading">BetterMTL Community Happenings</h2>
<h2 class="footer-heading">Activities for a BetterMTL</h2>
<p>
Simple Jekyll theme to host internal/external events happening in and around your area. Free free to contribute or fork the repo.
What's happening in Montreal?

<a href="https://github.com/boyney123/evento"><span class="icon icon--github"><svg viewBox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
</span><span class="username">Evento</span></a>
Expand All @@ -122,7 +111,5 @@ <h2 class="footer-heading">BetterMTL Community Happenings</h2>

</footer>


</body>

</html>
61 changes: 0 additions & 61 deletions _site/bettermtl

This file was deleted.

14 changes: 7 additions & 7 deletions _site/bettermtl.ics
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ BEGIN:VEVENT
UID:[email protected]
ORGANIZER;CN="Organizer Name":MAILTO:[email protected]
LOCATION: Salon 1861, 550 rue Richmond
SUMMARY:ReactJS
SUMMARY:Act on ReactJS
CLASS:PUBLIC
DTSTART:20160328T170000Z
DTEND:20160328T190000Z
DTSTAMP:20160328T170000Z
END:VEVENT
BEGIN:VEVENT
UID:20160310@bettermtl.github.io
UID:20160322@bettermtl.github.io
ORGANIZER;CN="Organizer Name":MAILTO:[email protected]
LOCATION: Salon 1861, 550 rue Richmond
SUMMARY:Angular 2
CLASS:PUBLIC
DTSTART:20160310T170000Z
DTEND:20160310T190000Z
DTSTAMP:20160310T170000Z
DTSTART:20160322T170000Z
DTEND:20160322T190000Z
DTSTAMP:20160322T170000Z
END:VEVENT
BEGIN:VEVENT
UID:[email protected]
ORGANIZER;CN="Organizer Name":MAILTO:[email protected]
LOCATION: Salon 1861, 550 rue Richmond
SUMMARY:Getting started with AWS
LOCATION: Salon 1861, 550 rue Richmonds
SUMMARY:Getting started with AWssS
CLASS:PUBLIC
DTSTART:20160105T170000Z
DTEND:20160105T190000Z
Expand Down
Loading

0 comments on commit 08a1d75

Please sign in to comment.