forked from raciel/helabs.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopensource.html
More file actions
71 lines (59 loc) · 2.26 KB
/
opensource.html
File metadata and controls
71 lines (59 loc) · 2.26 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
---
layout: default
title: Web Software Development
description: HE:labs é uma empresa pioneira em desenvolvimento de sistemas web, aplicativos web, SaaS e Cloud Computing.
en: /en/opensource/
---
<div class="main">
<div id="cover-banner">
<div class="containner">
<h2>Open Source</h2>
</div>
</div>
<section id="open-source">
<div class="containner">
<section class="high-light-projects">
<div>
<a href="https://github.com/Helabs/pah" rel="external">
<img src="/images/open-source/pah.gif">
<h4>pah</h4>
</a>
<p>Command line interface to generate rails apps including setting up Heroku and more.</p>
</div>
<div>
<a href="http://desenvolvimentoagil.com.br/" rel="external">
<img src="/images/open-source/site-agil.gif">
<h4>Desenvolvimento Ágil</h4>
</a>
<p>DesenvolvimentoÁgil.com.br (in Portuguese) is an Open Source project made with the support of <strong>Improve IT</strong>.</p>
</div>
</section> <!-- /high-light-projects -->
<ul class="gems-list">
<li>
<h4>
<a href="https://github.com/Helabs/jumpup" rel="external">
jumpup
</a>
</h4>
<p><strong>Jumpup</strong> is a gem that provides a set of tasks to automate all steps of a synchronous CI process, that is, continuous integration without a server such as TravisCI. Why? Because that's the way we like it! </p>
</li>
<li>
<h4>
<a href="https://github.com/Helabs/static_content" rel="external">
static_content
</a>
</h4>
<p><strong>static_content</strong> provides a simple way to embed static content on your application that can be later edited through an admin interface.</p>
</li>
<li>
<h4>
<a href="https://github.com/Helabs/acts_as_hashed" rel="external">
acts_as_hashed
</a>
</h4>
<p><strong>acts_as_hashed</strong> makes it easier to create unique non-discoverable URIs and all other sorts of uuid you may need in your app.</p>
</li>
</ul>
</div>
</section> <!-- /open-source -->
</div>