Commit 67ae7dee by David Ormsbee

Merge pull request #236 from MITx/dormsbee/copy_edits_1

Dormsbee/copy edits 1
parents a7491516 8907b121
<%! from django.core.urlresolvers import reverse %>
<?xml version="1.0" encoding="UTF-8"?>
<%namespace name='static' file='static_content.html'/>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
<id>tag:mitx.mit.edu,2012:/blog</id>
<link type="text/html" rel="alternate" href="http://mitx.mit.edu/blog"/>
<link type="application/atom+xml" rel="self" href="https://github.com/blog.atom"/>
<link type="text/html" rel="alternate" href="http://blog.edx.org/"/>
##<link type="application/atom+xml" rel="self" href="https://github.com/blog.atom"/>
<title>The GitHub Blog</title>
<updated>2012-07-16T14:08:12-07:00</updated>
<entry>
<id>tag:mitx.mit.edu,2012:Post/3</id>
<id>tag:www.edx.org,2012:Post/3</id>
<published>2012-07-16T14:08:12-07:00</published>
<updated>2012-07-16T14:08:12-07:00</updated>
<link type="text/html" rel="alternate" href="#"/>
<title>Online Classes Cut Costs, But Do They Dilute Brands?</title>
<content type="html">&lt;img src=&quot;${static.url('images/courses/space1.jpg')}&quot; /&gt;A Description</content>
<title>Berkeley Press Release</title>
<content type="html">&lt;img src=&quot;${static.url('images/header-logo.png')}&quot; /&gt;</content>
</entry>
<entry>
<id>tag:mitx.mit.edu,2012:Post/3</id>
<id>tag:www.edx.org,2012:Post/2</id>
<published>2012-07-16T14:08:12-07:00</published>
<updated>2012-07-16T14:08:12-07:00</updated>
<link type="text/html" rel="alternate" href="#"/>
<title>Online Classes Cut Costs, But Do They Dilute Brands?</title>
<content type="html">A Description</content>
<link type="text/html" rel="alternate" href="http://edxonline.tumblr.com/post/27589840852/opening-doors-for-exceptional-students-6-002x-in"/>
<title>Opening Doors For Exceptional Students: 6.002x in Mongolia</title>
<content type="html">&lt;img src=&quot;http://media.tumblr.com/tumblr_m6y5eyXV1F1rsal4c.jpg&quot; /&gt;</content>
</entry>
<entry>
<id>tag:www.edx.org,2012:Post/1</id>
<published>2012-07-16T14:08:12-07:00</published>
<updated>2012-07-16T14:08:12-07:00</updated>
<link type="text/html" rel="alternate" href="http://edxonline.tumblr.com/post/27589835076/beyond-the-circuits-a-students-experience-with-6-002x"/>
<title>6.002x – Way beyond a learning experience</title>
<content type="html">&lt;img src=&quot;http://media.tumblr.com/tumblr_m7bdkyV9Lp1rsal4c.png&quot; /&gt;</content>
</entry>
</feed>
......@@ -100,7 +100,7 @@
<section class="container">
<section class="more-info">
<header>
<h2>edX News & Announcements</h2>
<h2>edX News &amp; Announcements</h2>
<a href="${reverse('press')}">Read More &rarr;</a>
</header>
<section class="news">
......@@ -120,8 +120,15 @@
%endfor
</section>
<section class="press-links">
<h3>Press Links:</h3>
<a href="${reverse('pressrelease')}">The edX Press Release</a>
<h3>edX in the News:</h3>
##<a href="${reverse('pressrelease')}">The edX Press Release</a>
<a href="http://www.nytimes.com/2012/07/20/education/edlife/anant-agarwal-discusses-free-online-courses-offered-by-a-harvard-mit-partnership.html">New York Times</a>,
<a href="http://www.bostonglobe.com/magazine/2012/07/14/anant-agarwal-believes-online-education-from-mit-and-harvard-should-available-all/Af0kX44dPqpBKRV2IOSjPP/story.html">Boston Globe</a>,
<a href="http://www.huffingtonpost.co.uk/2012/06/20/harvard-and-mit-create-edx-free-university-courses_n_1612143.html?utm_hp_ref=uk">Huffington Post</a>,
<a href="http://gigaom.com/cloud/everybody-codes/">GigaOM</a>,
<a href="http://bostinno.com/2012/07/06/why-comparing-edx-to-mit-is-like-comparing-a-toyota-to-a-ferrari/">BostInno</a>,
<a href="http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html">MIT News</a>
</section>
</section>
</section>
......
......@@ -25,7 +25,7 @@
<a href="${reverse('enroll', args=[course.id])}" class="register">Register for ${course.number}</a>
%endif
%else:
<a href="#signup-modal" class="register" rel="leanModal" data-notice="You must Sign Up in order to resigter">Register</a>
<a href="#signup-modal" class="register" rel="leanModal" data-notice="You must Sign Up in order to register">Register for ${course.number}</a>
%endif
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment