-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (157 loc) · 10.1 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" lang="en-US">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>AZGiveCamp | 2.5 days of code…sleep optional…caffeine provided</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="/wp-content/themes/twentyeleven/style.css" />
<link rel='stylesheet' id='flick-css' href='/wp-content/plugins/mailchimp//css/flick/flick.css?ver=f565c8ba7a532524bb63312d1c8ff5f0' type='text/css' media='all' />
<link rel='stylesheet' id='mailchimpSF_main_css-css' href='/wp-content/main.css' type='text/css' media='all' />
<!--[if IE]>
<link rel='stylesheet' id='mailchimpSF_ie_css-css' href='/wp-content/plugins/mailchimp/css/ie.css?ver=f565c8ba7a532524bb63312d1c8ff5f0' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='dark-css' href='/wp-content/themes/twentyeleven/colors/dark.css' type='text/css' media='all' />
<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='/wp-content/plugins/mailchimp/js/scrollTo.js?ver=1.5.3'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery.form.min.js?ver=4.2.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mailchimpSF = {"ajax_url":"https:\/\/www.azgivecamp.org\/"};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-content/plugins/mailchimp/js/mailchimp.js?ver=1.5.3'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='/wp-content/plugins/mailchimp//js/datepicker.js?ver=f565c8ba7a532524bb63312d1c8ff5f0'></script>
<link rel="canonical" href="https://www.azgivecamp.org/" />
<style type="text/css">
.gllr_image_row {
clear: both;
}
</style>
<!-- Start ios -->
<script type="text/javascript">
( function( $ ){
$( document ).ready( function() {
$( '#fancybox-overlay' ).css( {
'width' : $( document ).width()
} );
} );
} )( jQuery );
</script>
<!-- End ios -->
<script type="text/javascript">
jQuery(function($) {
$('.date-pick').each(function() {
var format = $(this).data('format') || 'mm/dd/yyyy';
format = format.replace(/yyyy/i, 'yy');
$(this).datepicker({
autoFocusNextInput: true,
constrainInput: false,
changeMonth: true,
changeYear: true,
beforeShow: function(input, inst) { $('#ui-datepicker-div').addClass('show'); },
dateFormat: format.toLowerCase(),
});
});
d = new Date();
$('.birthdate-pick').each(function() {
var format = $(this).data('format') || 'mm/dd';
format = format.replace(/yyyy/i, 'yy');
$(this).datepicker({
autoFocusNextInput: true,
constrainInput: false,
changeMonth: true,
changeYear: false,
minDate: new Date(d.getFullYear(), 1-1, 1),
maxDate: new Date(d.getFullYear(), 12-1, 31),
beforeShow: function(input, inst) { $('#ui-datepicker-div').removeClass('show'); },
dateFormat: format.toLowerCase(),
});
});
});
</script>
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #110c0c; }
</style>
</head>
<body class="home page-template-default page page-id-241 custom-background gllr_twentyeleven singular two-column right-sidebar">
<div id="page" class="hfeed">
<header id="branding" role="banner">
<hgroup>
<h1 id="site-title"><span><a href="/" title="AZGiveCamp" rel="home">AZGiveCamp</a></span></h1>
<h2 id="site-description">2.5 days of code…sleep optional…caffeine provided</h2>
</hgroup>
<a href="/">
<img src="/wp-content/uploads/2012/10/Code-Monkey-Top-bar01.jpg" width="1000" height="288" alt="" />
</a>
<nav id="access" role="navigation">
<h3 class="assistive-text">Main menu</h3>
<div class="skip-link"><a class="assistive-text" href="#content" title="Skip to primary content">Skip to primary content</a></div>
<div class="skip-link"><a class="assistive-text" href="#secondary" title="Skip to secondary content">Skip to secondary content</a></div>
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-3971" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-241 current_page_item menu-item-3971"><a href="/">Home</a></li>
<li><a href="https://meetup.com/azgivecamp/">AZGiveCamp Meetup</a></li>
<li id="menu-item-3991" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3991"><a href="/faqs/">FAQ’s</a></li>
<li id="menu-item-4021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4021"><a href="/blog/">Blog</a></li>
<li id="menu-item-4031" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4031"><a href="/about-us/">About Us</a>
<ul class="sub-menu">
<li id="menu-item-3981" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3981"><a href="/founders-award-winners/">AZGiveCamp Founders Award Winners</a></li>
<li id="menu-item-4041" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4041"><a href="/az-gallery/">Gallery</a></li>
<li id="menu-item-4001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4001"><a href="/non-discrimination-policy/">Non-Discrimination Policy</a></li>
</ul>
</li>
<li id="menu-item-4051" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4051"><a href="/events/">Events</a></li>
<li id="menu-item-4061" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4061"><a href="/non-profits/">Non-Profits</a></li>
<li id="menu-item-4071" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4071"><a href="/contact-us/">Contact Us</a></li>
<li id="menu-item-4091" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4091"><a href="/donations/">Donate</a></li>
</ul></div> </nav><!-- #access -->
</header><!-- #branding -->
<div id="main">
<div id="primary">
<div id="content" role="main">
<article id="post-241" class="post-241 page type-page status-publish hentry">
<header class="entry-header">
<h1 class="entry-title"></h1>
</header><!-- .entry-header -->
<div class="entry-content">
<p>Welcome to AzGiveCamp where we code it forward to help non-profits in need.</p>
<blockquote><p>AZ GiveCamp exists to provide assistance to those in need in our community. Each year we look forward to gathering so many skilled and generous developers for a weekend of sharing your talents for good. We remain grateful for each of you and your contributions.</p>
<p>The health and safety of our volunteers is paramount and since none of our board members are medical professionals, we are unable to reasonably determine if having our usual spring weekend event will put you all at risk. With the endless stream of news reports about all of the unknowns of the Coronavirus, the Board of AZ GiveCamp has decided to delay our tenth anniversary Hackathon of Help. Our hope is to be able to reschedule for the fall of 2020 if the news improves by then. We will keep you updated as we progress.</p>
<p>We apologize for any inconvenience and hope this crisis is resolved quickly with minimal loss. Thank you for your patience and understanding. Be well.</blockquote>
<p><a title="AZ GiveCamp II by azgivecamp, on Flickr" href="http://www.flickr.com/photos/55265377@N06/5360988233/"><img src="https://farm6.staticflickr.com/5165/5360988233_aa66d8fa6e_z.jpg" alt="AZ GiveCamp II" width="640" height="176" /></a></p>
<p>Are you great at developing web sites and programs? Have you ever wanted to help build your community but find yourself unsuited to putting up drywall? This is the place for you.</p>
<p>Are you a non-profit organization in need of digital help but can’t afford precious resources on your web presence or data base creation etc?</p>
<p>We are a local chapter of the national <a href="http://givecamp.org">GiveCamp</a> organization and serve the Arizona area. Over 2.5 days several teams of developers, coders and digital artists will help these groups to realize their digital goals.</p>
<p>You can help!!!</p>
<p>We need coders and sponsors to make this happen. Look around and find your fit.</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
</footer><!-- .entry-meta -->
</article><!-- #post-241 -->
<div id="comments">
</div><!-- #comments -->
</div><!-- #content -->
</div><!-- #primary -->
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
</footer><!-- #colophon -->
</div><!-- #page -->
<link rel='stylesheet' id='gllr_stylesheet-css' href='/wp-content/plugins/gallery-plugin/css/frontend_style.css?ver=f565c8ba7a532524bb63312d1c8ff5f0' type='text/css' media='all' />
<link rel='stylesheet' id='gllr_fancybox_stylesheet-css' href='/wp-content/plugins/gallery-plugin/fancybox/jquery.fancybox-1.3.4.css?ver=f565c8ba7a532524bb63312d1c8ff5f0' type='text/css' media='all' />
<script type='text/javascript' src='/wp-includes/js/comment-reply.min.js?ver=f565c8ba7a532524bb63312d1c8ff5f0'></script>
<script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=f565c8ba7a532524bb63312d1c8ff5f0'></script>
</body>
</html>