-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (64 loc) · 3 KB
/
Copy pathabout.html
File metadata and controls
73 lines (64 loc) · 3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PatternPack</title>
<link href="assets/css/patternpack.css" rel="stylesheet">
<link href="assets/libraries/highlight/highlight-github.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Quicksand:400,700|Open+Sans:400italic,400|Inconsolata" rel="stylesheet" type="text/css">
</head>
<body>
<div class="hero hero--short">
<div class="hero__container">
<a href="/" class="hero__logo">
<svg viewBox="0 0 170 40">
<use xlink:href="assets/images/images.svg#logo"></use>
</svg>
</a>
<ul class="hero__nav">
<li><a href="/about.html" class="active">About</a></li>
<li><a href="/quick-start.html">Quick Start</a></li>
<li><a href="https://github.com/patternpack/patternpack/blob/master/docs/docs.md">Documentation</a></li>
<li><a href="http://slack.patternpack.org/">Slack</a></li>
<li><a href="http://github.com/patternpack/patternpack">GitHub</a></li>
</ul>
</div>
</div>
<div class="documentation">
<div class="documentation__content">
<h1>The PatternPack project</h1>
<h2>What is PatternPack?</h2>
<p>
PatternPack is a tool designed to streamline the creation and maintenance of pattern libraries.
We have created this as a solution to many of the problems we deal with on a regular basis, and hope that it proves useful for you as well.
</p>
<h2>Who's involved</h2>
<p>
The PatternPack open source project is sponsored by Slalom and Marcelo Somers and John Gully are the creators and primary contributors. Slalom is a strong supporter of the open source community and we appreciate their continued support.
</p>
<p>
We are always looking for ways to improve, so please feel free to contribute to the project. Together we are better!
</p>
<p>
If this project sounds like it can help you, the <a href="/quick-start.html">quick start guide</a> is the best place to start.
</p>
<div class="hero__headline">
<a href="/quick-start.html" class="btn--light-blue">Get Started</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__content">
Made with <span class="heart">❤</span> at <a href="http://slalom.com/"><svg viewBox="0 0 77 20" class="slalom-logo"><use xlink:href="assets/images/images.svg#slalom-logo"></use></svg></a>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8513019-17', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>