This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 1.78 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
---
layout: default
title: Frigg Continous Integration
type: landing-page
---
<div class="jumbo">
<h1>Build your projects with ease</h1>
<p class="webhook"><!--Just create a webhook to:<br class="display-mobile"> http://ci.frigg.io/webhooks/github/--></p>
<div class="landing-page-buttons">
<a href="/docs/" class="btn">Documentation</a>
</div>
</div>
<div class="features-wrapper inverted">
<div class="features">
<div class="feature">
<i class="fa fa-code"></i>
<div class="tagline">Write code</div>
</div>
<div class="feature">
<i class="fa fa-git"></i>
<div class="tagline">Push it</div>
</div>
<div class="feature">
<i class="fa fa-rocket"></i>
<div class="tagline">We build it</div>
</div>
<div class="feature">
<i class="fa fa-eye"></i>
<div class="tagline">Preview it</div>
</div>
</div>
</div>
<div class="container">
<div class="section-x">
<p class="lead" style="font-size: 1.6rem; line-height: 2.6rem; width: 600px; margin: 2rem auto;">
Frigg CI is no longer running as a service. If you need a CI service you can deploy
your own version of Frigg. All parts is available at.
<a href="https://github.com/frigg">Github</a>
</p>
<!--
<div class="column">
<h3>How to set it up</h3>
<p>
In order to start to use Frigg just add the url below in a webhook
on github and check of "<em>Send me everything</em>". Frigg will then
build on every push and marks pull-requests with status.
</p>
<div class="highlight">
<pre><code>https://ci.frigg.io/webhooks/github/</code></pre>
</div>
</div>
<div class="column news">
{% include latest_news.html %}
</div>
-->
<div class="clearfix"></div>
</div>
</div>