Skip to content

Commit d57dae9

Browse files
author
Your Name
committed
New design :)
1 parent 492eb9e commit d57dae9

21 files changed

+1057
-1423
lines changed

atheme.html

+130-168
Large diffs are not rendered by default.

contact.html

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Atheme IRC Platform</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="Atheme IRC Services">
8+
<meta name="author" content="Alyx Wolcott">
9+
<meta name="author" content="Andrew Northall">
10+
11+
<link href="css/bootstrap.min.css" rel="stylesheet">
12+
<link href="css/atheme-style.css" rel="stylesheet">
13+
<link href="css/font-awesome.min.css" rel="stylesheet">
14+
15+
16+
<!--[if lt IE 9]>
17+
<script src="js/html5shiv.js"></script>
18+
<script src="js/respond.min.js"></script>
19+
<![endif]-->
20+
</head>
21+
<body>
22+
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
23+
<div class="container">
24+
<div class="navbar-header">
25+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
26+
<span class="sr-only">Toggle navigation</span>
27+
<span class="icon-bar"></span>
28+
<span class="icon-bar"></span>
29+
<span class="icon-bar"></span>
30+
</button>
31+
<a class="navbar-brand" href="index.html">Atheme</a>
32+
</div>
33+
<div class="navbar-collapse collapse">
34+
<ul class="nav navbar-nav">
35+
<li><a href="index.html"><span class="fa fa-fw fa-home"></span> Home</a></li>
36+
<li><a href="atheme.html"><span class="fa fa-fw fa-group"></span> Atheme</a></li>
37+
<li><a href="iris.html"><span class="fa fa-fw fa-terminal"></span> Iris</a></li>
38+
<li><a href="web.html"><span class="fa fa-fw fa-globe"></span> Atheme-Web</a></li>
39+
<li><a href="faq.html"><span class="fa fw-fw fa-question"></span> FAQ</a></li>
40+
<li><a href="https://github.com/atheme"><span class="fa fw-fw fa-github"></span> GitHub</a></li>
41+
<li class="active"><a href="contact.html"><span class="fa fw-fw fa-envelope"></span> Contact</a></li>
42+
</ul>
43+
</div>
44+
</div>
45+
</div>
46+
47+
<div class="container">
48+
<iframe src="https://webchat.staticbox.net/?channels=atheme&prompt=1&bg_color=FFFFFF" width="100%" height="460" frameBorder="0"></iframe>
49+
50+
<hr>
51+
52+
<footer>
53+
<p>&copy; <a href="http://atheme.org/" style="color:black;">Atheme.org</a> 2012-2014</p>
54+
</footer>
55+
</div>
56+
57+
<script src="js/jquery-1.11.0.min.js"></script>
58+
<script src="js/bootstrap.min.js"></script>
59+
</body>
60+
</html>

css/atheme-style.css

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.jumbotron {
2+
text-align: center;
3+
}
4+
5+
.marketing-text {
6+
text-align: center;
7+
}
8+
9+
.nav-list {
10+
font-size: 13px;
11+
}
12+
13+
.current {
14+
font-weight: bold;
15+
}
16+
17+
.nav-list > li > a {
18+
padding: 3px 15px;
19+
}
20+
21+
.nav .nav-header {
22+
display: block;
23+
padding: 3px 15px;
24+
font-size: 11px;
25+
font-weight: bold;
26+
line-height: 18px;
27+
text-transform: uppercase;
28+
color: rgb(153, 153, 153);
29+
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
30+
}
31+
32+
.row {
33+
padding: 0px 0px 0px 0px;
34+
}
35+
36+
.ircd-list {
37+
font-size: 14px;
38+
}

css/bootstrap.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css

-735
This file was deleted.

faq.html

+74-76
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,81 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Frequently Asked Questions</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="Atheme IRC Services">
8-
<meta name="author" content="Alyx Wolcott">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Atheme IRC Platform</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="Atheme IRC Services">
8+
<meta name="author" content="Alyx Wolcott">
9+
<meta name="author" content="Andrew Northall">
910

