Skip to content

Commit ba17a31

Browse files
committed
add some graphics
1 parent 5913647 commit ba17a31

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,24 @@
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) -->

network-sm.png

13.8 KB
Loading

robot2.png

6.61 KB
Loading

style.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)