Skip to content

Commit d44bfab

Browse files
added signup
1 parent 570c84b commit d44bfab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<nav class="blog-nav">
2525
<a class="blog-nav-item active" href="#">Intro to Programming</a>
2626
<a class="blog-nav-item" href="#">Overview</a>
27+
<a class="blog-nav-item" href="http://goo.gl/forms/jywQJKWvPy" target="_blank">Sign Up</a>
2728
</nav>
2829
</div>
2930
</div>
@@ -44,6 +45,10 @@ <h1 class="blog-title">Pie Coding Collaborative</h1>
4445
<div class="blog-post">
4546
<h2 class="blog-post-title">Overview</h2>
4647

48+
<p><strong>We are currently working out a date and location. If you are interested, please
49+
<a class="blog-nav-item" href="http://goo.gl/forms/jywQJKWvPy" target="_blank">sign up</a> to
50+
receive updates.
51+
</strong></p>
4752

4853
<p><em>Intro to Programming</em> is comprised of two courses that last two hours long each.
4954
It is being designed to be a very easy introduction to the fundamentals of programming.
@@ -152,4 +157,4 @@ <h4>Downloads</h4>
152157

153158

154159
</body>
155-
</html>
160+
</html>

0 commit comments

Comments
 (0)