forked from DSACMS/ospo-guide
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (116 loc) · 4.51 KB
/
index.html
File metadata and controls
117 lines (116 loc) · 4.51 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
permalink: /
layout: layouts/default
title: Home
tags: codegov
eleventyNavigation:
parent: codegov
key: codegov-home
order: 1
title: About this guide
description: Sharing America's Code
eleventyExcludeFromCollections: true
---
<div class="usa-section intro-header">
<div class="grid-container">
<h1 class="visually-hidden">{{ title }}</h1>
<div class="usa-intro usa-intro--sections no-print">
<p>{{description}}</p>
<p class="subtitle">
Unlocking the tremendous potential of the Federal Government’s software.
</p>
</div>
</div>
</div>
<div>
<div class="grid-container">
<div class="grid-row" id="explore-row">
<div class="explore-actions">
<h2>Developers</h2>
<!-- TODO: Update this link to the current repo. -->
<p>
The Code.gov website is developed publicly on GitHub. Learn how to <a
href="https://github.com/GSA/code-gov/blob/master/README.md" target="_blank">contribute here</a>. Help
improve America's Code by exploring projects.
</p>
<a class="usa-button" href="{{'/projects/' | url }}">Explore projects</a>
</div>
<div class="explore-inventory">
<h2>Source Code Inventory</h2>
<p>Review source code development across the entire federal government.</p>
<a class="usa-button" href="{{'/agencies/' | url }}"> View by Agency </a>
</div>
<div class="explore-agencies">
<h2>Agency Partners</h2>
<p>
Federal agency partners use Code.gov to share usable open source code, promote open source
projects, and track compliance with federal open source policy.
</p>
<a class="usa-button" href="{{'/agency-compliance/compliance/dashboard/' | url }}">Agency Compliance</a>
</div>
</div>
<div class="grid-row">
<section>
<div class="bg-primary-lighter height-full">
<h2>About Code.gov</h2>
<p>
Code.gov is the federal government's platform for sharing America's open source software
</p>
<div class="goal-container">
{% image_with_class "assets/resources/img/homepage/vision_icon_sm.png" "vision_icon_sm-img" "Vision icon" %}
<div class="goal-text">
<h3>VISION</h3>
<p>
Serve as the community leader in driving code reuse and open source development to
decrease code spend while increasing code quality
</p>
</div>
</div>
<div class="goal-container">
{% image_with_class "assets/resources/img/homepage/mission_icon_sm.png" "mission_icon_sm-img" "Mission icon" %}
<div class="goal-text">
<h3>MISSION</h3>
<p>
Our mission is to help agency partners and developers save money and increase quality
by promoting code reuse and educating and connecting the open source community
</p>
</div>
</div>
</div>
</section>
</div>
<div class="grid-row">
<section>
<div class="bg-primary-lighter height-full padding-3">
<h2>Find Ways to Contribute</h2>
<p>
Browse federal open source projects and discover issues where your skills can make a difference
</p>
<div class="goal-container">
{% image_with_class "assets/resources/img/homepage/mission_icon_sm.png" "contribute_icon_sm-img" "Contribute icon" %}
<div class="goal-text">
<h3>EXPLORE OPPORTUNITIES</h3>
<p>
Search through issues from federal repositories, filter by popularity or difficulty, and find ways to
contribute to government open source technology
</p>
</div>
</div>
<div class="goal-container">
{% image_with_class "assets/resources/img/homepage/vision_icon_sm.png" "labels_icon_sm-img" "Labels icon" %}
<div class="goal-text">
<h3>OPT-IN WITH LABELS</h3>
<p>
Repository maintainers can include their projects by adding a <strong>code-gov</strong> label
to GitHub issues, making them discoverable to developers ready to contribute
</p>
</div>
</div>
<div style="text-align: center; margin-top: 2rem;">
<a class="usa-button" href="{{'/issues/' | url }}">Browse Issues</a>
</div>
</div>
</section>
</div>
</div>
</div>