| 1 |
<div id="getting-started" class="grid-12 alpha omega">
|
| 2 |
<a href="download"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header1.png" alt="Download Drupal"/></a>
|
| 3 |
<a href="download"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header2.png" alt="Extend Drupal"/></a>
|
| 4 |
<a href="documentation"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header3.png" alt="Documentation"/></a>
|
| 5 |
<a href="forum"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header4.png" alt="Get Support"/></a>
|
| 6 |
</div>
|
| 7 |
<div class="grid-3 alpha">
|
| 8 |
<div class="narrow-box">
|
| 9 |
<p>The Drupal Core is a collection of files that you must download in order to get started with Drupal. </p>
|
| 10 |
<a class="link-button" href="download"><span>Download Drupal <?php print $version; ?></span></a>
|
| 11 |
<h5>Installation Profiles</h5>
|
| 12 |
<p>Already know what site you need? Drupal's <a href="/project/installation+profiles">installation profiles</a> can help you get started with your shop, blog, or social network, providing all the modules you need in one place.</p>
|
| 13 |
<ul>
|
| 14 |
<li><a href="#">Drupal Developer</a></li>
|
| 15 |
<li><a href="#">French Installation Profile</a></li>
|
| 16 |
<li><a href="#">Single User Blog</a></li>
|
| 17 |
<li><a href="#">Wiki Installation Profile</a></li>
|
| 18 |
</ul>
|
| 19 |
</div>
|
| 20 |
</div>
|
| 21 |
<div class="grid-3">
|
| 22 |
<div class="narrow-box">
|
| 23 |
<p>Access hundreds of modules to customize and extend your site. </p>
|
| 24 |
<div class="narrow-box-list">
|
| 25 |
<h5 class="lined">Most Popular Modules</h5>
|
| 26 |
<?php print $most_popular_modules; ?>
|
| 27 |
<a href="#" class="all">All modules</a>
|
| 28 |
</div><!--/narrow-box-list-->
|
| 29 |
<div class="narrow-box-list">
|
| 30 |
<h5 class="lined">Most Popular Themes</h5>
|
| 31 |
<?php print $most_popular_themes; ?>
|
| 32 |
<a href="#" class="all">All themes</a>
|
| 33 |
</div><!--/narrow-box-list-->
|
| 34 |
<div class="narrow-box-list">
|
| 35 |
<h5 class="lined">Translations</h5>
|
| 36 |
<ul>
|
| 37 |
<li><a href="#">Spanish</a></li>
|
| 38 |
<li><a href="#">Chinese</a></li>
|
| 39 |
<li><a href="#">German</a></li>
|
| 40 |
</ul>
|
| 41 |
<a href="#" class="all">All translations</a>
|
| 42 |
</div><!--/narrow-box-list-->
|
| 43 |
</div>
|
| 44 |
</div>
|
| 45 |
<div class="grid-3">
|
| 46 |
<div class="narrow-box">
|
| 47 |
<p>Want more information before you begin using Drupal? Our extensive documentation will tell you how.</p>
|
| 48 |
<div class="narrow-box-list">
|
| 49 |
<h5 class="lined">Handbooks</h5>
|
| 50 |
<ul>
|
| 51 |
<li><a href="#">Installation Instructions</a></li>
|
| 52 |
<li><a href="#">Site Configuration</a></li>
|
| 53 |
<li><a href="#">Site Building</a></li>
|
| 54 |
<li><a href="#">Content Management</a></li>
|
| 55 |
<li><a href="#">Adding Content to Your Site</a></li>
|
| 56 |
</ul>
|
| 57 |
<a href="#" class="all">All Handbooks</a>
|
| 58 |
</div><!--/narrow-box-list-->
|
| 59 |
<div class="narrow-box-list">
|
| 60 |
<h5 class="lined">Recent Books and Resources</h5>
|
| 61 |
<p><img src="images/book_dd.jpg" height="72"><a href="#">Pro Drupal Development</a><br>
|
| 62 |
Drupal is one of the most popular content management systems in use today. With it, you can create a variety of community-driven sites, including blogs, forums, wiki-style sites, and much more.</p>
|
| 63 |
</div><!--/narrow-box-list-->
|
| 64 |
</div>
|
| 65 |
</div>
|
| 66 |
<div class="grid-3 omega">
|
| 67 |
<div class="narrow-box">
|
| 68 |
<p>Drupal's community offers a wealth of support. See more resources on our <a href="/community">Community & Support</a> page.</p>
|
| 69 |
<h5 class="lined"><a href="/forum">Forum</a></h5>
|
| 70 |
<p>Whether you are asking questions or answering them, the forum will connect you to the community and provide the help you need.</p>
|
| 71 |
<h5 class="lined"><a href="/irc">IRC</a></h5>
|
| 72 |
<p>For rapid responses, check out our IRC (Internet Relay Chat) channels.</p>
|
| 73 |
<h5 class="lined"><a href="/services">Services</a></h5>
|
| 74 |
<p>For commercial support, check out our directory with service providers.</p>
|
| 75 |
|
| 76 |
|
| 77 |
</div>
|
| 78 |
</div>
|