-
Notifications
You must be signed in to change notification settings - Fork 0
/
give-camp-birmingham.html
103 lines (93 loc) · 4.83 KB
/
give-camp-birmingham.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Give Camp Birmingham</title>
<link rel="stylesheet" href="http://bryanprice.net/theme/css/custom.css" />
<link href="http://bryanprice.net/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Bryan Price Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="http://bryanprice.net/">Bryan Price </a></h1>
<nav><ul>
<li><a href="http://bryanprice.net/pages/about.html">About</a></li>
<li><a href="http://bryanprice.net/pages/coding-projects.html">Coding Projects</a></li>
</ul>
</nav>
<div id="submenu">
<ul>
<li class="active"><a href="http://bryanprice.net/category/blog.html">Blog</a></li>
<li><a href="http://bryanprice.net/category/project-updates.html">Project Updates</a></li>
</ul>
<div>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="http://bryanprice.net/give-camp-birmingham.html" rel="bookmark"
title="Permalink to Give Camp Birmingham">Give Camp Birmingham</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Sat 29 January 2011</span>
<span>| in <a href="http://bryanprice.net/category/blog.html">Blog</a></span>
<span>| tags: <a href="http://bryanprice.net/tag/charity.html">Charity</a><a href="http://bryanprice.net/tag/give-camp.html">Give Camp</a><a href="http://bryanprice.net/tag/video.html">Video</a></span>
</footer><!-- /.post-info --> <p>Recently I went to Give Camp in Birmingham. It’s an event sponsored by
Microsoft for developers to join together to help non-profits and
charities. Developers spend the weekend developing software or creating
web sites that the organization needs. It was a lot of fun and here is
a promotional video.</p>
<iframe src="http://player.vimeo.com/video/19132894?color=ffffff" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen>
</iframe><p><a class="reference external" href="http://vimeo.com/19132894">Give Camp Birmingham | Promo</a> from
<a class="reference external" href="http://vimeo.com/user445453">Hampton Road Studios</a> on
<a class="reference external" href="https://vimeo.com">Vimeo</a>.</p>
</div><!-- /.entry-content -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "give-camp-birmingham.html";
var disqus_url = "http://bryanprice.net/give-camp-birmingham.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//bryanpricenet.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://joshuarogers.net">Joshua Rogers</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="http://bryanprice.net/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/southrnprogrmmr">Twitter</a></li>
<li><a href="https://github.com/southernprogrammer">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'bryanpricenet';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>