Skip to content

Commit dd557ea

Browse files
committed
Add April 2018 workshop
1 parent 8965d29 commit dd557ea

File tree

9 files changed

+171
-5
lines changed

9 files changed

+171
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
run:
3-
jekyll serve
3+
jekyll serve -H 0
44

55
publish:
66
JEKYLL_ENV=production jekyll build

docs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
run:
3-
jekyll serve
3+
jekyll serve -H 0
44

55
publish:
66
JEKYLL_ENV=production jekyll build
77
git commit .
88
git push
9+
git status

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.2">Jekyll</generator><link href="https://www.splitrailartists.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.splitrailartists.com/" rel="alternate" type="text/html" /><updated>2018-03-28T19:33:00-04:00</updated><id>https://www.splitrailartists.com/</id><title type="html">Split Rail Artists</title><subtitle>Split rail artists is a vibrant and informal group of friendly people who m eet weekly to paint and develop their skills. As an art association we seek to promote ourselves and our community, hold workshops an d exhibit our work in a spirit of mutual support. Located in Grey Highlands,we welcome like minded individuals to join our group.</subtitle></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.2">Jekyll</generator><link href="https://www.splitrailartists.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.splitrailartists.com/" rel="alternate" type="text/html" /><updated>2018-03-28T19:57:38-04:00</updated><id>https://www.splitrailartists.com/</id><title type="html">Split Rail Artists</title><subtitle>Split rail artists is a vibrant and informal group of friendly people who m eet weekly to paint and develop their skills. As an art association we seek to promote ourselves and our community, hold workshops an d exhibit our work in a spirit of mutual support. Located in Grey Highlands,we welcome like minded individuals to join our group.</subtitle></feed>
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<!-- Begin Jekyll SEO tag v2.4.0 -->
9+
<title>Fields by Peter John Reid | Split Rail Artists</title>
10+
<meta name="generator" content="Jekyll v3.6.2" />
11+
<meta property="og:title" content="Fields by Peter John Reid" />
12+
<meta property="og:locale" content="en_US" />
13+
<meta name="description" content="Split rail artists is a vibrant and informal group of friendly people who m eet weekly to paint and develop their skills. As an art association we seek to promote ourselves and our community, hold workshops an d exhibit our work in a spirit of mutual support. Located in Grey Highlands,we welcome like minded individuals to join our group." />
14+
<meta property="og:description" content="Split rail artists is a vibrant and informal group of friendly people who m eet weekly to paint and develop their skills. As an art association we seek to promote ourselves and our community, hold workshops an d exhibit our work in a spirit of mutual support. Located in Grey Highlands,we welcome like minded individuals to join our group." />
15+
<link rel="canonical" href="https://www.splitrailartists.com/workshops/2018-04-01-fields/" />
16+
<meta property="og:url" content="https://www.splitrailartists.com/workshops/2018-04-01-fields/" />
17+
<meta property="og:site_name" content="Split Rail Artists" />
18+
<script type="application/ld+json">
19+
{"description":"Split rail artists is a vibrant and informal group of friendly people who m eet weekly to paint and develop their skills. As an art association we seek to promote ourselves and our community, hold workshops an d exhibit our work in a spirit of mutual support. Located in Grey Highlands,we welcome like minded individuals to join our group.","@type":"WebPage","url":"https://www.splitrailartists.com/workshops/2018-04-01-fields/","headline":"Fields by Peter John Reid","@context":"http://schema.org"}</script>
20+
<!-- End Jekyll SEO tag -->
21+
22+
<link rel="stylesheet" href="/assets/main.css">
23+
<link type="application/atom+xml" rel="alternate" href="https://www.splitrailartists.com/feed.xml" title="Split Rail Artists" />
24+
25+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54763508-3"></script>
26+
<script>
27+
window.dataLayer = window.dataLayer || [];
28+
function gtag(){dataLayer.push(arguments);}
29+
gtag('js', new Date());
30+
gtag('config', 'UA-54763508-3');
31+
</script>
32+
33+
34+
</head>
35+
36+
37+
<body>
38+
39+
<!-- Navigation -->
40+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
41+
<div class="container">
42+
<a class="navbar-brand" href="/"><img src="/assets/images/sra_circle.png" height="40"></img></a>
43+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
44+
<span class="navbar-toggler-icon"></span>
45+
</button>
46+
<div class="collapse navbar-collapse" id="navbarResponsive">
47+
<ul class="navbar-nav ml-auto">
48+
<li class="nav-item ">
49+
<a class="nav-link" href="/">Home
50+
<span class="sr-only">(current)</span>
51+
</a>
52+
</li>
53+
<li class="nav-item ">
54+
<a class="nav-link" href="/artists/">Artists</a>
55+
</li>
56+
<li class="nav-item ">
57+
<a class="nav-link" href="/events/">Events</a>
58+
</li>
59+
<li class="nav-item ">
60+
<a class="nav-link" href="/workshops/">Workshops</a>
61+
</li>
62+
<li class="nav-item ">
63+
<a class="nav-link" href="/news/">News</a>
64+
</li>
65+
<li class="nav-item ">
66+
<a class="nav-link" href="/supporters/">Supporters</a>
67+
</li>
68+
<li class="nav-item ">
69+
<a class="nav-link" href="/contact/">Contact Us</a>
70+
</li>
71+
</ul>
72+
</div>
73+
</div>
74+
</nav>
75+
76+
77+
<div class="container">
78+
<div class="my-4">
79+
<h1 class="post-title">Fields by Peter John Reid</h1>
80+
</div>
81+
82+
<div class="post-content">
83+
<h2 id="date-and-time">Date and time</h2>
84+
<p>Wednesday April 4 and April 11
85+
9 a.m. to 3 p.m., Flesherton Legion</p>
86+
87+
<p>Length: 2 Day</p>
88+
89+
<h2 id="description">Description</h2>
90+
91+
<p><img src="../fields.jpg" alt="Fields" /></p>
92+
93+
<p>Who the heck wants to spend days painting fields when there’s seemingly nothing there, I’d rather contemplate my belly button. If you can visualize past your blinders you’ll learn how to see and paint some of the most stunning paintings with fields as the centre of focus. Exciting fun and fast techniques that will add to your mastery of landscape painting. You will also improve your good looks (as in observation skills). Not good looking ? - then you better take this course.</p>
94+
95+
<h2 id="materials">Materials</h2>
96+
<p>You will need to bring:</p>
97+
<ul>
98+
<li>Your paints</li>
99+
<li>A canvas</li>
100+
<li>Brushes</li>
101+
<li>$90.00 (non member price is $100.00) total cost for two class days. Cash or cheque payable to Split Rail Artists.</li>
102+
</ul>
103+
104+
<h2 id="registration">Registration</h2>
105+
<ul>
106+
<li>BY EMAIL: <a href="mailto:[email protected]">[email protected]</a></li>
107+
<li>BY PHONE: 519-924-2734</li>
108+
<li>IN PERSON: Wednesdays at the Flesherton Legion</li>
109+
</ul>
110+
111+
112+
</div>
113+
114+
115+
</div>
116+
117+
<footer class="py-5 bg-dark">
118+
<div class="container">
119+
<p class="m-0 text-center text-white">Copyright &copy; Split Rail Artists 2017</p>
120+
</div>
121+
</footer>
122+
123+
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
124+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
125+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
126+
127+
128+
</body>
129+
130+
</html>

