Skip to content

Commit ee14aee

Browse files
committed
Added current homepage (to be completed).
0 parents  commit ee14aee

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

index.html

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<!-- please, do not read this line. -->
5+
<title>sbrk.org</title>
6+
<style type="text/css">
7+
@font-face {
8+
font-family: 'Oxygen';
9+
font-style: normal;
10+
font-weight: 400;
11+
src: local('Oxygen'), local('Oxygen-Regular'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/OFgyER5uFw7Cy-F01PjbVg.woff) format('woff');
12+
}
13+
14+
body {
15+
font-size:16px;
16+
color: #16161D;
17+
font-family: 'Oxygen', serif;
18+
}
19+
20+
h1, h2, h3, h4, h5 {
21+
color: #000000;
22+
}
23+
24+
h1 a, h2 a {
25+
text-decoration: none;
26+
}
27+
28+
h1 {
29+
margin-bottom: 5px;
30+
}
31+
32+
a {
33+
color: #000000;
34+
}
35+
36+
#all {
37+
max-width: 600px;
38+
margin:0 auto;
39+
}
40+
</style>
41+
</head>
42+
<body>
43+
<div id="all">
44+
<h1 id="intro"><a href="http://sbrk.org">sbrk.org</a></h1>
45+
<img src="/ni.jpg" alt="ni!" />
46+
<p>
47+
We are a small community mainly interested in пелмени, Black
48+
Balsam, Unix systems and trolling on IRC. We maintain and host a
49+
few projects as well as websites and blogs. If you feel lonely
50+
and share the same interests, do not be afraid and join us on
51+
IRC, from there you can get ask to get a free account (mail,
52+
www, ssh, git, whatever).
53+
</p>
54+
<h2 id="people"><a href="http://sbrk.org/index.html#people">People</a></h2>
55+
<p>
56+
Our main vault is located on the freenode IRC server at ##sbrk,
57+
it is currently occupied by the following folks:
58+
</p>
59+
<ul>
60+
<li><a href="http://daimrod.sbrk.org/">daimrod</a></li>
61+
<li><a href="http://faltad.sbrk.org/">faltad</a></li>
62+
<li><a href="http://ironzorg.sbrk.org/">ironzorg</a></li>
63+
<li><a href="http://mykiwi.sbrk.org/">mykiwi</a></li>
64+
<li><a href="http://mxs.sbrk.org/">mxs</a></li>
65+
</ul>
66+
<h2 id="projects"><a href="http://sbrk.org/index.html#projects">Projects</a></h2>
67+
<p>
68+
We develop and maintain the following projects:
69+
</p>
70+
<ul>
71+
<li><a href="https://github.com/aimxhaisse/c0depast3r">c0depast3r</a></li>
72+
<li><a href="https://github.com/faltad/pass-gen">pass-gen</a></li>
73+
</ul>
74+
<h2 id="links"><a href="http://sbrk.org/index.html#links">Quick Links</a></h2>
75+
<ul>
76+
<li><a href="http://git.sbrk.org/">git repositories</a></li>
77+
</ul>
78+
<h2 id="news"><a href="http://sbrk.org/index.html#news">Last News</a></h2>
79+
<ul>
80+
<li>2013-03-12: The new server is up!</li>
81+
</ul>
82+
</div>
83+
</body>
84+
</html>

ni.jpg

49.8 KB
Loading

0 commit comments

Comments
 (0)