-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·111 lines (88 loc) · 4.78 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<!-- Template by Quackit.com -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Drupal.cat | Grup d'usuaris del Drupal en llengua catalana</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS: You can use this stylesheet to override any Bootstrap styles and/or apply your own styles -->
<link href="css/styles.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="jumbotron feature logo-region">
<div class="container">
<img src="images/drupalcat-logo.png" />
<p>Grup d'usuaris del Drupal en llengua catalana [IRC freenode: #drupal.cat]</p>
</div>
</div>
<!-- Content -->
<div class="container">
<!-- Newsletter -->
<div class="row">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//drupal.us12.list-manage.com/subscribe/post?u=a28a5cae1b966293d59cdc7cd&id=bdad73f541" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscriu-te al nostre butlletí de correu electrònic:</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a28a5cae1b966293d59cdc7cd_bdad73f541" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<!-- /.row -->
<!-- Meetup -->
<div class="row meetup__wrapper">
<iframe class="meetup__iframe" width="225" height="420" src="http://meetu.ps/31GsYj" frameborder="0"></iframe>
<div class="meetup__info">
<div class="meetup__logo">
<img class="meetup__logo-img" src="images/logo--meetup.svg">
</div>
<p>Apunta't al <a href="https://www.meetup.com/Drupal-Barcelona/events/234639610/">Meetup de Drupal Barcelona</a> per estar al corrent dels esdeveniments que organitzem.</p>
</div>
</div>
<!-- /.row -->
<!-- Meetup -->
<div class="row">
<p>Segueix-nos al Twitter: <a href="https://twitter.com/drupalcat">https://twitter.com/drupalcat</a></p>
<p>Uneix-te al grup del Facebook: <a href="https://www.facebook.com/groups/218039951547177/">https://www.facebook.com/groups/218039951547177/</a></p>
</div>
<!-- /.row -->
<div class="row">
<h2>Traducció del Drupal</h2>
<p>Ajuda'ns a traduir el Drupal al català col·laborant en els següents projectes:</p>
<ul>
<li><a href="https://localize.drupal.org/translate/languages/ca">Traducció del nucli i dels seus projectes contribuïts</a></li>
<li><a href="https://localize.drupal.org/node/64072">Traducció de la nova guia d'usuari</a></li>
</ul>
</div>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery-1.11.3.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport bug workaround -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<!-- Placeholder Images -->
<script src="js/holder.min.js"></script>
</body>
</html>