This repository was archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (81 loc) · 4.02 KB
/
index.html
File metadata and controls
98 lines (81 loc) · 4.02 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CODE by cucode</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="http://raw.github.com/cucode/cucode/master/resources/images/bmp/code_logo_full.png">
<h1>Welcome to CODE</h1>
<p class="view"><a href="https://github.com/cucode">View Our GitHub Profile</a></p>
</header>
<section id="EDC">
<p>Associated with:</p>
<h2>Champaign County Economic Development Corporation</h2>
<address>
1817 South Neil Street, Suite 100
Champaign, Illinois 61820
217.359.6261<br>
<a href="mailto:edc@champaigncountyedc.org">edc@champaigncountyedc.org</a>
</address>
</section>
<section id="Content">
<h2>Introduction</h2>
<p>Many members of the group may not know the history of CODE. In brief... The
closure of Motorola's Champaign site in 2007 dumped 200+ tech professionals
into the local job market. We knew that this was more than the community
could absorb, so a group of employees got together to attract businesses to
the area. Through their efforts and coordination with other local
organizations, Yahoo! and Qualcomm sites were opened. Since then, we have
helped to attract other companies and to spawn projects to benefit the local
tech community.</p>
<p>A small group of people constitute the current CODE board. These are not
elected positions. The leaders are volunteer who have the drive and passion
for developing the community at their own time and expense. We meet
informally with local organizations and coordinate mostly through email.
(Personally, I would like a slightly more formal organization.)</p>
<p>Mostly, the CODE board is an influencing organization. We have no income, but
we have lots of contacts with local and remote businesses, organizations, and
individuals.</p>
<p>Our projects include: working with the EDC on a central community job board;
discussions with Parkland about starting a Mobile Development Certificate
program; meeting with the U of I to help them understand the needs of local
business and to help make hiring from the University more accessible for
medium or small business. We have worked on or discussed many other projects,
but we are constrained by the number of volunteers we have.</p>
<p>Regarding meetings... We have discussed having quarterly, or even monthly,
meetings and events of various types for the technical community. The EDC
already sponsors regular TechMixes. (One was held yesterday evening.) Most
likely, I think that the first set of open meetings for CODE should be
quarterly meetings to discuss the needs of the technical community and how we
can act to push those items forward.</p>
<p>We would gladly be a conduit for helping to advertise meetings on technical
topics, but we would need someone from the community to volunteer to lead and
organize the meeting. Our current volunteers are at capacity.</p>
<p>If anyone would like to volunteer to assist in any capacity, we would welcome
their help.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40456683-1', 'cucode.org');
ga('send', 'pageview');
</script>
</body>
</html>