forked from PUGX/pugx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
155 lines (138 loc) · 6.39 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
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PUGX - PHP User Group X</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PUGX PHP User Group X">
<meta name="author" content="PUGX">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
.bundles article {
padding-bottom: 24px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}
.download-on-github {
padding-bottom: 20px;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 64px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.jumbotron img {
padding-bottom: 64px;
width: 50%;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
</style>
</head>
<body class="preview" id="top" data-spy="scroll" data-target=".subnav" data-offset="80">
<div class="container-narrow">
<div class="jumbotron">
<img src="pugx-logo.png" title="PUGX" />
<h1>PUGX Repositories</h1>
<p class="lead">PHP User Group X is a group</p>
</div>
<hr>
<div class="row-fluid bundles">
<div class="span12">
<article>
<h3>PUGXMultiUserBundle </h3>
<p>An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM. </p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/PUGXMultiUserBundle">Download on Github</a></p>
<p>
<a target="_blank" href="http://travis-ci.org/PUGX/PUGXMultiUserBundle"><img src="https://secure.travis-ci.org/PUGX/PUGXMultiUserBundle.png?branch=master" /></a>
<a target="_blank" href="https://packagist.org/packages/pugx/multi-user-bundle"><img src="http://poser.pagodabox.com/pugx/multi-user-bundle/d/total.png" /></a>
</p>
</article>
<article>
<h3>Badge-Poser</h3>
<p>Render some badges for your readme.</p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/badge-poser">Download on Github</a></p>
<p>
<a target="_blank" href="http://travis-ci.org/PUGX/badge-poser"><img src="https://secure.travis-ci.org/PUGX/badge-poser.png" /></a>
<a target="_blank" href="https://packagist.org/packages/pugx/badge-poser"><img src="http://poser.pagodabox.com/pugx/badge-poser/d/total.png" /></a>
</p>
</article>
<article>
<h3>PUGXExtraValidatorBundle</h3>
<p>Add some validators for Symfony2.x Framework</p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/PUGXExtraValidatorBundle">Download on Github</a></p>
<p>
<a target="_blank" href="https://travis-ci.org/PUGX/PUGXExtraValidatorBundle"><img src="https://secure.travis-ci.org/PUGX/PUGXExtraValidatorBundle.png?branch=master" /></a>
<a target="_blank" href="https://packagist.org/packages/pugx/extravalidator-bundle"><img src="http://poser.pagodabox.com/pugx/extravalidator-bundle/d/total.png" /></a>
</p>
</article>
<article>
<h3>PUGXI18nBundle</h3>
<p>The I18nBundle for Symfony2 and Doctrine2</p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/PUGXI18nBundle">Download on Github</a></p>
<p>
<a target="_blank" href="https://travis-ci.org/PUGX/PUGXI18nBundle"><img src="https://secure.travis-ci.org/PUGX/PUGXI18nBundle.png?branch=master" /></a>
<a target="_blank" href="https://packagist.org/packages/pugx/i18n-bundle"><img src="http://poser.pagodabox.com/pugx/i18n-bundle/d/total.png" /></a>
</p>
</article>
<article>
<h3>PUGXGeneratorBundle</h3>
<p>An enhancement of SensioGeneratorBundle</p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/PUGXGeneratorBundle">Download on Github</a></p>
<p>
<a target="_blank" href="https://packagist.org/packages/pugx/generator-bundle"><img src="http://poser.pagodabox.com/pugx/generator-bundle/d/total.png" /></a>
</p>
</article>
<article>
<h3>PUGXAutocompleterBundle</h3>
<p>Add an autocomplete field to your Symfony2 forms</p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/PUGXAutocompleterBundle">Download on Github</a></p>
<p>
<a target="_blank" href="https://packagist.org/packages/pugx/autocompleter-bundle"><img src="http://poser.pagodabox.com/pugx/autocompleter-bundle/d/total.png" /></a>
</p>
</article>
<article>
<h3>PUGXStatsDClientBundle</h3>
<p>Easily monitor your symfony2 production env., with ready-to-use stats.</p>
<p class="download-on-github"><a target="_blank" class="btn btn-primary btn-small" href="https://github.com/PUGX/PUGXStatsDClientBundle">Download on Github</a></p>
</article>
</div>
</div>
<hr>
<div class="footer">
</div>
</div>
<a target="_blank" href="https://github.com/PUGX"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>