forked from ircv3/ircv3.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (34 loc) · 2.14 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
---
layout: default
title: Welcome
---
<div class="page-header">
<h1>Welcome to the IRCv3 Working Group</h1>
</div>
<p class="lead">We're a group of IRC client and server software authors working to enhance, improve, maintain and standardize the current IRC protocol. Stakeholders in the IRC protocol, such as IRC networks and IRC network operators are invited to participate.</p>
<br /><br />
<div class="row frontpage">
<div class="col-md-4 marketing-text">
<h1><a href="{{ site.baseurl }}/participation.html" class="blog noline"><span class="fa fa-fw fa-comment"></span> Participation</a></h1>
<p>The IRCv3 Working Group contains participants from many top IRC networks and development teams, and welcomes new participants.</p>
<a class="btn btn-lg btn-primary" href="{{ site.baseurl }}/participation.html">View</a>
</div>
<div class="col-md-4 marketing-text">
<h1><a href="{{ site.baseurl }}/irc/" class="blog noline"><span class="fa fa-fw fa-cogs"></span> Specifications</a></h1>
<p>We have been releasing new IRCv3 specifications with exciting, useful new features for networks, and client / server authors.</p>
<a class="btn btn-lg btn-primary" href="{{ site.baseurl }}/irc/">View</a>
</div>
<!--
<div class="col-md-4 marketing-text">
<h1><a href="blog.html" class="blog noline"><span class="fa fa-fw fa-rss"></span> Blog</a></h1>
<p>The IRCv3 blog contains our latest project releases and research as well as viewpoints from our members.</p>
<a class="btn btn-lg btn-primary" href="{{ site.baseurl }}/blog.html">View</a>
</div>
-->
<div class="col-md-4 marketing-text">
<h1><a href="https://github.com/ircv3" class="blog noline"><span class="fa fa-fw fa-github"></span> GitHub</a></h1>
<p>All of our projects and code (including even this website) can be found and contributed to on the IRCv3 GitHub.</p>
<a class="btn btn-lg btn-primary" href="https://github.com/ircv3">View</a>
</div>
</div>
<br />