Skip to content

Commit 143731e

Browse files
committed
Some more progress with the redesign
1 parent fb2f9b4 commit 143731e

File tree

20 files changed

+492
-285
lines changed

20 files changed

+492
-285
lines changed

_includes/JB/posts_collate

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Usage:
2828

2929
{% if forloop.first %}
3030
<h2>{{this_year}}</h2>
31-
<h3>{{this_month}}</h3>
32-
<ul>
31+
<h3 class="month">{{this_month}}</h3>
32+
<ul class="archive">
3333
{% endif %}
3434

35-
<li><span>{{ post.date | date: "%B %e, %Y" }}</span> &raquo; <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
35+
<li><p><span>{{ post.date | date: "%B %e, %Y" }}</span> &raquo; <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></p></li>
3636

3737
{% if forloop.last %}
3838
</ul>
@@ -41,12 +41,12 @@ Usage:
4141
</ul>
4242
<h2>{{next_year}}</h2>
4343
<h3>{{next_month}}</h3>
44-
<ul>
44+
<ul class="archive">
4545
{% else %}
4646
{% if this_month != next_month %}
4747
</ul>
48-
<h3>{{next_month}}</h3>
49-
<ul>
48+
<h3 class="month">{{next_month}}</h3>
49+
<ul class="archive">
5050
{% endif %}
5151
{% endif %}
5252
{% endif %}

_includes/themes/twitter/default.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<div class="page-header">
4545
<div class="logo">
46-
<div class="icon"><img src="/assets/images/logo.png" align="left" style="margin-right: 15px" /></div>
46+
<div class="icon"><img src="/assets/images/logo.png" align="left"/></div>
4747
<div class="name">
4848
<div class="title">OpenGenderTracking Project</div>
4949
<div class="tagline">Computationally Tracking Gender Balance in News Content</div>
@@ -57,15 +57,16 @@
5757
{{ content }}
5858
</div>
5959

60-
<footer>
61-
<p>&copy; {{ site.author.name }} 2012
62-
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
63-
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
64-
</p>
65-
</footer>
66-
6760
</div> <!-- /container -->
6861

62+
<footer>
63+
<p>
64+
Brought to you by <a href="http://bocoup.com/">Bocoup</a> and the <a href="http://civic.mit.edu/">MIT Center for Civic Media</a> with generous support of the <a href="http://knightfoundation.org/">Knight Foundation</a>
65+
| Find us on <a href="https://github.com/opengendertracking">Github</a>
66+
</p>
67+
68+
</footer>
69+
6970
{% include JB/analytics %}
7071
</body>
7172
</html>

_site/about.html

+27-39
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<div class="page-header">
4646
<div class="logo">
47-
<div class="icon"><img src="/assets/images/logo.png" align="left" style="margin-right: 15px" /></div>
47+
<div class="icon"><img src="/assets/images/logo.png" align="left"/></div>
4848
<div class="name">
4949
<div class="title">OpenGenderTracking Project</div>
5050
<div class="tagline">Computationally Tracking Gender Balance in News Content</div>
@@ -62,52 +62,40 @@ <h1 class="section-title">About</h1>
6262

