File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) -->
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments