root/trunk/website/blog/includes/pods/sponsors.cfm @ 14

Revision 14, 1.3 kB (checked in by DanWilson, 16 years ago)

added back the sponsors pod.

Line 
1<cfsetting enablecfoutputonly=true>
2<cfprocessingdirective pageencoding="utf-8">
3<!---
4        Name         : rss.cfm
5        Author       : Raymond Camden
6        Created      : October 29, 2003
7        Last Updated : February 28, 2007
8        History      : history cleared for 4.0
9                                 : Nofollow/noindex (rkc 2/28/07)
10        Purpose          : Display rss box
11--->
12
13
14
15<cfmodule template="../../tags/podlayout.cfm" title="Model-Glue Team">
16
17        <cfoutput>
18        <h4>Managing Director</h4>
19        <p><a href="http://www.nodans.com/">Dan Wilson</a>, <a href="http://www.datacurl.com">DataCurl LLC</a></p>
20        <h4>Associate Director</h4>
21        <p>Ezra Parker</p>
22        <h4>Community Evangelist</h4>
23        <p><a href="http://www.coldfusionjedi.com">Raymond Camden</a></p>
24        <h4>Contributing Partners</h4>
25        <p>Doug Hughes, <a href="http://www.alagad.com">Alagad Inc.</a></p>
26        <p><a href="http://dan.skaggsfamily.ws/">Dan Skaggs</a>, <a href="http://www.web-meister.com">Web Meister</a></p>
27        <p><a href="http://cdscott.blogspot.com/">Chris Scott</a></p>
28        <p>Jared Rypka-Hauer, <a href="http://www.web-relevant.com">Continuum Media Group, LLC</a></p>
29        <h4>Advising Partners</h4>
30        <p>Joe Rinehart, <a href="http://www.firemoss.com">Firemoss, LLC</a></p>
31        <p><a href="http://www.simb.net/">Simeon Bateman</a></p>
32        </cfoutput>
33
34</cfmodule>
35       
36<cfsetting enablecfoutputonly=false>
Note: See TracBrowser for help on using the browser.