Skip to content

Commit e84b188

Browse files
committed
add znc and a footer
1 parent ba17a31 commit e84b188

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,24 @@ <h1>Nefarious ircd</h1>
5555
<div class="container-x3">
5656
<div class="starter-template">
5757
<h1>X3</h1>
58-
<p class="lead">Channel services, Operator services, Identity services and more</p>
58+
<p class="lead">Channel services, Operator services, Identity services and more.</p>
5959
<a href="https://github.com/evilnet/x3"><button type="button" class="btn btn-primary btn-lg">Get X3</button></a>
6060
</div>
6161
</div>
62-
<div class="container container-other">
62+
<div class="container-znc">
6363
<div class="starter-template">
64-
<h1>X3</h1>
65-
<p class="lead">Channel services, Operator services, Identity services and more</p>
66-
<a href="https://github.com/evilnet/x3"><button type="button" class="btn btn-primary btn-lg">Get X3</button></a>
64+
<h1>ZNC</h1>
65+
<p class="lead">Provide a always-on ZNC bouncer for your users, with complete integration to Nefarious2</p>
66+
<a href="https://github.com/evilnet/znc"><button type="button" class="btn btn-primary btn-lg">Get ZNC</button></a>
6767
</div>
6868
</div>
6969

70+
<div class="container-foot">
71+
Fine details / contact info etc
72+
</div>
73+
74+
75+
7076

7177

7278
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ body {
2525
background-position: right top;
2626
background-position: 100% -10%;
2727
}
28+
.container-znc {
29+
background-color: #606060;
30+
color: #000000;
31+
}
32+
33+
.container-foot {
34+
background-color: #333333;
35+
color: #999999;
36+
}
37+
38+

0 commit comments

Comments
 (0)