-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (72 loc) · 5.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/WebSite">
<head>
<meta charset="UTF-8">
<title>MidCamp 2019 | Midwest Drupal Camp | Chicago Drupal Conference | Training</title>
<meta name="author" content="MidCamp">
<meta name="description" content="MidCamp is an annual Chicago-area event that brings together designers, developers, users, and evaluators of the open source Drupal content management software.">
<meta itemprop="name" content="MidCamp 2019 | Midwest Drupal Camp | Chicago">
<meta itemprop="description" content="MidCamp is an annual Chicago-area event that brings together designers, developers, users, and evaluators of the open source Drupal content management software.">
<meta itemprop="image" content="http://2019.midcamp.org/drupalhatter.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@midwestcamp">
<meta name="twitter:site" content="@midwestcamp">
<meta name="twitter:title" content="MidCamp 2019 | Midwest Drupal Camp | Chicago">
<meta name="twitter:description" content="MidCamp is an annual Chicago-area event that brings together designers, developers, users, and evaluators of the open source Drupal content management software.">
<meta name="twitter:image:src" content="http://2019.midcamp.org/drupalhatter.png">
<meta property="og:url" content="http://2019.midcamp.org/">
<meta property="og:title" content="MidCamp 2019 | Midwest Drupal Camp | Chicago">
<meta property="og:description" content="MidCamp is an annual Chicago-area event that brings together designers, developers, users, and evaluators of the open source Drupal content management software.">
<meta property="og:site_name" content="MidCamp 2019">
<meta property="og:image" content="http://2019.midcamp.org/drupalhatter.png">
<meta property="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<h1><img src="./drupalhatter.png" alt="Drupal Hatter" class="hatter"></h1>
<h2>March 20-23 (Wed-Sat), 2019 in Chicago!</h2>
<h3>at the DePaul University Lincoln Park Student Center</h3>
<h2><a href="mailto:[email protected]">Sponsor MidCamp 2019</a></h2>
<div id="mc_embed_signup">
<h2>Stay Connected</h2>
<form target="_blank" novalidate="novalidate" name="mc-embedded-subscribe-form" method="post" id="mc-embedded-subscribe-form" class="validate" action="//midcamp.us3.list-manage.com/subscribe/post?u=c8e6dc38970348f0d8c1e7a16&id=12c897b018">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label>
<input type="email" value="" name="EMAIL" id="mce-EMAIL" class="required email" aria-required="true">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div style="display:none" id="mce-error-response" class="response"> </div>
<div style="display:none" id="mce-success-response" class="response"> </div>
</div>
<!-- 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;">
<input type="text" value="" tabindex="-1" name="b_c8e6dc38970348f0d8c1e7a16_12c897b018">
</div>
<div class="indicates-required">
<span class="asterisk">*</span> indicates required
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
<script src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js" type="text/javascript"></script>
<script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
<h3>“It’s no use going back to yesterday, <br/>because I was a different person then.”</h3>
<h4><a href="http://twitter.com/midwestcamp">twitter</a> <a href="https://www.facebook.com/MidCamp/">facebook</a> <a href="http://www.youtube.com/c/MidCampOrg">youtube</a></h4>
<h4><a href="http://2018.midcamp.org">2018</a> <a href="http://2017.midcamp.org">2017</a> <a href="http://2016.midcamp.org">2016</a> <a href="http://2015.midcamp.org">2015</a> <a href="http://2014.midcamp.org">2014</a></h4>
</body>
</html>