forked from DrupalMontreal/DrupalMontreal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (86 loc) · 3.85 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
112
113
114
115
116
117
118
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Association de Drupal Montréal - Montréal Drupal Association</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts CSS -->
<!-- <link href="css/fonts.css" rel="stylesheet"> -->
<!-- Custom CSS -->
<link href="css/custom.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="jumbotron">
<div class="container">
<div class="col-sm-8 col-md-9">
<h1>Association Drupal de Montréal</h1>
<h1>Montréal Drupal Association</h1>
</div>
<div class="col-sm-4 col-md-3">
<img src="assets/logo.png" class="img-responsive logo">
</div>
</div>
</div><!-- /jumbotron -->
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-push-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3>Events</h3>
</div>
<div class="panel-body">
<ul class="list-unstyled">
<li><a href="https://twitter.com/drupalcampmtl">Twitter</a></li>
<li><a href="http://www.meetup.com/Drupal-Montreal/">Meetup</a></li>
<li><a href="https://groups.drupal.org/montreal-quebec">Groups.Drupal.org</a></li>
<li><a href="https://plus.google.com/113657420198074923894" rel="publisher">Google+</a></li>
</ul>
</div>
</div>
</div><!-- /sidebar -->
<div class="col-sm-8 col-sm-pull-4">
<h2>Mission</h2>
<p class="lead">L'association a pour objectif d'organiser des événements, aider et soutenir la communauté Drupal de Montréal.</p>
<p class="lead">The sole purpose of the association is to provide events, help and support to the Montreal Drupal community.</p>
<h2>Conseil d'administration - Board Members</h2>
<ul class="list-unstyled">
<li><a href="https://www.drupal.org/u/omar">Omar Bickell</a></li>
<li><a href="https://www.drupal.org/u/ryan-weal">Ryan Weal</a></li>
<li><a href="https://www.drupal.org/u/mongolito404">Pierre Buyle</a></li>
<li><a href="https://www.drupal.org/u/mirabuck">Andrew Lindsay</li>
<li><a href="https://www.drupal.org/u/maxocub">Maxime Turcotte</li>
<li><a href="https://www.drupal.org/u/philippe-labat">Philippe Labat</li>
<li><a href="">Bruno Therrien</li>
<li><a href="https://www.drupal.org/u/alauzon">Alain Lauzon</li>
</ul>
<h2>Contact</h2>
<a href="mailto:[email protected]">[email protected]</a>
</div><!-- /main content -->
</div><!-- /row -->
</div><!-- /container -->
<footer>
<hr>
<div class="container">
<div class="row">
<p class="text-center">© 2014 Association de Drupal Montréal</p>
</div>
</div>
</footer><!-- /footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>