-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathlatest_project.html
More file actions
19 lines (15 loc) · 941 Bytes
/
latest_project.html
File metadata and controls
19 lines (15 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="pivot-item">
<h3>current</h3>
<h4>The latest Code52 project is <a href="/show-and-tell.html">Show and Tell</a>
</h4>
<div class="description">We want to hear from you about the cool things you've been experimenting with or the cool things you've built. We explain the idea in more details <a href="/show-and-tell.html">here</a>.</div>
<div class="details">
<p>Want to get involved?</p>
<ul>
<li>Tweet something you've written about recently to the Code52 <a href="http://twitter.com/Code_52">twitter account</a></li>
<li>Write your own post for the site - details <a href="/show-and-tell.html">here</a></li>
<li>Get in touch with the peeps in <a href="https://jabbr.net/#/rooms/code52">the JabbR chat room</a></li>
</ul>
</div>
<div class="description">Interested in contributing some code? You should check out our <a href="http://github.com/Code52/">past projects</a>!</div>
</div>