6363
<div>
6464
<p>The OpenGenderTracking project aims to build software that assists with analyzing the gender balance of news content.</p>
65-
66-
<h2 id='goals'>Goals</h2>
67-
68-
<p>Our initial goal is to create a standalone service that accepts content and is able to provide metrics about its gender balance. The service will be extendable to allow different sources of content, and have a variety of metrics that will return the gender balance of the content provided.</p>
69-
70-
<h2 id='where'>Where</h2>
71-
72-
<p>You can find us on github at <a href='https://github.com/opengendertracking'>github/OpenGenderTracking</a>.</p>
73-
74-
<h2 id='who'>Who</h2>
75-
76-
<p>OpenGenderTracker is a project by <a href='mailto: irene at bocoup.com'>Irene Ros</a> and <a href='mailto:achyland at bocoup.com'>Adam Hyland</a> from <a href='http://bocoup.com'>Bocoup</a> in collaboration with <a href='http://natematias.com/'>Nathan Matias</a> of the <a href='http://civic.mit.edu/'>MIT Center for Civic Media</a>.</p>
77-
78-
<pre><code> &lt;div&gt;
79-
&lt;p class=&quot;knight-logo&quot;&gt;&lt;img style=&quot;padding-right:18px&quot;src=&quot;/assets/images/knight-logo-300.jpg&quot; alt=&quot;Knight Foundation Logo&quot; align=&quot;left&quot;&gt;&lt;/p&gt;
80-
&lt;p class=&quot;knight-about&quot;&gt;Generous support is provided by the Knight Foundation. Knight Foundation supports transformational ideas that promote quality journalism, advance media innovation, engage communities and foster the arts. The foundation believes that democracy thrives when people and communities are informed and engaged. For more, visit &lt;a href=&quot;KnightFoundation.org&quot;&gt;KnightFoundation.org&lt;/a&gt;. The grant number for this grant is 2012-0284.
81-
&lt;/p&gt;
82-
&lt;/div&gt;
83-
84-
&lt;hr&gt;
85-
&lt;div class=&quot;brought-by&quot;&gt;Brought to you by&lt;/div&gt;
86-
&lt;div class=&quot;mit-info&quot;&gt;
87-
&lt;a href=&quot;http://civic.mit.edu/&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;padding-right:18px&quot;src=&quot;/assets/images/mit-logo.jpg&quot; alt=&quot;MIT Ceter for Civic Media Logo&quot; align=&quot;left&quot; width=&quot;130&quot;&gt;&lt;/a&gt;
88-
&lt;p&gt;&lt;b&gt;The MIT Center for Civic Media&lt;/b&gt; works hand in hand with diverse communities to collaboratively create, design, deploy, and assess civic media tools and practices.&lt;/p&gt;
89-
&lt;/div&gt;
90-
91-
&lt;div class=&quot;bocoup-info&quot;&gt;
92-
&lt;a href=&quot;http://bocoup.com/&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;padding: 0 18px 20px 0&quot;src=&quot;/assets/images/bocoup-logo.jpg&quot; alt=&quot;Bocoup Logo&quot; align=&quot;left&quot; width=&quot;180&quot;&gt;&lt;/a&gt;
93-
&lt;p&gt;&lt;b&gt;Bocoup&lt;/b&gt; moves the Open Web forward by building and supporting tomorrow&#39;s Open Web technologies through consulting, training, and community development.
94-
&lt;/p&gt;
95-
&lt;/div&gt;</code></pre>
65+
<div class='goals'>
66+
<h2>Goals</h2>
67+
Our initial goal is to create a standalone service that accepts content and is able to provide metrics about its gender balance. The service will be extendable to allow different sources of content, and have a variety of metrics that will return the gender balance of the content provided.
68+
</div><div class='who'>
69+
<h2>Who</h2>
70+
OpenGenderTracker is a project by <a href='mailto: irene at bocoup.com'>Irene Ros</a> and <a href='mailto:achyland at bocoup.com'>Adam Hyland</a> from <a href='http://bocoup.com'>Bocoup</a> in collaboration with <a href='http://natematias.com/'>Nathan Matias</a> of the <a href='http://civic.mit.edu/'>MIT Center for Civic Media</a>.
71+
</div><div class='bocoup-info-container'>
72+
<div class='bocoup-info'>
73+
<a class='logo' href='http://bocoup.com/' target='_blank'><img alt='Bocoup Logo' src='/assets/images/bocoup-logo.jpg' style='padding: 0 18px 20px 0' width='180' /></a>
74+
<p><b>Bocoup</b> moves the Open Web forward by building and supporting tomorrow's Open Web technologies through consulting, training, and community development.</p>
75+
</div>
76+
</div><div class='knight-about'>
77+
<a class='logo' href='http://knightfoundation.org/' target='_blank'><img alt='Knight Foundation Logo' src='assets/images/knight-logo-300.jpg' width='250px' /></a>
78+
<p><b>Knight Foundation</b> supports transformational ideas that promote quality journalism, advance media innovation, engage communities and foster the arts. The foundation believes that democracy thrives when people and communities are informed and engaged.</p>
79+
</div><div class='mit-info'>
80+
<a class='logo' href='http://civic.mit.edu/' target='_blank'><img alt='MIT Ceter for Civic Media Logo' src='/assets/images/mit-logo.jpg' width='115' /></a>
81+
<p><b>The MIT Center for Civic Media</b> works hand in hand with diverse communities to collaboratively create, design, deploy, and assess civic media tools and practices.</p>
82+
</div>
9683
</div>
9784
</div>
9885

