-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{% extends "layout.html" %} | ||
|
||
{% set bodyClasses = "exercise-apply-renew-passport" %} | ||
|
||
{% block pageTitle %} | ||
DfE Teaching vacancies – {{ serviceName }} | ||
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
{{ govukPhaseBanner({ | ||
tag: { | ||
text: "prototype" | ||
}, | ||
html: 'This is a not a real service.' | ||
}) }} | ||
<a class="govuk-back-link" href="javascript:window.history.back()">Back</a> | ||
{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
|
||
<h1 class="govuk-heading-xl"> | ||
Community Accommodation Service (Tier-2) | ||
</h1> | ||
|
||
<h2 class="govuk-heading-m">Prototype details</h2> | ||
|
||
<dl class="govuk-summary-list"> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Client | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
Ministry of Justice (MoJ) | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Time | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
March 2023 - May 2024 | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Collaborators | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
Alex | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Source code | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
<a class="govuk-link" href="https://github.com/dxw/cas2-prototypes">Link to GitHub</a> | ||
</dd> | ||
</div> | ||
<div class="govuk-summary-list__row"> | ||
<dt class="govuk-summary-list__key"> | ||
Live prototype | ||
</dt> | ||
<dd class="govuk-summary-list__value"> | ||
<a class="govuk-link" href="https://cas2-prototypes.herokuapp.com/">Link to Heroku</a> | ||
</dd> | ||
</div> | ||
</dl> | ||
|
||
</div> | ||
</div> | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters