Skip to content

Commit 6224026

Browse files
added location/times/date
1 parent 8522b16 commit 6224026

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.idea/workspace.xml
2+
.idea/vcs.xml
3+
.idea/.name
4+
.idea/encodings.xml
5+
.idea/misc.xml
6+
.idea/modules.xml
7+
.idea/pie-coding.github.io.iml
8+
.idea/scopes/scope_settings.xml

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ <h1 class="blog-title">Pie Coding Collaborative</h1>
4545
<div class="blog-post">
4646
<h2 class="blog-post-title">Overview</h2>
4747

48-
<p><strong>We are currently working out a date and location. If you are interested, please
49-
<a href="http://goo.gl/forms/jywQJKWvPy" target="_blank">sign up</a> to
50-
receive updates.
48+
<p><strong>The classes will be held at
49+
<a href="https://www.google.com/maps/place/Geek+Bar+Beta/@41.910341,-87.67652,17z/data=!3m1!4b1!4m2!3m1!1s0x880fd2c739d6990f:0xbe5be108576b19cc" target="_blank">Geek Bar Chicago</a>
50+
on Wednesdays, February 25th and March 4th from 6pm until 8pm. <a href="http://goo.gl/forms/jywQJKWvPy" target="_blank">Sign up</a> today!
5151
</strong></p>
5252

5353
<p><em>Intro to Programming</em> is comprised of two courses that last two hours long each.
@@ -79,6 +79,7 @@ <h2 class="blog-post-title">Overview</h2>
7979

8080
<div class="blog-post">
8181
<h2 class="blog-post-title">Day One</h2>
82+
<h3>Wednesday, February 25th from 6pm until 8pm</h3>
8283

8384
<p>On the first day of class, students will learn to program using MIT's Scratch platform.
8485
We will walk them through creating their own applications. The core concepts that will be taught are:
@@ -103,6 +104,7 @@ <h2 class="blog-post-title">Day One</h2>
103104

104105
<div class="blog-post">
105106
<h2 class="blog-post-title">Day Two</h2>
107+
<h3>Wednesday, March 4th from 6pm until 8pm</h3>
106108

107109
<p>Day two will familiarize our students with Java and the Android development platform.
108110
We will expand upon what is taught on the first day and teach a basic introduction to Java.

0 commit comments

Comments
 (0)