Skip to content

Commit

Permalink
Update casing of protoype kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Kraner committed Jun 27, 2018
1 parent f8197f4 commit b1ec70b
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ We do have a few guidelines to bear in mind.

## Community

We have two Slack channels for the Prototype kit. You'll need a government email address to join them.
We have two Slack channels for the Prototype Kit. You'll need a government email address to join them.

* [Slack channel for users of the prototype kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit/)
* [Slack channel for developers of the prototype kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit-dev/)
* [Slack channel for users of the Prototype Kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit/)
* [Slack channel for developers of the Prototype Kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit-dev/)

## Raising bugs

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GOV.UK Prototype kit · [![Greenkeeper badge](https://badges.greenkeeper.io/alphagov/govuk_prototype_kit.svg)](https://greenkeeper.io/)
# GOV.UK Prototype Kit · [![Greenkeeper badge](https://badges.greenkeeper.io/alphagov/govuk_prototype_kit.svg)](https://greenkeeper.io/)

Go to the [GOV.UK Prototype Kit site](https://govuk-prototype-kit.herokuapp.com/docs) to download the latest version and read the documentation.

## About the prototype kit
## About the Prototype Kit

The prototype kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research.
The Prototype Kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research.

Read the [project principles](https://govuk-prototype-kit.herokuapp.com/docs/principles).

Expand All @@ -21,7 +21,7 @@ You must protect user privacy at all times, even when using prototypes. Prototyp

## Community

We have two Slack channels for the Prototype kit. You'll need a government email address to join them.
We have two Slack channels for the Prototype Kit. You'll need a government email address to join them.

* [Slack channel for users of the prototype kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit/)
* [Slack channel for developers of the prototype kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit-dev/)
* [Slack channel for users of the Prototype Kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit/)
* [Slack channel for developers of the Prototype Kit](https://ukgovernmentdigital.slack.com/messages/prototype-kit-dev/)
2 changes: 1 addition & 1 deletion app/views/includes/breadcrumb_examples.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="govuk-breadcrumbs">
<ol class="govuk-breadcrumbs__list">
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="/">GOV.UK prototype kit</a>
<a class="govuk-breadcrumbs__link" href="/">GOV.UK Prototype Kit</a>
</li>
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="/examples">Examples</a>
Expand Down
4 changes: 2 additions & 2 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
{% extends "layout.html" %}

{% block pageTitle %}
GOV.UK prototype kit
GOV.UK Prototype Kit
{% endblock %}

{% block content %}

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">
The GOV.UK prototype kit
The GOV.UK Prototype Kit
<span class="govuk-caption-xl">{{releaseVersion}}</span>
</h1>{{releaseVersion | log }}
<p>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endblock %}

{% block pageTitle %}
GOV.UK prototype kit
GOV.UK Prototype Kit
{% endblock %}

{% block header %}
Expand Down Expand Up @@ -61,5 +61,5 @@
{% include "includes/scripts.html" %}
{% block pageScripts %}{% endblock %}
{% endblock %}
<!-- GOV.UK Prototype kit {{releaseVersion}} -->
<!-- GOV.UK Prototype Kit {{releaseVersion}} -->
{% endblock %}
2 changes: 1 addition & 1 deletion docs/documentation/install/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you’re comfortable using git and the terminal, you may prefer the [develope
## Introduction

The prototype kit provides a simple way to make interactive prototypes that look and feel like pages on GOV.UK. These prototypes can be used to design and lay out pages, and to use in user research.
The GOV.UK Prototype Kit provides a simple way to make interactive prototypes that look and feel like pages on GOV.UK. These prototypes can be used to design and lay out pages, and to use in user research.



Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/install/run-the-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In your web browser, visit <a href="http://localhost:3000" target="_blank">http:

You should see the prototype welcome page.

![Screenshot of the prototype kit homepage](/public/images/docs/prototype-kit-homepage.png)
![Screenshot of the Prototype Kit homepage](/public/images/docs/prototype-kit-homepage.png)

## Quitting the kit

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/principles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Principles

The prototype kit:
The GOV.UK Prototype Kit:

- is designed for prototyping, not for production code
- requires minimal skills to get started: HTML, CSS
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/setting-up-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Git helps track changes in code and lets you undo mistakes or identify bugs. It

This guide will walk you through setting up a git repo (repository) and committing your work so that you can publish your prototype on the web.

> You don’t *have* to use Git to use the prototype kit, but it will be really useful if you learn some basics.
> You don’t *have* to use Git to use the Prototype Kit, but it will be really useful if you learn some basics.
> Git is not the same as GitHub. Git stores versions of your work, and lets you collaborate more easily with others. GitHub puts it all online with a nice web interface.
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/writing-css.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Writing CSS

CSS used in the prototype kit is written in the SCSS syntax of [Sass](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax).
CSS used in the Prototype Kit is written in the SCSS syntax of [Sass](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax).

## Sass

Expand All @@ -10,7 +10,7 @@ SCSS was chosen because you can paste CSS into it without breaking it which is u

## Writing code

You write your Sass in [app/assets/sass](../app/assets/sass) and the prototype kit will compile it into the CSS used in your page (found in /public/stylesheets). The app watches your files so this will happen automatically.
You write your Sass in [app/assets/sass](../app/assets/sass) and the Prototype Kit will compile it into the CSS used in your page (found in /public/stylesheets). The app watches your files so this will happen automatically.

There is already a CSS file included to use called [application.scss](../app/assets/sass/application.scss) which compiles into [application.css](../public/stylesheets/application.css). Note that Sass files are identified by the `.scss` extension.

Expand Down
6 changes: 3 additions & 3 deletions docs/linting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Linting

The prototype kit uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter. All JavaScript files follow its conventions, and it runs on CI to ensure that new pull requests are in line with them.
The GOV.UK Prototype Kit uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter. All JavaScript files follow its conventions, and it runs on CI to ensure that new pull requests are in line with them.

## Running standard manually

Expand Down Expand Up @@ -32,9 +32,9 @@ There are [official guides for most of the popular editors](http://standardjs.co

## Do I need to respect this?

If you want to submit a pull request to the prototype kit, your code will need to pass the linter.
If you want to submit a pull request to the GOV.UK Prototype Kit, your code will need to pass the linter.

If you're just using the prototype kit in a separate project, then no, you aren't forced to use standard, or any other linter for that matter. Just write code as you would normally.
If you're just using the GOV.UK Prototype Kit in a separate project, then no, you aren't forced to use standard, or any other linter for that matter. Just write code as you would normally.

## Why lint?

Expand Down
14 changes: 7 additions & 7 deletions docs/views/about.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
About - GOV.UK Prototype kit
About - GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK Prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
}
]
Expand All @@ -22,21 +22,21 @@
<h1 class="govuk-heading-xl">About</h1>

<p class="govuk-body-l">
The prototype kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research
The GOV.UK Prototype Kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research
</p>

<h2 class="govuk-heading-m">Community</h2>

<p>We have two Slack channels for the Prototype kit. You'll need a government email address to join.</p>
<p>We have two Slack channels for the GOV.UK Prototype Kit. You'll need a government email address to join.</p>
<ul class="govuk-list govuk-list--bullet">
<li><a href="https://ukgovernmentdigital.slack.com/messages/prototype-kit/">Slack channel for users of the prototype kit</a></li>
<li><a href="https://ukgovernmentdigital.slack.com/messages/prototype-kit-dev/">Slack channel for developers of the prototype kit</a></li>
<li><a href="https://ukgovernmentdigital.slack.com/messages/prototype-kit/">Slack channel for users of the GOV.UK Prototype Kit</a></li>
<li><a href="https://ukgovernmentdigital.slack.com/messages/prototype-kit-dev/">Slack channel for developers of the GOV.UK Prototype Kit</a></li>
</ul>


<h2 class="govuk-heading-m">Principles</h2>

<p>The prototype kit:</p>
<p>The GOV.UK Prototype Kit:</p>
<ul class="govuk-list govuk-list--bullet">
<li>is designed for prototyping, not for production code</li>
<li>requires minimal skills to get started: HTML, CSS</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/views/cookies.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
About - GOV.UK Prototype kit
About - GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK Prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/views/documentation_template.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
Documentation - GOV.UK Prototype kit
Documentation - GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK Prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/views/examples/override-service-name.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout.html" %}

{% block pageTitle %}
GOV.UK prototype kit - override service name
GOV.UK Prototype Kit - override service name
{% endblock %}

{% set serviceName %}
Expand Down
2 changes: 1 addition & 1 deletion docs/views/examples/pass-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 class="govuk-heading-xl">
</p>

<p>
The code for the example is in this folder in the prototype kit:
The code for the example is in this folder in the Prototype Kit:
</p>

<pre class="app-code"><code>/docs/views/examples/pass-data</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/views/examples/pass-data/vehicle-check-answers.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 class="govuk-heading-m">

<p>
<a href="/docs/tutorials-and-examples">
Return to prototype kit examples
Return to Prototype Kit examples
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/views/includes/breadcrumb_examples.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="govuk-breadcrumbs">
<ol class="govuk-breadcrumbs__list">
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="/docs">GOV.UK prototype kit</a>
<a class="govuk-breadcrumbs__link" href="/docs">GOV.UK Prototype Kit</a>
</li>
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="/docs/tutorials-and-examples">Tutorials and examples</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/views/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% extends "layout.html" %}

{% block pageTitle %}
GOV.UK prototype kit
GOV.UK Prototype Kit
{% endblock %}

{% block content %}

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">

<h1 class="govuk-heading-xl">GOV.UK prototype kit</h1>
<h1 class="govuk-heading-xl">GOV.UK Prototype Kit</h1>

<p class="govuk-body-l">
Rapidly create HTML prototypes of GOV.UK services.
Expand Down
4 changes: 2 additions & 2 deletions docs/views/install.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
Getting started - GOV.UK Prototype kit
Getting started - GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/views/install_template.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
Install - GOV.UK Prototype kit
Install - GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@

{% block bodyEnd %}
{% include "includes/scripts.html" %}
<!-- GOV.UK Prototype kit {{releaseVersion}} -->
<!-- GOV.UK Prototype Kit {{releaseVersion}} -->
{% endblock %}
4 changes: 2 additions & 2 deletions docs/views/privacy-policy.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
About - GOV.UK Prototype kit
About - GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/views/tutorials-and-examples.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
GOV.UK prototype kit
GOV.UK Prototype Kit
{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK Prototype kit",
text: "GOV.UK Prototype Kit",
href: "/docs"
}
]
Expand Down
Loading

0 comments on commit b1ec70b

Please sign in to comment.