Skip to content

Commit 4eb6204

Browse files
author
Sophie Shepherd
authored
Merge pull request #231 from primer/edit-about
Edits to roadmap and about page
2 parents 681bc4a + 87c51c8 commit 4eb6204

File tree

2 files changed

+7
-118
lines changed

2 files changed

+7
-118
lines changed

about/index.html

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</div>
3838
</header>
3939

40-
40+
4141

4242
<div class="container">
4343
<div class="columns docs-layout">
@@ -48,32 +48,17 @@ <h1 class="page-title">
4848
<div class="markdown-body">
4949
<p>Learn more about this styleguide, particularly how it’s built and who maintains it.</p>
5050

51-
<h3 id="what-and-why">What and why</h3>
52-
53-
<p>Primer is GitHub’s internal CSS framework. It includes basic global styling for typography, small components like buttons and tabs, and our general guidelines for writing HTML and CSS. It’s been used internally at GitHub for years now.</p>
54-
55-
<p>Open-sourcing Primer means sharing and learning with the community. There’s a lot we can improve upon in Primer, and help is always appreciated. While we don’t currently plan on building this out as a competitor to other front-end frameworks, we will occasionally add, remove, or modify things.</p>
56-
57-
<h3 id="browser-support">Browser support</h3>
58-
59-
<p>Primer currently supports Internet Explorer 9+ and the latest two versions of Chrome, Safari, and Firefox on OS X and Windows. While not a responsive or mobile-focused project, Mobile Safari and Chrome for Android should render just fine. Support for Linux-based browsers is not strictly guaranteed, but accounted for whenever possible.</p>
60-
61-
<h3 id="future-updates">Future updates</h3>
51+
<h3 id="what-and-why">What and why</h3>
6252

63-
<p>See the <a href="/roadmap">roadmap</a> for a rough outline on what’s slated for future versions of Primer.</p>
53+
<p>Primer is GitHub’s internal CSS framework. It includes basic global styling for utilities, objects, components, and our general guidelines for writing HTML and CSS. It’s been used internally at GitHub for years now.</p>
6454

65-
<h3 id="dependencies">Dependencies</h3>
55+
<h3 id="future-updates">Future Updates</h3>
6656

67-
<ul>
68-
<li>Our styles are built with SCSS.</li>
69-
<li>Bower is used to link GitHub assets, namely our <a href="http://octicons.github.com">Octicons</a> icon font and Markdown styles.</li>
70-
<li>Autoprefixer is used to generate vendor-prefixed declarations and is handled via our Gruntfile.</li>
71-
<li>A custom plugin for snippet and example combos, <code class="highlighter-rouge">example.rb</code>, was created as a fork of Jekyll’s built-in <code class="highlighter-rouge">highlight</code> plugin.</li>
72-
</ul>
57+
<p>Primer is currently being overhauled. The upcoming version of Primer will add new styles and bring the existing styles up to date, improve the build process, and include new and improved documentation. New styles will be open-sourced in the <a href="https://github.com/primer/primer-css">Primer repo</a> and <a href="https://www.npmjs.com/package/primer-css">on npm</a> as we add them, and the new documentation site will be shared when it's complete, currently slated to happen in mid-to-late 2017.</p>
7358

74-
<h3 id="who">Who</h3>
59+
<h3 id="who">Who</h3>
7560

76-
<p>Currently maintained by <a href="https://twitter.com/mdo">@mdo</a>, <a href="https://twitter.com/jonrohan">@jonrohan</a>, and the GitHub CSS team.</p>
61+
<p>Maintained by the GitHub Design Systems team.</p>
7762

7863
</div>
7964
</div>

roadmap/index.html

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)