Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

total hack to fix a weird thing with the opening image on the front page #94

Merged
merged 1 commit into from Oct 17, 2013
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions _site/index.html
Expand Up @@ -99,9 +99,9 @@ <h1 id="brand">

<article>
<div class="main_col">
<img src="/media/img/index_opennewsphoto.jpg" class="topline" style="margin-bottom: 15px;">
<div class="article_body">
<img src="/media/img/index_opennewsphoto.jpg" class="topline" style="margin-bottom: 15px; margin-top: 18px;">
<p class="caption">The crowd at the OpenNews-sponsored Hacks/Hackers Media Party in Buenos Aires. (photo/Ramiro Chanes)</p>
<div class="article_body">
<header>
<h2>We are <span style="color: black;">Knight-Mozilla <b>OpenNews</b></span></h2>
<p class="bodybig">We're helping a global network of developers, journalists, makers, and hackers collaborate on innovative code and new ideas. We believe a community of peers working, learning, and solving problems together can create the tools journalism needs to thrive on the open web. Here's how:
Expand Down
2 changes: 1 addition & 1 deletion _site/media/css/devices.css
Expand Up @@ -135,7 +135,7 @@ aside {
}
/* Partners */
.partners {
background: url("../img/css/bg_partners.png") repeat-x scroll 0 0 #ececec;
background-color: #ececec;
}
.partners h2 {
float: left;
Expand Down
8 changes: 3 additions & 5 deletions index.html
@@ -1,10 +1,9 @@
---
layout: layout
layout: post_notitle
title: Knight-Mozilla OpenNews -- Building an ecosystem for open web development in journalism
---
<img src="/media/img/index_opennewsphoto.jpg" class="topline" style="margin-bottom: 15px;">
<img src="/media/img/index_opennewsphoto.jpg" class="topline" style="margin-bottom: 15px; margin-top: 18px;">
<p class="caption">The crowd at the OpenNews-sponsored Hacks/Hackers Media Party in Buenos Aires. (photo/Ramiro Chanes)</p>
<div class="article_body">
<header>
<h2>We are <span style="color: black;">Knight-Mozilla <b>OpenNews</b></span></h2>
<p class="bodybig">We're helping a global network of developers, journalists, makers, and hackers collaborate on innovative code and new ideas. We believe a community of peers working, learning, and solving problems together can create the tools journalism needs to thrive on the open web. Here's how:
Expand All @@ -25,5 +24,4 @@ <h3>Source</h3>

<h3>Community</h3>
<p>The hacker-journalist community is a vibrant one, and we love helping it grow in size as well as strength. A diverse array of skills and experiences in technology are necessary to tackle the challenges facing journalism, and we're excited about bringing new people into this community. We want to engage the community at every step, that means we need your help. <a href="http://mozillaopennews.org/getinvolved.html">Get involved.</a>
</p>
</div>
</p>
2 changes: 1 addition & 1 deletion media/css/devices.css
Expand Up @@ -135,7 +135,7 @@ aside {
}
/* Partners */
.partners {
background: url("../img/css/bg_partners.png") repeat-x scroll 0 0 #ececec;
background-color: #ececec;
}
.partners h2 {
float: left;
Expand Down