-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (96 loc) · 6.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="generator" content="Hugo 0.16" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://abbeycodeclub.org/css/style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css">
<link rel="alternate" href="http://abbeycodeclub.org/index.xml" type="application/rss+xml" title="Abbey Code Club">
<title>Abbey Code Club</title>
</head>
<body>
<header>
<div class="container clearfix">
<a class="path" href="http://abbeycodeclub.org/">[Abbey Code Club]</a>
<span class="caret"># _</span>
<div class="right">
</div>
</div>
</header>
<div class="container">
<main role="main" class="homepage">
<h1 class="site-title">
<span class="base05">[</span><span class="base08">a</span><span class="base09">b</span><span class="base0a">b</span><span class="base0b">e</span><span class="base0c">y</span><span class="base08">c</span><span class="base09">o</span><span class="base0a">d</span><span class="base0b">e</span><span class="base08">c</span><span class="base09">l</span><span class="base0a">u</span><span class="base0b">b</span>]</span>
</h1>
<div class="hero-logo">
<img src="http://abbeycodeclub.org/img/base16-eighties.svg">
</div>
<div style="text-align: center;">
Home of the coders of the future!
</div>
<h1 class="headline">Recent Posts</h1>
<div class="article-list">
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/post/pico-8/pico-8.02/">PICO-8 First steps</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-09-26">September 26, 2016</time></span>
</div>
<section class="summary">
PICO-8: First steps Before we start to write any code, you need to learn how to find your way around the PICO-8 screens. Start the PICO-8 application PICO-8 should already be installed on your computer. Click on the PICO-8 entry in the Start Menu to run it. You will see this screen and hear a little tune when it starts up… Console To run a program, you type “RUN” and press the “Enter” key. <a href="/post/pico-8/pico-8.02/">Read More...</a>
</section>
</article>
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/post/pico-8/pico-8.01/">PICO-8 Introduction</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-09-26">September 26, 2016</time></span>
</div>
<section class="summary">
PICO-8: Fantasy Games Console! 1. Introduction Last week you told me that you’d like to learn how to program by typing code, rather than dragging blocks around! You asked for it, so we are now going to learn how to write a game with actual code. This will take several weeks and won’t be easy, but will definitely be worth it! Fasten your seatbelt! PICO-8 is a “fantasy games console”, for making, sharing and playing small games. <a href="/post/pico-8/pico-8.01/">Read More...</a>
</section>
</article>
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/post/codeclub-002/">CodeClub/002 (20/9/16)</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-09-21">September 21, 2016</time></span>
</div>
<section class="summary">
Code Club 2 was a busy one! The computer room was packed, and it was a very hot day too! Scratch game: Hide and Seek This week we used Scratch to write a little Hide and Seek game. Hide and Seek Scratch is the most popular programming environment for primary school children. It allows you to build programs by dragging and dropping graphical blocks. This makes it much easier to learn about key computer programming ideas without having to type much, and without the annoying errors you get if you type programs as text. <a href="/post/codeclub-002/">Read More...</a>
</section>
</article>
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/post/codeclub-001/">CodeClub/001 (13/9/16)</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-09-13">September 13, 2016</time></span>
</div>
<section class="summary">
What a great first Code Club! I hope you all enjoyed it as much as I did. This week we: talked about why it is important and fun to learn about coding looked at how computers have changed in recent years, and thought about how they might change in future (nobody knows!) did some great programming of Minecraft and Disney Infinity Play Lab at code.org had a play with my super-colourful NeoPixel LED strip, controlled by a Microview microcontroller and a Wii Nunchuk hand controller I was really impressed with your enthusiasm and how much progress you all made in the programming exercises! <a href="/post/codeclub-001/">Read More...</a>
</section>
</article>
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/post/welcome/">Welcome!</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-09-13">September 13, 2016</time></span>
</div>
<section class="summary">
Welcome to Abbey Code Club! I’m very excited about our brand new code club - the first ever code club at Abbey School. I hope you are too! There’s not much to read here at the moment, but I’ll be updating the website regularly so check back often. Code clubs will run every Tuesday afternoon 3:30-4:30 in the computer room. To get started, here are some links to websites that you might find interesting! <a href="/post/welcome/">Read More...</a>
</section>
</article>
</div>
</main>
</div>
<footer>
<div class="container">
<span class="copyright">© 2016 Abbey Code Club - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span>
</div>
</footer>
</body>
</html>