Commit 7a332d7b by David Ormsbee

Merge pull request #217 from MITx/dormsbee/anant_fixes

Dormsbee/anant fixes
parents 3302d164 20b5edb8
......@@ -5,7 +5,7 @@
header.course-profile {
background: rgb(245,245,245);
@include background-image(url('/static/images/shot-2-large.jpg'));
@include background-image(url('/static/images/homepage_interns_placeholder_2025x550.jpg'));
background-size: cover;
@include box-shadow(0 1px 80px 0 rgba(0,0,0, 0.5));
border-bottom: 1px solid rgb(100,100,100);
......
......@@ -3,7 +3,7 @@
> header {
background: rgb(255,255,255);
@include background-image(url('/static/images/shot-2-large.jpg'));
@include background-image(url('/static/images/homepage_interns_placeholder_2025x550.jpg'));
background-size: cover;
border-bottom: 1px solid rgb(80,80,80);
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.9), inset 0 -1px 5px 0 rgba(0,0,0, 0.1));
......
......@@ -18,10 +18,10 @@
<h2>Class Feedback</h2>
<p>We are always seeking feedback to improve our courses. If you are an enrolled student and have any questions, feedback, suggestions, or any other issues specific to a particular class, please post on the discussion forums of that class.</p>
<h2>General Inqueries and Feedback</h2>
<h2>General Inquiries and Feedback</h2>
<p>If you have a general question about edX please email <a href="mailto:info@edx.org">info@edx.org</a>. To see if your question has already been answered, visit our <a href="${reverse('faq_edx')}">FAQ page</a>. Though we may not have a chance to respond to every email, we take all feedback into consideration.</p>
<h2>Technical Inqueries and Feedback</h2>
<h2>Technical Inquiries and Feedback</h2>
<p>If you have suggestions/feedback about the overall edX platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at <a href="mailto:technical@edx.org">technical@edx.org</a>. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: <a href="mailto:bugs@edx.org">bugs@edx.org</a>.</p>
<h2>Media</h2>
......
......@@ -3,7 +3,7 @@
<%namespace name='static' file='static_content.html'/>
<section class="find-courses">
<header class="search" style="background: url('/static/images/shot-2-large.jpg')">
<header class="search" style="background: url('/static/images/homepage_interns_placeholder_2025x550.jpg')">
<div class="inner-wrapper main-search">
<hgroup>
<div class="logo">
......
......@@ -32,7 +32,7 @@
<div class="input-group">
<section class="citizenship">
<label>Citizenship</label>
<label>Country</label>
<div class="input-wrapper">
<select name="country">
%for country_code, country_name in COUNTRIES:
......
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