Skip to content
Snippets Groups Projects
Commit a20650b5 authored by Bridger Maxwell's avatar Bridger Maxwell
Browse files

Added titles to pages that are currently public-facing.

parent d1b5b4d0
Branches
Tags
No related merge requests found
Showing
with 36 additions and 1 deletion
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<%block name="title"><title>Courses</title></%block>
<section class="find-courses"> <section class="find-courses">
<header class="search" style="background: url('/static/images/homepage_interns_placeholder_2025x550.jpg')"> <header class="search" style="background: url('/static/images/homepage_interns_placeholder_2025x550.jpg')">
<div class="inner-wrapper main-search"> <div class="inner-wrapper main-search">
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<%block name="title"><title>Dashboard</title></%block>
<section class="container dashboard"> <section class="container dashboard">
<section class="profile-sidebar"> <section class="profile-sidebar">
......
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>About ${course.number}</title></%block>
<section class="course-info"> <section class="course-info">
<header class="course-profile"> <header class="course-profile">
<div class="intro-inner-wrapper"> <div class="intro-inner-wrapper">
......
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>404</title></%block>
<section class="outside-app"> <section class="outside-app">
<h1>Page not found</h1> <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> <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 @@ ...@@ -3,6 +3,8 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>About edX</title></%block>
<section class="container about"> <section class="container about">
<nav> <nav>
<a href="${reverse('about_edx')}" class="active">Vision</a> <a href="${reverse('about_edx')}" class="active">Vision</a>
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>Contact edX</title></%block>
<section class="container about"> <section class="container about">
<nav> <nav>
<a href="${reverse('about_edx')}">Vision</a> <a href="${reverse('about_edx')}">Vision</a>
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>Copyright</title></%block>
<section class="static-container copyright"> <section class="static-container copyright">
<h1> Licensing Information </h1> <h1> Licensing Information </h1>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>FAQ</title></%block>
<section class="container about"> <section class="container about">
<nav> <nav>
<a href="${reverse('about_edx')}">Vision</a> <a href="${reverse('about_edx')}">Vision</a>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<%namespace name='static' file='../static_content.html'/> <%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"> <section class="static-container help">
<h1>Help</h1> <h1>Help</h1>
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>Honor Code</title></%block>
<section class="static-container honor-code"> <section class="static-container honor-code">
<h1> Honor Code </h1> <h1> Honor Code </h1>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>Jobs</title></%block>
<section class="container jobs"> <section class="container jobs">
<h1>Do You Want to Change the Future of Education?</h1> <h1>Do You Want to Change the Future of Education?</h1>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>edX in the Press</title></%block>
<section class="container about"> <section class="container about">
<nav> <nav>
<a href="${reverse('about_edx')}">Vision</a> <a href="${reverse('about_edx')}">Vision</a>
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>MIT and Harvard announce edX</title></%block>
<section class="pressrelease"> <section class="pressrelease">
<section class="container"> <section class="container">
<h1>MIT and Harvard announce edX</h1> <h1>MIT and Harvard announce edX</h1>
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>Privacy Policy</title></%block>
<section class="static-container privacy-policy"> <section class="static-container privacy-policy">
<h1>Privacy Policy</h1> <h1>Privacy Policy</h1>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>Terms of Service</title></%block>
<section class="static-container tos"> <section class="static-container tos">
<h1>MITx Terms of Service</h1> <h1>MITx Terms of Service</h1>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
......
<%inherit file="base.html" /> <%inherit file="base.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>BerkeleyX</title></%block>
<%block name="university_header"> <%block name="university_header">
<header class="search" style="background: url('/static/images/berkeley_fountain_2025x550.jpg')"> <header class="search" style="background: url('/static/images/berkeley_fountain_2025x550.jpg')">
<div class="inner-wrapper university-search"> <div class="inner-wrapper university-search">
......
<%inherit file="base.html" /> <%inherit file="base.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>HarvardX</title></%block>
<%block name="university_header"> <%block name="university_header">
<header class="search" style="background: url('/static/images/about_harvard_page_2025x550.jpg')"> <header class="search" style="background: url('/static/images/about_harvard_page_2025x550.jpg')">
<div class="inner-wrapper university-search"> <div class="inner-wrapper university-search">
......
<%inherit file="base.html" /> <%inherit file="base.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>MITx</title></%block>
<%block name="university_header"> <%block name="university_header">
<header class="search" style="background: url('/static/images/shot-2-large.jpg')"> <header class="search" style="background: url('/static/images/shot-2-large.jpg')">
<div class="inner-wrapper university-search"> <div class="inner-wrapper university-search">
......
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