forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (68 loc) · 3.78 KB
/
Copy pathindex.html
File metadata and controls
95 lines (68 loc) · 3.78 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>
Contributing and open source - Track web security compliance
</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102484926-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-102484926-8', { 'anonymize_ip': true });
</script>
</head>
<body>
<div class="container">
<header role="banner">
<div class="wrap">
<h1 class="site-title"><a class="title-link" href="/home/">Track web security compliance</a></h1>
<h2 class="float-right"><a href="/contribution/">Français</a></h2>
</div>
</header>
<div class="wrap content">
<aside>
<p class="intro">Making government websites more secure</p>
<a class="skip-link visuallyhidden focusable" href="#main">Skip to Main Content</a>
<nav class="sidebar-nav" role="navigation">
<ul>
<li><a href="/home/">Home</a></li>
<li><a href="/background/">Background</a></li>
<li><a href="/features/">Features</a></li>
<li><a href="/code-and-repositories">Code and repositories</a></li>
<li><a href="/contributing/">Contributing and open source</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</aside>
<section id="main" class="main-content" role="main">
<h2 class="page-title">Contributing and open source</h2>
<p><em>Tracker</em> is an open source project with contributions from individuals and Government of Canada departments. We invite contributions to any part of the application, from people inside and outside government.</p>
<h2 id="public-domain">Public domain</h2>
<p><em>Tracker</em> is in the public domain, and copyright and related rights in the work worldwide are waived through the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal public domain dedication</a>.</p>
<p>All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.</p>
<h2 id="trademark-notices">Trademark notices</h2>
<p>The official symbols of the Government of Canada, including the Canada Wordmark, the Arms of Canada, and the flag symbol may not be reproduced, whether for commercial or non-commercial purposes, without prior <a href="http://www.tbs-sct.gc.ca/fip-pcim/spec/T105-eng.asp">written authorization</a>.</p>
</section>
</div><!-- /.wrap content -->
<footer role="contentinfo">
<div class="wrap">
<p>This project was built by the <a href="https://digital.canada.ca">Canadian Digital Service</a> and is maintained by the <a href="https://www.canada.ca/en/treasury-board-secretariat.html">Treasury Board of Canada Secretariat</a>.</p>
<p><a href="https://github.com/cds-snc/track-web-security-compliance">Contribute to this documentation.</a></p>
<p>Hosted on <a href="http://pages.github.com/">GitHub Pages</a>.</p>
</div><!--/.wrap -->
</footer>
</div> <!-- /.container -->
</body>
</html>