Added titles to pages that are currently public-facing.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
<%namespace name='static' file='static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Courses</title></%block>
|
||||
|
||||
<section class="find-courses">
|
||||
<header class="search" style="background: url('/static/images/homepage_interns_placeholder_2025x550.jpg')">
|
||||
<div class="inner-wrapper main-search">
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
|
||||
<%namespace name='static' file='static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Dashboard</title></%block>
|
||||
|
||||
<section class="container dashboard">
|
||||
|
||||
<section class="profile-sidebar">
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
|
||||
<%block name="title"><title>About ${course.number}</title></%block>
|
||||
|
||||
<section class="course-info">
|
||||
<header class="course-profile">
|
||||
<div class="intro-inner-wrapper">
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
<%block name="title"><title>404</title></%block>
|
||||
|
||||
<section class="outside-app">
|
||||
<h1>Page not found</h1>
|
||||
<p>The page that you were looking for was not found. Go back to the <a href="/">homepage</a> or let us know about any pages that may have been moved at <a href="mailto:technical@edx.org">technical@edx.edu</a>.</p>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
<%block name="title"><title>About edX</title></%block>
|
||||
|
||||
<section class="container about">
|
||||
<nav>
|
||||
<a href="${reverse('about_edx')}" class="active">Vision</a>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
<%block name="title"><title>Contact edX</title></%block>
|
||||
|
||||
<section class="container about">
|
||||
<nav>
|
||||
<a href="${reverse('about_edx')}">Vision</a>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Copyright</title></%block>
|
||||
|
||||
<section class="static-container copyright">
|
||||
<h1> Licensing Information </h1>
|
||||
<hr class="horizontal-divider">
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
<%block name="title"><title>FAQ</title></%block>
|
||||
|
||||
<section class="container about">
|
||||
<nav>
|
||||
<a href="${reverse('about_edx')}">Vision</a>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Help - MITx 6.002x</title></%block>
|
||||
<%block name="title"><title>edX Help</title></%block>
|
||||
|
||||
<section class="static-container help">
|
||||
<h1>Help</h1>
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Honor Code</title></%block>
|
||||
|
||||
<section class="static-container honor-code">
|
||||
<h1> Honor Code </h1>
|
||||
<hr class="horizontal-divider">
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
<%block name="title"><title>Jobs</title></%block>
|
||||
|
||||
<section class="container jobs">
|
||||
<h1>Do You Want to Change the Future of Education?</h1>
|
||||
<hr class="horizontal-divider">
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%inherit file="../main.html" />
|
||||
|
||||
<%block name="title"><title>edX in the Press</title></%block>
|
||||
|
||||
<section class="container about">
|
||||
<nav>
|
||||
<a href="${reverse('about_edx')}">Vision</a>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>MIT and Harvard announce edX</title></%block>
|
||||
|
||||
<section class="pressrelease">
|
||||
<section class="container">
|
||||
<h1>MIT and Harvard announce edX</h1>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Privacy Policy</title></%block>
|
||||
|
||||
<section class="static-container privacy-policy">
|
||||
<h1>Privacy Policy</h1>
|
||||
<hr class="horizontal-divider">
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>Terms of Service</title></%block>
|
||||
|
||||
<section class="static-container tos">
|
||||
<h1>MITx Terms of Service</h1>
|
||||
<hr class="horizontal-divider">
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<%inherit file="base.html" />
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>BerkeleyX</title></%block>
|
||||
|
||||
<%block name="university_header">
|
||||
<header class="search" style="background: url('/static/images/berkeley_fountain_2025x550.jpg')">
|
||||
<div class="inner-wrapper university-search">
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<%inherit file="base.html" />
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>HarvardX</title></%block>
|
||||
|
||||
<%block name="university_header">
|
||||
<header class="search" style="background: url('/static/images/about_harvard_page_2025x550.jpg')">
|
||||
<div class="inner-wrapper university-search">
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<%inherit file="base.html" />
|
||||
<%namespace name='static' file='../static_content.html'/>
|
||||
|
||||
<%block name="title"><title>MITx</title></%block>
|
||||
|
||||
<%block name="university_header">
|
||||
<header class="search" style="background: url('/static/images/shot-2-large.jpg')">
|
||||
<div class="inner-wrapper university-search">
|
||||
|
||||
Reference in New Issue
Block a user