Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3775791
D553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
8 KB
Referenced Files
None
Subscribers
None
D553.diff
View Options
diff --git a/src/pages/index.html b/src/pages/index.html
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -7,103 +7,101 @@
</div>
</header>
-<div class="darken">
- <section id="actions">
- <div class="row">
- <div class="large-3 large-offset-1 text-center large-text-left columns">
- <i class="fi-book huge"></i>
- </div>
- <div class="large-8 columns">
- <h3>Documentation</h3>
- <p>You use some Dæghrefn feature? You can contribute to write documentation.</p>
- <p>Currently, some elements could be found at the following places:</p>
- <ul>
- {{#each doc_links}}
- <li><a href="{{ url }}">{{ location }}</a> — {{ content }}</li>
- {{/each}}
- </ul>
- </div>
+<section id="actions" class="darken">
+ <div class="row">
+ <div class="large-3 large-offset-1 text-center large-text-left columns">
+ <i class="fi-book huge"></i>
</div>
+ <div class="large-8 columns">
+ <h3>Documentation</h3>
+ <p>You use some Dæghrefn feature? You can contribute to write documentation.</p>
+ <p>Currently, some elements could be found at the following places:</p>
+ <ul>
+ {{#each doc_links}}
+ <li><a href="{{ url }}">{{ location }}</a> — {{ content }}</li>
+ {{/each}}
+ </ul>
+ </div>
+ </div>
- <div class="row">
- <div class="large-3 large-offset-1 text-center large-text-left columns">
- <i class="fi-torsos-female-male huge"></i>
- </div>
- <div class="large-8 columns">
- <h3>Communities we serve</h3>
- <p>Dæghrefn and Wearg live on the IRC Freenode network, where any channel could benefit of our solutions.</p>
- <p>The server infrastructure is maintained by Nasqueron as a service offered to the free culture communities.</p>
- <div class="row small-up-1 medium-up-2 large-up-4 text-center blockgrid white black-margin">
- {{#each communities}}
- <div class="column">
- {{ ucfirst this }}<br />
- <img src="{{ root }}assets/img/logo-{{ this }}.png">
- </div>
- {{/each}}
+ <div class="row">
+ <div class="large-3 large-offset-1 text-center large-text-left columns">
+ <i class="fi-torsos-female-male huge"></i>
+ </div>
+ <div class="large-8 columns">
+ <h3>Communities we serve</h3>
+ <p>Dæghrefn and Wearg live on the IRC Freenode network, where any channel could benefit of our solutions.</p>
+ <p>The server infrastructure is maintained by Nasqueron as a service offered to the free culture communities.</p>
+ <div class="row small-up-1 medium-up-2 large-up-4 text-center blockgrid white black-margin">
+ {{#each communities}}
+ <div class="column">
+ {{ ucfirst this }}<br />
+ <img src="{{ root }}assets/img/logo-{{ this }}.png">
</div>
+ {{/each}}
</div>
</div>
+ </div>
- <div class="row">
- <div class="large-3 large-offset-1 text-center large-text-left columns">
- <i class="fi-mountains huge"></i>
- </div>
- <div class="large-8 columns">
- <h3>Add a channel</h3>
- <p>We can add new channels to Dæghrefn if you've a specific
- need for an utility general-purpose bot.</p>
- <p>
- <strong>CI:</strong> Another bot, Wearg, is connected to
- a RabbitMQ message broker, fuelled by our
- <a href="https://github.com/nasqueron/notifications/tree/master/app">
- notifications center
- </a>
- to process events from Phabricator, GitHub or Docker Hub.
- This can be used to notify channels about new commits, pull
- requests on GitHub, etc.
- That can be adapted to received events from other systems.
- </p>
- <p>Explain your needs and we'll offer you a solution. We create
- <em>sur mesure</em> code for each community.</p>
- <form action="{{ tasks.request_channel.url }}">
- {{#each tasks.request_channel.parameters}}
- <input type="hidden" name="{{ @key }}" value="{{ this }}">
- {{/each}}
- <input type="submit" class="button round"
- value="{{ tasks.request_channel.action }}">
- </form>
- </div>
+ <div class="row">
+ <div class="large-3 large-offset-1 text-center large-text-left columns">
+ <i class="fi-mountains huge"></i>
+ </div>
+ <div class="large-8 columns">
+ <h3>Add a channel</h3>
+ <p>We can add new channels to Dæghrefn if you've a specific
+ need for an utility general-purpose bot.</p>
+ <p>
+ <strong>CI:</strong> Another bot, Wearg, is connected to
+ a RabbitMQ message broker, fuelled by our
+ <a href="https://github.com/nasqueron/notifications/tree/master/app">
+ notifications center
+ </a>
+ to process events from Phabricator, GitHub or Docker Hub.
+ This can be used to notify channels about new commits, pull
+ requests on GitHub, etc.
+ That can be adapted to received events from other systems.
+ </p>
+ <p>Explain your needs and we'll offer you a solution. We create
+ <em>sur mesure</em> code for each community.</p>
+ <form action="{{ tasks.request_channel.url }}">
+ {{#each tasks.request_channel.parameters}}
+ <input type="hidden" name="{{ @key }}" value="{{ this }}">
+ {{/each}}
+ <input type="submit" class="button round"
+ value="{{ tasks.request_channel.action }}">
+ </form>
</div>
+ </div>
- <div class="row">
- <div class="large-3 large-offset-1 text-center large-text-left columns">
- <i class="fi-trees huge"></i>
- </div>
- <div class="large-8 columns">
- <h3>Development</h3>
- <p>All the code we write is open source and released under BSD-2-Clause license.<br />
- A few third-party software components could have their own licence.</p>
- <p>You're welcome to contribute.</p>
- <ul>
- {{#each dev_resources}}
- <li>
- <strong>{{ title }}:</strong>
- <a href="{{ link.href }}">{{ link.text }}</a>
- ({{content}})
- </li>
- {{/each}}
- </ul>
+ <div class="row">
+ <div class="large-3 large-offset-1 text-center large-text-left columns">
+ <i class="fi-trees huge"></i>
+ </div>
+ <div class="large-8 columns">
+ <h3>Development</h3>
+ <p>All the code we write is open source and released under BSD-2-Clause license.<br />
+ A few third-party software components could have their own licence.</p>
+ <p>You're welcome to contribute.</p>
+ <ul>
+ {{#each dev_resources}}
+ <li>
+ <strong>{{ title }}:</strong>
+ <a href="{{ link.href }}">{{ link.text }}</a>
+ ({{content}})
+ </li>
+ {{/each}}
+ </ul>
- <form action="{{ tasks.report_issue.url }}">
- {{#each tasks.report_issue.parameters}}
- <input type="hidden" name="{{ @key }}" value="{{ this }}">
- {{/each}}
- <input type="submit" class="button round"
- value="{{ tasks.report_issue.action }}">
- </form>
- </div>
+ <form action="{{ tasks.report_issue.url }}">
+ {{#each tasks.report_issue.parameters}}
+ <input type="hidden" name="{{ @key }}" value="{{ this }}">
+ {{/each}}
+ <input type="submit" class="button round"
+ value="{{ tasks.report_issue.action }}">
+ </form>
</div>
- </section>
+ </div>
+</section>
- {{> footer}}
-</div>
+{{> footer}}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 19:53 (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263115
Default Alt Text
D553.diff (8 KB)
Attached To
Mode
D553: Simplify layout structure around .darken
Attached
Detach File
Event Timeline
Log In to Comment