forked from gulpjs/gulpjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (125 loc) · 5.99 KB
/
index.html
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>gulp.js - the streaming build system</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap-responsive.css">
<link rel="stylesheet" href="/flat-ui/css/flat-ui.css">
<!-- Using only with Flat-UI (free)-->
<link rel="stylesheet" href="/common-files/css/icon-font.css">
<!-- end -->
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/flat-ui/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- header-21 -->
<header class="header-21">
<div class="container">
<div class="navbar span12">
<div class="navbar-inner">
<button type="button" class="btn btn-navbar"> </button>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">HOME</a></li>
<li><a href="https://github.com/gulpjs/gulp/blob/master/README.md#gulp---">DOCS</a></li>
<li><a href="https://github.com/gulpjs/gulp/">CODE</a></li>
<li><a href="http://gulpjs.com/plugins">PLUGINS</a></li>
<li><a href="http://twitter.com/gulpjs">TWITTER</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="header-21-sub v-center">
<div>
<div class="background"> </div>
<div class="container">
<h3><img class="hl gulpLogo" src="https://raw2.github.com/gulpjs/artwork/master/gulp-2x.png" alt="">
<span class="gulpBrand">
gulp.js
</span>
</h3>
<p class="lead">The streaming build system</p>
</div>
</div>
<a class="control-btn fui-arrow-down" href="#"> </a>
</section>
<!-- content-6 -->
<section class="content-6 v-center">
<div>
<div class="container">
<h3>
<img src="/img/rocket@2x.png" width="150", height="150" />
Speed. Efficiency. Simplicity.</h3>
<p class="lead">gulp's use of streams and code-over-configuration makes for a simpler and more intuitive build.</p>
<div class="row features">
<div class="span4 offset2">
<h6>Easy to use</h6>
<p>By preferring code over configuration, gulp keeps simple things simple and makes complex tasks manageable.</p>
</div>
<div class="span4 offset1">
<h6>Efficient</h6>
<p>By harnessing the power of node's streams you get fast builds that don't write intermediary files to disk.</p>
</div>
</div>
<div class="row features">
<div class="span4 offset2">
<h6>High Quality</h6>
<p>gulp's strict plugin guidelines assure plugins stay simple and work the way you expect.</p>
</div>
<div class="span4 offset1">
<h6>Easy to Learn</h6>
<p>With a minimal API surface, you can pick up gulp in no time. Your build works just like you envision it: a series of streaming pipes.</p>
</div>
</div>
</div>
</div>
</section>
<!-- content-12 -->
<section class="content-12">
<center>
<a class="btn btn-large get-started" href="https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started">Get Started!</a>
</center>
<br/><br/><br/>
<hr>
</section>
<!-- content-17 -->
<section class="content-17 v-center">
<div class="container">
<h3>
<a href="http://wearefractal.com">
<img src="/img/fractalLogo_200x200.png" width="150" height="150" alt="">
</a>
</h3>
<h4>Made by <a href="http://wearefractal.com">Fractal</a></h4>
<p style="margin: 0">
<a href="http://twitter.com/weareFractal">Follow us</a> on Twitter for gulp updates
</p>
<p> #gulpjs on freenode </p>
</div>
</section>
<!-- Placed at the end of the document so the pages load faster -->
<script src="/flat-ui/js/jquery-1.8.3.min.js"></script>
<script src="/flat-ui/js/bootstrap.min.js"></script>
<!--[if lt IE 8]>
<script src="/flat-ui/js/icon-font-ie7.js"></script>
<![endif]-->
<script src="/common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="/common-files/js/startup-kit.js"></script>
<script src="/js/script.js"></script>
<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-42485841-3', 'gulpjs.com');
ga('send', 'pageview');
</script>
</body>
</html>