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

Revision 24, 1.4 kB (checked in by eparker, 16 years ago)

Added wallpaper page and images

RevLine 
[5]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]14
[5]15<cfmodule template="../../tags/podlayout.cfm" title="Model-Glue Team">
16
17        <cfoutput>
[14]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>
[24]21        <p><a href="http://www.cfgrok.com/">Ezra Parker</a>, <a href="http://www.alagad.com/">Alagad Inc.</a></p>
[14]22        <h4>Community Evangelist</h4>
[5]23        <p><a href="http://www.coldfusionjedi.com">Raymond Camden</a></p>
[14]24        <h4>Contributing Partners</h4>
[5]25        <p>Doug Hughes, <a href="http://www.alagad.com">Alagad Inc.</a></p>
[14]26        <p><a href="http://dan.skaggsfamily.ws/">Dan Skaggs</a>, <a href="http://www.web-meister.com">Web Meister</a></p>
[5]27        <p><a href="http://cdscott.blogspot.com/">Chris Scott</a></p>
[14]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>
[5]31        <p><a href="http://www.simb.net/">Simeon Bateman</a></p>
32        </cfoutput>
[14]33
[5]34</cfmodule>
35       
36<cfsetting enablecfoutputonly=false>
Note: See TracBrowser for help on using the browser.