-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<meta charset=utf-8>
<title>asturias.rb</title>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css'>
<style>
h1 {
font-family: 'Consolas', 'courier new', courier, monospace;
color: #666;
margin-top: 2em;
text-align: center;
}
h1 span {
font-family: 'Droid Sans', arial, sans-serif;
font-size: 1.5em;
color: #333;
}
ul {
margin: 0; padding: 0;
float: left;
width: 100%;
text-align: center;
}
li {
list-style-type: none;
display: inline;
}
li a {
text-decoration: none;
}
li, p {
font-family: 'Linux Libertine', Palatino, 'Palatino Linotype', Georgia, serif;
font-size: 2em;
color: #222;
text-align: center;
}
li:last-child:before {
content: '»'
}
</style>
<h1><%= <span>asturias.rb</span> %></h1>
<p>We are a group of people from the north of Spain.</p>
<ul>
<li><a href=http://groups.google.com/group/asturiasrb>We meet</a>
<li><a href=https://github.com/asturiasrb>We code</a>
</ul>