Skip to content

Commit 6b0497e

Browse files
committed
Site updated at 2015-07-21 13:33:14 UTC
1 parent 0ec7f47 commit 6b0497e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+3604
-1
lines changed

about/index.html

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
2+
<!DOCTYPE html>
3+
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
4+
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
5+
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<title>About ValidateThis - ValidateThis</title>
9+
<meta name="author" content="Cameron Childress">
10+
11+
12+
<meta name="description" content="About ValidateThis History ValidateThis was create in 2009 by Bob Silberberg About Team CF Advance Team CF Advance is a group of CFML developers who &hellip;">
13+
14+
15+
<!-- http://t.co/dKP3o1e -->
16+
<meta name="HandheldFriendly" content="True">
17+
<meta name="MobileOptimized" content="320">
18+
<meta name="viewport" content="width=device-width, initial-scale=1">
19+
20+
21+
<link rel="canonical" href="http://www.validatethis.org/about/">
22+
<link href="/favicon.png" rel="icon">
23+
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
24+
<script src="/javascripts/modernizr-2.0.js"></script>
25+
<script src="/javascripts/ender.js"></script>
26+
<script src="/javascripts/octopress.js" type="text/javascript"></script>
27+
<link href="/atom.xml" rel="alternate" title="ValidateThis" type="application/atom+xml">
28+
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
29+
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
30+
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
31+
32+
33+
34+
</head>
35+
36+
<body >
37+
<header role="banner"><hgroup>
38+
<h1><a href="/">ValidateThis</a></h1>
39+
40+
<h2>A ColdFusion Validation Framework</h2>
41+
42+
</hgroup>
43+
44+
</header>
45+
<nav role="navigation"><ul class="subscription" data-subscription="rss">
46+
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
47+
48+
</ul>
49+
50+
<form action="https://www.google.com/search" method="get">
51+
<fieldset role="search">
52+
<input type="hidden" name="q" value="site:www.validatethis.org" />
53+
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
54+
</fieldset>
55+
</form>
56+
57+
<ul class="main-navigation">
58+
<li><a href="/blog">Blog</a></li>
59+
<li><a href="/docs">Documentation</a></li>
60+
<li><a href="/download">Download</a></li>
61+
<li><a href="/contribute">Contribute</a></li>
62+
<li><a href="/about">About</a></li>
63+
</ul>
64+
65+
</nav>
66+
<div id="main">
67+
<div id="content">
68+
<div>
69+
<article role="article">
70+
71+
<header>
72+
<h1 class="entry-title">About ValidateThis</h1>
73+
<p class="meta">
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
<time datetime="2015-07-20T15:27:00-04:00" pubdate data-updated="true"></time></p>
86+
</header>
87+
88+
<h2>History</h2>
89+
90+
<p>ValidateThis was create in 2009 by Bob Silberberg</p>
91+
92+
<h2>About Team CF Advance</h2>
93+
94+
<p>Team CF Advance is a group of CFML developers who believe the CFML community will continue to grow if we embrace the concepts of cooperation and sharing which are the core of Open Source philosophy. Team CF Advance is focused on developing new — and advancing existing — open source software for ColdFusion / Railo / Lucee.</p>
95+
96+
<p>Developers of all walks of life, skill level and experience are welcome to join the team. Our members enjoy the camaraderie of working on CFML projects of all kinds with developers of all levels. Our members enjoy educating and learning, on topics like CFML best practices, testing your code, server administration and Open Source project management.</p>
97+
98+
<p>So, if you have ideas for an Open Source CFML software or just want to sharpen your skills working with other developers on existing projects, consider joining our ranks. You&rsquo;ll work with like-minded teams of developers towards building quality solutions for the community.</p>
99+
100+
<p><a href="http://teamcfadvance.org/">Read more at www.teamcfadvance.org &raquo;</a></p>
101+
102+
103+
<footer>
104+
<p class="meta">
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
<time datetime="2015-07-20T15:27:00-04:00" pubdate data-updated="true"></time>
119+
120+
</p>
121+
122+
</footer>
123+
124+
</article>
125+
126+
</div>
127+
128+
<aside class="sidebar">
129+
130+
<section>
131+
<h1>Recent Posts</h1>
132+
<ul id="recent_posts">
133+
134+
</ul>
135+
</section>
136+
137+
138+
139+
140+
141+
142+
</aside>
143+
144+
145+
</div>
146+
</div>
147+
<footer role="contentinfo"><p>
148+
Copyright &copy; 2015 - Cameron Childress -
149+
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
150+
</p>
151+
152+
</footer>
153+
154+
155+
156+
157+
158+
159+
160+
161+
<script type="text/javascript">
162+
(function(){
163+
var twitterWidgets = document.createElement('script');
164+
twitterWidgets.type = 'text/javascript';
165+
twitterWidgets.async = true;
166+
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
167+
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
168+
})();
169+
</script>
170+
171+
172+
173+
174+
175+
</body>
176+
</html>
141 Bytes
Loading
82 Bytes
Loading
118 Bytes
Loading
Loading
Loading
343 Bytes
Loading
835 Bytes
Loading
Loading
Loading

0 commit comments

Comments
 (0)