-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (94 loc) · 5.52 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
<!DOCTYPE html>
<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">
<meta name="description" content="Meetup group and DrupalCamps in St. Louis, MO, USA.">
<link rel="icon" href="favicon.ico">
<title>St. Louis Drupal Users Group (STLDUG)</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/_navbar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Drupal STL</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#meetup">Meetup</a></li>
<li><a href="#drupalcamp">DrupalCamp</a></li>
<li><a href="#connect">Connect</a></li>
<li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="hero">
<img src="images/logo.svg" class="center-block logo-image" width="150" height="150" alt="Drupal St. Louis Fleur de Lis Logo" />
<h1 class="text-center">St. Louis Drupal Users Group (STLDUG)</h1>
<p class="lead text-center">Located in the heart of the US, St. Louis has a vibrant Drupal community.</p>
<p class="text-center"><img src="images/2017-camp-participants.jpg" width="800" height="347" alt="2017 Drupal Camp St. Louis Participants" /></p>
</div>
<h2 id="meetup" class="section">STLDUG Meetup Group</h2>
<p>The <a href="https://www.meetup.com/drupalstl/">STLDUG Meetup group</a> meets every third Thursday at <a href="http://sprydigital.com">Spry Digital</a> in St. Louis, MO.</p>
<h2 id="drupalcamp" class="section">Drupal Camp St. Louis</h2>
<p>Drupal Camp St. Louis is an annual Drupal event held in St. Louis, MO.</p>
<p>Previous DrupalCamps:</p>
<ul>
<li><a href="https://2017.drupalstl.org/">Drupal Camp St. Louis 2017</a></li>
<li><a href="https://2016.drupalstl.org/">Drupal Camp St. Louis 2016</a></li>
<li><a href="https://2015.drupalstl.org/">Drupal Camp St. Louis 2015</a></li>
<li><a href="http://2014.drupalstl.org/">Drupal Camp St. Louis 2014</a></li>
</ul>
<h2 id="connect" class="section">Connect with STLDUG</h2>
<p>You can also find the St. Louis Drupal community at the following places:</p>
<ul>
<li>Drupal Groups: <a href="http://groups.drupal.org/st-louis">Drupal St. Louis Group</a></li>
<li>Slack: <a href="https://drupal.slack.com/messages/stlouis/">#stlouis</a> (<a href="https://drupalslack.herokuapp.com">get access here</a>)</li>
<li>IRC: <a href="http://webchat.freenode.net/?channels=drupal-stl">#drupal-stl</a> on Freenode</li>
<li>Twitter: <a href="https://twitter.com/#!/drupalstl">@drupalstl</a></li>
<li>YouTube: <a href="https://www.youtube.com/channel/UC9idqW3o-ZvmlB5MLGzw2_Q">Drupal STL</a></li>
<li>Facebook: <a href="https://www.facebook.com/drupalSTL">drupalSTL</a></li>
<li>Open Collective: <a href="https://opencollective.com/drupalstl">drupalstl</a></li>
</ul>
</div><!-- /.container -->
<footer class="footer">
<div class="container">
<p class="text-muted text-center">Site hosted by <a href="http://www.midwesternmac.com/">Midwestern Mac, LLC</a>. Visit <a href="https://www.drupal.org/">Drupal.org</a> to learn more about Drupal.</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="js/_navbar.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2478239-15', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>