-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (34 loc) · 1.38 KB
/
index.html
File metadata and controls
41 lines (34 loc) · 1.38 KB
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
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Government Digital Service on GitHub</title>
<style>
body { color: #0b0c0c; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 0 clamp(20px, 5vw, 40px); }
h1 { font-weight: 500; font-size: 2.4em; }
a { color: #1a65a6; }
p { font-size: 1.4em; line-height: 1.5; margin: 0.8em 0; max-width: 66ch; }
</style>
</head>
<body>
<main>
<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.
</p>
<p>
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>
</main>
</body>
</html>