Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/get_involved.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="pivot-item">
<h3>what can I do?</h3>
<div class="description"></div>
The easiest way to get started is to dive straight in:

<div class="details">
<ul>
Expand Down
4 changes: 2 additions & 2 deletions _includes/goals.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="pivot-item">
<h3>goals</h3>
Particular goals we want to achieve:
These are some of the goals we want to achieve with code52:

<ul>
<li>introduce developers to open-source projects and help them learn the ropes</li>
<li>contribute to projects across a range of technologies</li>
<li>let the community determine where to focus efforts (?)</li>
<li>let contributors have a say in what we do each week</li>
</ul>
</div>
3 changes: 2 additions & 1 deletion _includes/links.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<div class="pivot-item">
<h3>links</h3>
For those hungry for more information:

<div class="details">
<ul>
<li><a href="/blog.html">Blog Feed</a></li>
<li><a href="/contributing.html">How we use Git and GitHub</a></li>
<li><a href="/trello.html">How we use Trello</a></li>
<li><!--<a href="/trello.html">-->How we use Trello (coming soon)<!--</a>--></li>
</ul>
</div>
</div>
2 changes: 2 additions & 0 deletions _includes/past.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<div class="pivot-item">
<h3>past</h3>

Some of our recent work

<div id="tiles">
<div id="firstRow">
<a href="/DownmarkerWPF/"><div class="Tile one blue"><img src="/img/tiles/markpad.png" /><h2>markpad</h2></div></a>
Expand Down
2 changes: 2 additions & 0 deletions _posts/2012-02-06-pretzel-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ How far did we get this week?

You can setup a new website using these three steps.

**EDIT:** here's a quick [wiki article](https://github.com/Code52/pretzel/wiki/Installing-Pretzel) to get this running from the command line.

![](/img/pretzel-console.png)

This provides the demo site we've configured to help get people started experimenting - including images, styles and a sample post.
Expand Down
8 changes: 6 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ h2
font-size: 2.5em;
}

h4 { text-transform :uppercase; font-weight:700; }
h4 { text-transform :uppercase; font-weight:700; font-size: 1.5em; margin-bottom: 10px; margin-top:0px;}
a, a:visited
{
text-decoration: none;
Expand All @@ -58,8 +58,12 @@ a:hover
background: #13678b
}

.pivotItem { margin-top:10px; }

@media screen and (max-width:900px)
{
h1 { font-size: 2.5em;}
h2 { font-size:1.5em; }
}
h4 { font-size:1em; }
}

Binary file modified img/pretzel-console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.