docs/workshops/fields.jpg

32.3 KB
Loading

docs/workshops/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ <h1 class="post-title">Workshops</h1>
8080
</div>
8181

8282
<div class="post-content">
83-
<p>Currently no workshops have been announced.</p>
83+
<h2>2018</h2>
84+
<ul>
85+
<li><a href="/workshops/2018-04-01-fields/">April 4 and April 11: "Fields", by Peter John Reid</a></li>
86+
</ul>
8487

8588
</div>
8689

workshops.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ layout: page
33
title: Workshops
44
permalink: /workshops/
55
---
6-
Currently no workshops have been announced.
6+
<h2>2018</h2>
7+
<ul>
8+
<li><a href="/workshops/2018-04-01-fields/">April 4 and April 11: "Fields", by Peter John Reid</a></li>
9+
</ul>

workshops/2018-04-01-fields.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: page
3+
title: Fields by Peter John Reid
4+
permalink: /workshops/2018-04-01-fields/
5+
---
6+
## Date and time
7+
Wednesday April 4 and April 11
8+
9 a.m. to 3 p.m., Flesherton Legion
9+
10+
Length: 2 Day
11+
12+
## Description
13+
14+
![Fields](../fields.jpg)
15+
16+
Who the heck wants to spend days painting fields when there’s seemingly nothing there, I’d rather contemplate my belly button. If you can visualize past your blinders you’ll learn how to see and paint some of the most stunning paintings with fields as the centre of focus. Exciting fun and fast techniques that will add to your mastery of landscape painting. You will also improve your good looks (as in observation skills). Not good looking ? - then you better take this course.
17+
18+
## Materials
19+
You will need to bring:
20+
* Your paints
21+
* A canvas
22+
* Brushes
23+
* $90.00 (non member price is $100.00) total cost for two class days. Cash or cheque payable to Split Rail Artists.
24+
25+
## Registration
26+
* BY EMAIL: <[email protected]>
27+
* BY PHONE: 519-924-2734
28+
* IN PERSON: Wednesdays at the Flesherton Legion
29+

workshops/fields.jpg

32.3 KB
Loading

0 commit comments

Comments
 (0)