-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
37 lines (31 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Government Digital Service on GitHub</title>
<style>
body { color: #333; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 0 40px; }
h1 { color: #000; font-weight: 500; font-size: 2.4em; }
a { color: #2b8cc4; }
p { font-size: 1.4em; line-height: 1.5em; margin: 0.8em 0; max-width: 66%; }
</style>
</head>
<body>
<section id="intro">
<h1>Government Digital Service</h1>
<p>
The <a href="https://gds.blog.gov.uk/">Government Digital Service</a> is a unit of the UK's
Department for Science, Innovation and Technology, tasked with transforming government services.
We have a practice of
<a href="https://gds.blog.gov.uk/2012/10/12/coding-in-the-open/">Coding In The Open</a>,
which means that a lot of public repositories end up on
<a href="https://github.com/alphagov">our GitHub organisation</a>.
</p>
<p>
As well as the alphagov organisation, we use
<a href="https://github.com/govuk-one-login/">govuk-one-login</a> to store code related
to the <a href="https://www.sign-in.service.gov.uk/">GOV.UK One Login</a> programme.
</p>
</section>
</body>
</html>