10-
<link href="css/style.css" rel="stylesheet">
11-
<!--[if lt IE 9]>
12-
<script src="js/html5.js"></script>
13-
<![endif]-->
14-
</head>
15-
<body>
16-
<div class="navbar navbar-fixed-top">
17-
<div class="navbar-inner">
18-
<div class="container">
19-
<a class="brand" href="index.html">Atheme</a>
20-
<div class="nav-collapse">
21-
<ul class="nav">
22-
<li><a href="index.html">Home</a></li>
23-
<li><a href="atheme.html">Atheme</a></li>
24-
<li><a href="iris.html">Iris</a></li>
25-
<li><a href="web.html">Atheme-Web</a></li>
26-
<li class="active"><a href="faq.html">FAQ</a></li>
27-
<li><a href="http://ircforums.net/#atheme.33">Forums</a></li>
28-
<li><a href="https://github.com/atheme">GitHub</a></li>
29-
<li><a href="http://webchat.staticbox.net/?channels=atheme&amp;prompt=1">Contact</a></li>
30-
</ul>
31-
</div>
32-
</div>
33-
</div>
11+
<link href="css/bootstrap.min.css" rel="stylesheet">
12+
<link href="css/atheme-style.css" rel="stylesheet">
13+
<link href="css/font-awesome.min.css" rel="stylesheet">
14+
15+
<!--[if lt IE 9]>
16+
<script src="js/html5shiv.js"></script>
17+
<script src="js/respond.min.js"></script>
18+
<![endif]-->
19+
</head>
20+
<body>
21+
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
22+
<div class="container">
23+
<div class="navbar-header">
24+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
25+
<span class="sr-only">Toggle navigation</span>
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
<span class="icon-bar"></span>
29+
</button>
30+
<a class="navbar-brand" href="index.html">Atheme</a>
3431
</div>
35-
<div class="container">
36-
<div class="hero-unit">
37-
<h1>Frequently Asked Questions</h1>
38-
<h2>About the Atheme IRC Platform</h2>
39-
</div>
40-
<div class="row commands">
41-
<div class="span4">
42-
<h1><a name="developers">Who develops Atheme?</a></h1>
43-
<p>Atheme is developed by <a href="http://atheme.org">atheme.org</a>, an open-source development collective.
44-
Anyone can participate in the Atheme development process through <a href="https://github.com/atheme/atheme">GitHub</a>.
45-
Contributors with an acceptable skillset and broad vision for the project are given commit access.</p>
46-
</div>
47-
<div class="span4">
48-
<h1><a name="origins">Where did Atheme come from?</a></h1>
49-
<p>Atheme was originally built on top of <a href="https://github.com/rakaur/shrike">Shrike</a>, a legacy minimalistic services package.
50-
The developers of Atheme decided that Shrike was a good basis to build a more full-featured services package from,
51-
based on their previous experience of contributing to Shrike. Little of the original code from Shrike remains,
52-
however many design concepts do.</p>
53-
</div>
54-
<div class="span4">
55-
<h1><a name="code">Where can I get the latest code?</a></h1>
56-
<p>The most up-to-date code from Atheme, as well as our other projects, can be found on <a href="https://github.com/atheme">GitHub.</a>.
57-
Atheme can be cloned from <a href="git://github.com/atheme/atheme.git"><code>git://github.com/atheme/atheme.git</code></a>,
58-
atheme-web from <a href="git://github.com/atheme/atheme-web.git"><code>git://github.com/atheme/atheme-web.git</code></a>,
59-
and Iris from <a href="git://github.com/atheme/iris.git"><code>git://github.com/atheme/iris.git</code></a>.</p>
60-
</div>
61-
</div>
62-
<div class="row commands">
63-
<div class="span4">
64-
<h1><a name="gauntlet">How scalable is Atheme?</a></h1>
65-
<p>Atheme is extremely scalable, being used on IRC's current largest network, <a href="http://freenode.net">freenode</a>.
66-
The scalability of Atheme, as well as other popular IRC services packages, was put to the test in <a href="http://tortois.es/~nenolod/gauntlet/">
67-
the 2010 IRC Services Scalability Shootout</a>.</p>
68-
</div>
69-
<div class="span4">
70-
<h1><a name="package">Can I package Atheme for a Linux distro?</a></h1>
71-
<p>Feel free, but please package only the <a href="downloads/atheme-services-6.0.11.tar.bz2">long term support release</a>.</p>
72-
</div>
73-
</div>
32+
<div class="navbar-collapse collapse">
33+
<ul class="nav navbar-nav">
34+
<li><a href="index.html"><span class="fa fa-fw fa-home"></span> Home</a></li>
35+
<li><a href="atheme.html"><span class="fa fa-fw fa-group"></span> Atheme</a></li>
36+
<li><a href="iris.html"><span class="fa fa-fw fa-terminal"></span> Iris</a></li>
37+
<li><a href="web.html"><span class="fa fa-fw fa-globe"></span> Atheme-Web</a></li>
38+
<li class="active"><a href="faq.html"><span class="fa fw-fw fa-question"></span> FAQ</a></li>
39+
<li><a href="https://github.com/atheme"><span class="fa fw-fw fa-github"></span> GitHub</a></li>
40+
<li><a href="contact.html"><span class="fa fw-fw fa-envelope"></span> Contact</a></li>
41+
</ul>
42+
</div>
43+
</div>
44+
</div>
7445

