-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (38 loc) · 1.42 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>
<html lang="ca">
<head>
<meta charset="utf-8">
<title>Perl.cat</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="La comunitat de programadors de Perl d'àmbit català">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 100px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header class="hero-unit">
<div class="inner">
<h1>Perl.cat</h1>
<p>La comunitat de programadors de Perl d'àmbit català.</p>
<p class="download-info">
<a href="http://curs.perl.cat/" class="btn btn-primary btn-large">Curs de Perl</a>
<a href="http://barcelona.pm/" class="btn btn-large">Barcelona.pm</a>
<a href="blog/" class="btn btn-large">Blog històric</a>
</p>
</div>
</header>
</div><!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>