-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
f46e879
commit 1f62c85
Showing
14 changed files
with
98 additions
and
21 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
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
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
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
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
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
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,19 @@ | ||
<img src="/induction-certificate.jpg" class="header-image" alt="Department for Education" /> | ||
|
||
<div class="content"> | ||
<h2 class="heading">Induction</h2> | ||
<p class="text">This is to certify that: <strong><%= teacher.name %></strong></p> | ||
<p class="text">Teacher Reference Number: <strong><%= teacher.trn %></strong></p> | ||
<p> </p> | ||
<p class="text">has successfully completed a statutory induction period at a maintained school,<br/> | ||
maintained nursery school, maintained children’s centre, non-maintained special school,<br/> | ||
independent school, academy school, 16-19 academy, sixth form college or further education<br/> | ||
institution. The holder of this certificate is a qualified teacher and has obtained the required<br/> | ||
qualifications and completed the necessary training for the profession of school teacher in England.</p> | ||
<p> </p> | ||
<p class="text">Date Induction Completed: <strong><%= qualification.awarded_at.to_fs(:long_uk) %></strong></p> | ||
<p> </p> | ||
<p class="text">Congratulations and best wishes for your future career.</p> | ||
<p> </p> | ||
<p class="text">Any potential employer can independently confirm your teacher status online at:<br/>https://teacherservices.education.gov.uk</p> | ||
</div> |
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 |
---|---|---|
@@ -1,12 +1,29 @@ | ||
<img src="/qts-certificate.jpg" class="header-image" alt="Department for Education" /> | ||
<img src="/npq-certificate.jpg" class="header-image" alt="Department for Education" /> | ||
|
||
<div class="content"> | ||
|
||
<p class="text">This is to certify that: <strong><%= teacher.name %></strong></p> | ||
<p> </p> | ||
<p class="text">has been awarded the</p> | ||
<p> </p> | ||
<h2 class="heading"> <strong><%= qualification.name %></strong></h2> | ||
<p> </p> | ||
<p class="text">Any potential employer can independently confirm your teacher status online at:<br/>https://teacherservices.education.gov.uk</p> | ||
<p class="text-npq">This is to certify that:</p> | ||
<h2 class="heading-npq"> <%= teacher.name %></h2> | ||
<p class="text-npq">has been awarded the</p> | ||
<h2 class="heading-npq"> | ||
<strong> | ||
<% case qualification.type %> | ||
<% when :NPQEL %> | ||
<%= "National Professional <br/> Qualification for <br/> Executive Leadership".html_safe %> | ||
<% when :NPQLTD, :NPQLT %> | ||
<%= "National Professional <br/> Qualification for Leading <br/> Teaching".html_safe %> | ||
<% when :NPQH %> | ||
<%= "National Professional <br/> Qualification for <br/> Headship".html_safe %> | ||
<% when :NPQML %> | ||
<%= "National Professional <br/> Qualification for Middle <br/> Leadership".html_safe %> | ||
<% when :NPQLL %> | ||
<%= "National Professional <br/> Qualification for Leading <br/> Literacy".html_safe %> | ||
<% when :NPQEYL %> | ||
<%= "National Professional <br/> Qualification for Early <br/> Years Leadership".html_safe %> | ||
<% when :NPQSL %> | ||
<%= "National Professional <br/> Qualification for Senior <br/> Leadership".html_safe %> | ||
<% when :NPQLBC %> | ||
<%= "National Professional <br/> Qualification for Leading <br/> Behaviour and Culture".html_safe %> | ||
<% end %> | ||
</strong> | ||
</h2> | ||
</div> |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
<%= render "#{@qualification.type}", teacher: @teacher, qualification: @qualification %> | ||
<%= render "#{@qualification.certificate_type}", teacher: @teacher, qualification: @qualification %> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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