Skip to content

Commit 70a332e

Browse files
authored
Merge pull request #10 from primer/readme
Deployed!
2 parents 9fd5f2d + 53338d5 commit 70a332e

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed
File renamed without changes.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<p align="center">
2+
<img width="128px" src="https://user-images.githubusercontent.com/334891/45336457-b47efe00-b551-11e8-9644-398f29eceb92.png">
3+
4+
<p align="center">
5+
<h3 align="center">Primer.style</h3>
6+
7+
<p align="center">
8+
<a href="https://styleguide.github.com/primer">Styleguide</a>
9+
·
10+
<a href="https://github.com/primer">Primer org</a>
11+
·
12+
<a href="https://spectrum.chat/primer">Community</a>
13+
14+
<p align="center">Primer is GitHub's design system.<br /> The <a href="https://primer.style/">primer.style</a> website will, overtime, be the hub from which all Primer web properties are linked from.
15+
16+
---
17+
18+
#### Up-coming work & contributing
19+
20+
We're working on updating our websites, domains, and npm package names so that it will be easier in future to find all things Primer. We welcome feedback and contributions at any time. Please check existing issues and pull requests before contributing, and please communicate via an issue first if you intend to make large-scale changes. See [contributing](.github/CONTRIBUTING.md) for more info.
21+
22+
#### Team
23+
24+
- [@emplums](https://github.com/emplums)
25+
- [@shawnbot](https://github.com/shawnbot)
26+
- [@jonrohan](https://github.com/jonrohan)
27+
- [@broccolini](https://github.com/broccolini)

src/OpenSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const OpenSource = props => (
3434
</Box>
3535
<Box color="black" className="container-xl p-responsive mx-auto">
3636
<Box mt={6} py={4} borderTop={2} borderColor="black">
37-
<Text pr={1} is="span">Created and maintained by GitHub&#8217;s</Text><LinkDark fontWeight="bold" href="https://github.com/orgs/primer/teams/ds-core/members">Design Systems team</LinkDark><Text>.</Text>
37+
<Text pr={1} is="span">Created and maintained by GitHub&#8217;s</Text><LinkDark fontWeight="bold" href="https://github.com/primer/primer.style#team">Design Systems team</LinkDark><Text>.</Text>
3838
<Text is="p">Copyright GitHub 2018.</Text>
3939
</Box>
4040
</Box>

src/template.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = ({
22
html = '',
33
css = '',
44
scripts,
5-
title = 'GitHub Primer open-source projects',
5+
title = 'Primer open-source projects',
66
meta = [],
77
links = [],
88
}) =>
@@ -11,15 +11,19 @@ module.exports = ({
1111
<meta charset='utf-8'>
1212
<meta name='viewport' content='width=device-width,initial-scale=1' />
1313
<link rel='stylesheet' href='https://unpkg.com/primer/build/build.css' />
14-
<meta name='viewport' content='width=device-width,initial-scale=1'>
1514
<link rel="apple-touch-icon" href="https://user-images.githubusercontent.com/334891/45369221-63075b00-b5b3-11e8-8ac7-7e588fe4c905.png">
1615
<link rel="icon" href="https://user-images.githubusercontent.com/334891/45369187-51be4e80-b5b3-11e8-8066-b06025239a79.png">
16+
17+
<title>${title}</title>
18+
<meta name="description" content="The design system that powers GitHub">
19+
<meta name="keywords" content="Design System">
20+
<meta name="author" content="GitHub Design Systems team">
21+
1722
<meta name="og:title" content="Primer">
1823
<meta name="og:description" content="The design system that powers GitHub">
1924
<meta name="og:image" content="https://user-images.githubusercontent.com/334891/45336457-b47efe00-b551-11e8-9644-398f29eceb92.png">
2025
<meta name="twitter:card" content="summary_large_image">
2126
<meta name="twitter:site" content="@githubprimer">
22-
<title>${title}</title>
2327
${css}
2428
</head>
2529
<div id=root>${html}</div>

0 commit comments

Comments
 (0)