Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <meta charset="utf-8">
5         <title>Welcome to Ext JS 4</title>
6         <meta name="description" content="Create amazing web apps built on web standards. Sencha Touch, HTML5 mobile app framework. Ext JS, cross-browser JavaScript framework. Ext GWT" />
7
8     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9     <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
10
11     <link rel="stylesheet" type="text/css" media="screen, projection, print" href="welcome/css/welcome.css" />
12     <!--[if lt IE 9]>
13     <![endif]-->
14     <!--[if lt IE 8]>
15     <![endif]-->
16     <link rel="alternate" type="application/rss+xml" title="Sencha Blog" href="http://feeds.feedburner.com/SenchaBlog" />
17     <link rel="alternate" type="application/rss+xml" title="Sencha in the News" href="http://www.sencha.com/company/news-rss">
18     <link rel="alternate" type="application/rss+xml" title="Sencha Press Releases" href="http://www.sencha.com/company/press-rss">
19     <link rel="alternate" type="application/rss+xml" title="Careers at Sencha" href="http://www.sencha.com/company/careers-rss">
20
21     <script src="http://use.typekit.com/uxj6dew.js" type="text/javascript" charset="utf-8"></script>
22     <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
23     <!--[if lt IE 9]>
24     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript" charset="utf-8"></script>
25     <![endif]-->
26     <!--[if lt IE 7]>
27       <link rel="stylesheet" type="text/css" media="screen, projection" href="welcome/css/welcome_ie6.css" />
28     <![endif]-->
29 </head>
30 <body>
31     <div id="content">
32         <header>
33             <h5 id="logo"><a href="http://www.sencha.com">Sencha</a></h5>
34         </header>
35         <section id="page">
36             <div class="auto_columns two">
37                 <div class="column">
38                     <h2>Welcome to the <strong>Ext JS 4</strong>!</h2>
39                     <p class="intro">Ext JS 4 is a pure JavaScript application framework that works everywhere from IE6 to Chrome 11. It enables you to create the best cross-platform applications using nothing but a browser, and has a phenomenal API.</p>
40                     <p class="intro">This is the biggest upgrade we've ever made to Ext JS and we think you're going to love it.</p>
41                     <p class="button-group"><a href="examples/index.html" class="button-link inline">View the Examples</a> <a href="http://www.sencha.com/forum/forumdisplay.php?79-Ext-JS-Community-Forums-4.x" class="more-icon">Discuss Ext JS 4 on the forum</a></p>
42                 </div>
43                 <div class="column">
44                     <img src="welcome/img/hero-extjs4-alt.png" id="feature-img" class="pngfix" />
45                     <div class="auto_columns two" id="right">
46                         <div class="column">
47                             <h3>What&rsquo;s New</h3>
48                             <p>We have also been posting summaries of new features and changes to <a href="http://www.sencha.com/blog/">our blog</a>:</p>
49                             <ul class="type13">
50                                 <li><a href="http://www.sencha.com/blog/ext-js-4-preview-drawing-and-charting/">Drawing &amp; Charting</a></li>
51                                 <li><a href="http://www.sencha.com/blog/ext-js-4-anatomy-of-a-model/">Anatomy of a Model</a></li>
52                                 <li><a href="http://www.sencha.com/blog/countdown-to-ext-js-4-data-package/">Data Package</a></li>
53                                 <li><a href="http://www.sencha.com/blog/countdown-to-ext-js-4-dynamic-loading-and-new-class-system/">Dynamic Loading and the New Class System</a></li>
54                             </ul>
55                             <p><a href="http://www.sencha.com/products/extjs4-preview/" class="more-icon">Learn more on sencha.com</a></p>
56                             <p><a href="docs/index.html" class="more-icon">API Docs</a></p>
57                             <p><a href="release-notes.html" class="more-icon">Release Notes</a></p>
58                         </div>
59                         <div class="column">
60                             <h3>Upgrading</h3>
61                             <p>Sencha also offers <a href="http://www.sencha.com/training/">training courses</a> and <a href="http://www.sencha.com/support/services/">professional services</a> for companies wishing to use Ext JS 4.</p>
62                         </div>
63                     </div>
64
65                 </div>
66             </div>
67         </section>
68         <footer>
69             <ul class="zero inline-social">
70                 <li><a href="http://twitter.com/senchainc" class="twitter">Twitter</a></li>
71                 <li><a href="http://www.facebook.com/senchainc" class="facebook">Facebook</a></li>
72                 <li><a href="http://senchainc.tumblr.com/" class="tumblr">Tumblr</a></li>
73                 <li><a href="http://j.mp/sencha-in" class="linkedin">LinkedIn</a></li>
74                 <li><a href="http://feeds.feedburner.com/SenchaBlog" class="rss">RSS Feed</a></li>
75                 <li><a href="http://www.vimeo.com/sencha" class="vimeo">Vimeo</a></li>
76             </ul>
77             <p>&copy; 2011 Sencha</p>
78         </footer>
79     </div>
80 </body>
81 </html>