Skip to content

Commit

Permalink
Added MoJ CAS-2 Prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexed93 committed Apr 19, 2024
1 parent 0256fa1 commit 5e7dffe
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
76 changes: 76 additions & 0 deletions app/views/archives/cas-2.html
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 %}
1 change: 1 addition & 0 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ <h2 class="govuk-heading-l">Archived prototypes</h2>
<li><a href="archives/rpr-prototype-beta">BEIS Regulated professions register (RPR)</a></li>
<li><a href="archives/moj-interventions">MoJ Interventions</a></li>
<li><a href="archives/teacher-vacancies-prototype">DfE Teaching vacancies</a></li>
<li><a href="archives/cas-2">MoJ Community Accommodation Service (Tier-2)</a></li>
</ul>

<h2 class="govuk-heading-l" id="dpl-exercises">Exercises</h2>
Expand Down

0 comments on commit 5e7dffe

Please sign in to comment.