75-
<hr>
76-
<footer>
77-
<p>&copy; Atheme.org 2012</p>
78-
</footer>
46+
<div class="container">
47+
<div class="jumbotron">
48+
<h1>Frequently Asked Questions</h1>
49+
<p class="lead">About the Atheme IRC Platform</p>
50+
</div>
51+
<div class="row">
52+
<div class="col-md-6">
53+
<h2>Who develops Atheme?</h2>
54+
<p>Atheme is developed by <a href="http://atheme.org">atheme.org</a>, an open-source development collective.
55+
Anyone can participate in the Atheme development process through <a href="https://github.com/atheme/atheme">GitHub</a>.
56+
Contributors with an acceptable skillset and broad vision for the project are given commit access.</p>
57+
<h2>How scalable is Atheme?</h2>
58+
<p>Atheme is extremely scalable, being used on IRC's current largest network, <a href="http://freenode.net">freenode</a>.
59+
The scalability of Atheme, as well as other popular IRC services packages, was put to the test in <a href="http://tortois.es/~nenolod/gauntlet/">
60+
the 2010 IRC Services Scalability Shootout</a>.</p>
61+
</div>
62+
<div class="col-md-6">
63+
<h2>Where did Atheme come from?</h2>
64+
<p>Atheme was originally built on top of <a href="https://github.com/rakaur/shrike">Shrike</a>, a legacy minimalistic services package.
65+
The developers of Atheme decided that Shrike was a good basis to build a more full-featured services package from,
66+
based on their previous experience of contributing to Shrike. Little of the original code from Shrike remains,
67+
however many design concepts do.</p>
68+
<h2>Can I package Atheme for a Linux distro?</h2>
69+
<p>Feel free, but please package only the <a href="downloads/atheme-services-6.0.11.tar.bz2">long term support release</a>.</p>
7970
</div>
80-
<script src="js/jquery.js"></script>
81-
<script src="js/bootstrap.js"></script>
82-
</body>
71+
</div>
72+
73+
<hr>
74+
<footer>
75+
<p>&copy; <a href="http://atheme.org/" style="color:black;">Atheme.org</a> 2012-2014</p>
76+
</footer>
77+
</div>
78+
<script src="js/jquery-1.11.0.min.js"></script>
79+
<script src="js/bootstrap.min.js"></script>
80+
</body>
8381
</html>

fonts/FontAwesome.otf

61.4 KB
Binary file not shown.

fonts/League_Gothic-webfont.eot

-24.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)