-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
52 lines (50 loc) · 2.55 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
---
title: IRC Developer Docs
layout: default
ntitle: Developer Documentation
nsub: For developers of servers, clients, and everything inbetween
---
<div class="docs-homepage-container">
<div class="intro-container docs-search-banner">
<div class="container intro-container-content">
<div class="row">
<div class="col-sm-12">
<h1>The IRC Protocol Documentation</h1>
<p class="subtitle">The in-depth documentation for IRC on the web.</p>
<form class="" action="" method="">
<div class="input-container">
<input type="text" name="q" placeholder="Search The Documentation" aria-label="Search the IRC protocol documentation">
</div>
</form>
<p class="small">For assistance <a href="contact">contact us</a> or learn <a href="contributing">how to contribute</a></p>
</div>
</div>
</div>
</div>
<!-- Box content -->
<div class="container box-content-container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-4 content-boxes">
<a href="refs" class="cta-box-content">
<p class="title"><i class="fas fa-file-alt"></i> References</p>
<p>These references include information about IRC commands, numerics, and all sorts of other information useful to developers.</p>
<span class="button" role="button">Find out more</span>
</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 content-boxes">
<a href="tools" class="cta-box-content">
<p class="title"><i class="fas fa-cogs"></i> Tools</p>
<p>These tools help us test and confirm the way that IRC software works. We use them in writing these docs and make them available.</p>
<span class="button" role="button">Find out more</span>
</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 content-boxes">
<a href="refs/glossary" class="cta-box-content">
<p class="title"><i class="fas fa-font"></i> Glossary</p>
<p>This handy glossary lays out a number of IRC and IRC development terms, which will be used on this site and in general development.</p>
<span class="button" role="button">Find out more</span>
</a>
</div>
</div>
</div>
</div>