File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 < div class ="starter-template ">
5050 < h1 > Nefarious ircd</ h1 >
5151 < p class ="lead "> The chat server, supporting advanced IRCv3 features and more.</ p >
52- < button type ="button " class ="btn btn-primary btn-lg "> Get Nefarious2</ button >
52+ < a href =" https://github.com/evilnet/nefarious2 " > < button type ="button " class ="btn btn-primary btn-lg "> Get Nefarious2</ button > </ a >
5353 </ div >
5454 </ div >
5555 < div class ="container-x3 ">
5656 < div class ="starter-template ">
5757 < h1 > X3</ h1 >
5858 < p class ="lead "> Channel services, Operator services, Identity services and more</ p >
59- < button type ="button " class ="btn btn-primary btn-lg "> Get X3</ button >
59+ < 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 ">
63+ < 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 >
67+ </ div >
68+ </ div >
69+
6270
6371
6472 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ body {
1111 background-image : url (logo_background.png);
1212 color : # f1f1f1 ;
1313}
14- /*.container-nef {
15- background-color: #353744;
16- color: #f1f1f1;
17- }*/
14+ .container-nef {
15+ background-color : # ffffff ;
16+ background-image : url (network-sm.png);
17+ background-repeat : no-repeat;
18+ }
1819
1920.container-x3 {
2021 background-color : # dadada ;
2122 color : # 000000 ;
23+ background-image : url (robot2.png);
24+ background-repeat : no-repeat;
25+ background-position : right top;
26+ background-position : 100% -10% ;
2227}
You can’t perform that action at this time.
0 commit comments