9986

10087
</div>
10188

102-
<footer>
103-
<p>&copy; Irene Ros 2012
104-
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
105-
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
106-
</p>
107-
</footer>
108-
10989
</div> <!-- /container -->
11090

91+
<footer>
92+
<p>
93+
Brought to you by <a href="http://bocoup.com/">Bocoup</a> and the <a href="http://civic.mit.edu/">MIT Center for Civic Media</a> with generous support of the <a href="http://knightfoundation.org/">Knight Foundation</a>
94+
| Find us on <a href="https://github.com/opengendertracking">Github</a>
95+
</p>
96+
97+
</footer>
98+
11199

112100
</body>
113101
</html>

_site/archive.html

+17-16
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<div class="page-header">
4646
<div class="logo">
47-
<div class="icon"><img src="/assets/images/logo.png" align="left" style="margin-right: 15px" /></div>
47+
<div class="icon"><img src="/assets/images/logo.png" align="left"/></div>
4848
<div class="name">
4949
<div class="title">OpenGenderTracking Project</div>
5050
<div class="tagline">Computationally Tracking Gender Balance in News Content</div>
@@ -75,11 +75,11 @@ <h1 class="section-title">Archive</h1>
7575

7676

7777
<h2>2013</h2>
78-
<h3>February</h3>
79-
<ul>
78+
<h3 class="month">February</h3>
79+
<ul class="archive">
8080

8181

82-
<li><span>February 27, 2013</span> &raquo; <a href="/blog/2013/02/27/GenderTracker-Makes-an-Appearance">GenderTracker Makes an Appearance</a></li>
82+
<li><p><span>February 27, 2013</span> &raquo; <a href="/blog/2013/02/27/GenderTracker-Makes-an-Appearance">GenderTracker Makes an Appearance</a></p></li>
8383

8484

8585

@@ -94,14 +94,14 @@ <h3>February</h3>
9494

9595

9696

97-
<li><span>February 14, 2013</span> &raquo; <a href="/blog/2013/02/14/Visualizing-Uncertainty">Visualizing Uncertainty</a></li>
97+
<li><p><span>February 14, 2013</span> &raquo; <a href="/blog/2013/02/14/Visualizing-Uncertainty">Visualizing Uncertainty</a></p></li>
9898

9999

100100

101101

102102
</ul>
103-
<h3>January</h3>
104-
<ul>
103+
<h3 class="month">January</h3>
104+
<ul class="archive">
105105

106106

107107

@@ -113,7 +113,7 @@ <h3>January</h3>
113113

114114

115115

116-
<li><span>January 8, 2013</span> &raquo; <a href="/blog/2013/01/08/Tracking-Gender-In-Online-News">Tracking Gender In Online News</a></li>
116+
<li><p><span>January 8, 2013</span> &raquo; <a href="/blog/2013/01/08/Tracking-Gender-In-Online-News">Tracking Gender In Online News</a></p></li>
117117

118118

119119

@@ -128,7 +128,7 @@ <h3>January</h3>
128128

129129

130130

131-
<li><span>January 4, 2013</span> &raquo; <a href="/blog/2013/01/04/Getting-Started">Getting Started</a></li>
131+
<li><p><span>January 4, 2013</span> &raquo; <a href="/blog/2013/01/04/Getting-Started">Getting Started</a></p></li>
132132

133133

134134
</ul>
@@ -142,15 +142,16 @@ <h3>January</h3>
142142

143143
</div>
144144

145-
<footer>
146-
<p>&copy; Irene Ros 2012
147-
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
148-
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
149-
</p>
150-
</footer>
151-
152145
</div> <!-- /container -->
153146

147+
<footer>
148+
<p>
149+
Brought to you by <a href="http://bocoup.com/">Bocoup</a> and the <a href="http://civic.mit.edu/">MIT Center for Civic Media</a> with generous support of the <a href="http://knightfoundation.org/">Knight Foundation</a>
150+
| Find us on <a href="https://github.com/opengendertracking">Github</a>
151+
</p>
152+
153+
</footer>
154+
154155

155156
</body>
156157
</html>

0 commit comments

Comments
 (0)