Skip to content

Commit 767abf1

Browse files
committed
Updated challenges page
* Edited description * Changes headers and other formatting * Added solicitation for other challenges
1 parent 2d5eaba commit 767abf1

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

Diff for: assets/css/main.css

+15
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,18 @@ code {
5151
}
5252
}
5353

54+
55+
56+
.post-date {
57+
color: #aaaaaa;
58+
}
59+
60+
#greensquare {
61+
float: left;
62+
width: 200px;
63+
height: 200px;
64+
margin-right: 20px;
65+
margin-bottom: 20px;
66+
background-color: #007700;
67+
}
68+

Diff for: challenges.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@
33
title: "Welcome to Code and Coffee, Long Beach"
44
permalink: challenges/
55
---
6-
<!-- {% include hero.html %} -->
76

7+
<h1>Challenges</h1>
8+
9+
<p>Every weekend Code &amp;&amp; Coffee has a variety of activities, including group discussions, lightning talks, and - ocassionally - challenges. Challenges should be fun and offer something interesting to every skill level.</p>
10+
11+
<div id="challenge_list" class="content_box">
12+
13+
<h3>our challenges...</h3>
814

9-
<h1>Challenges.</h1>
10-
<div id="member_list" class="content_box">
11-
<h3>meet other members, and <a href="#member_howto">this is Code + coffee's challenges</a></h3>
1215
{% for post in site.posts %}
1316
{% if post.category == 'challenge' %}
1417
{% assign author = site.authors[post.author] %}
1518
{{ author.display_name }}
16-
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
19+
<h4><a href="{{ post.url }}">{{ post.title }}</a> <span class="post-date">{{ post.date | date:"%b %d %Y" }}</span></h4>
1720
{% endif %}
1821
{% endfor %}
22+
1923
</div>
2024

25+
<p>If you have an idea for a new challenge, send @rogerhoward a private message (to avoid spoilers).</p>
2126

22-
{% include footer.html %}
23-
<!-- {% include follow.html %} -->
27+
{% include footer.html %}

0 commit comments

Comments
 (0)