CINXE.COM

Joomla! Demo

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://demo.joomla.org/","20170625043928","https://web.archive.org/","web","/_static/", "1498365568"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Joomla! Demo</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/> <meta charset="utf-8"/> <meta name="globalsign-domain-verification" content="1IfX-XnL2ckdr5rc66IZJ0qnnWIw0iEHzSco_-n9Dx"/> <meta property="og:url" content="https://web.archive.org/web/20170625043928/https://demo.joomla.org/"/> <meta property="og:type" content="website"/> <meta property="og:title" content="Official Joomla! Demo"/> <meta property="og:image" content="https://web.archive.org/web/20170625043928im_/https://demo.joomla.org/img/joomlashare.png"/> <meta property="og:description" content="Start and build your website for free with a 90-day Joomla! demo account"/> <meta name="norton-safeweb-site-verification" content="hasa8w4qgk1pc2hc44vu2gzwn2hhlp57r-avtmr8a3h1eq4yo4loe9qkf6auh-9bcuspaqod81q4alsrcppu5pdb5ae7tybl3-tuxsndjitm7d3fnsb9jy9l6ph0f05j"/> <link href="//web.archive.org/web/20170625043928cs_/https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="/web/20170625043928cs_/https://demo.joomla.org/css/sg_main.css"/> <link href="/web/20170625043928im_/https://demo.joomla.org/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <script src="/web/20170625043928js_/https://demo.joomla.org/js/jQuery.js"></script> <script src="/web/20170625043928js_/https://demo.joomla.org/js/mainsh.js"></script> <script type="text/javascript" src="/web/20170625043928js_/https://demo.joomla.org/js/prettyCheckable.min.js"></script> <script type="text/javascript" src="/web/20170625043928js_/https://demo.joomla.org/js/sg_passcheck.js"></script> <script type="text/javascript" src="/web/20170625043928js_/https://demo.joomla.org/js/sg_username.js"></script> <script type="text/javascript" src="/web/20170625043928js_/https://demo.joomla.org/js/joomla_menu.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20170625043928/https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55236154-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> /* SocialShare - jQuery plugin */ (function ($) { function get_class_list(elem){ if(elem.classList){ return elem.classList; }else{ return $(elem).attr('class').match(/\S+/gi); } } $.fn.ShareLink = function(options){ var defaults = { title: '', text: '', image: '', url: window.location.href, class_prefix: 's_' }; var options = $.extend({}, defaults, options); var class_prefix_length = options.class_prefix.length; var templates = { twitter: 'https://web.archive.org/web/20170625043928/https://twitter.com/intent/tweet?url={url}&text={text}', facebook: 'https://web.archive.org/web/20170625043928/https://www.facebook.com/sharer.php?s=100&p[title]={title}&p[summary]={text}&p[url]={url}&p[images][0]={image}', plus: 'https://web.archive.org/web/20170625043928/https://plus.google.com/share?url={url}' } function link(network){ var url = templates[network]; url = url.replace('{url}', encodeURIComponent(options.url)); url = url.replace('{title}', encodeURIComponent(options.title)); url = url.replace('{text}', encodeURIComponent(options.text)); url = url.replace('{image}', encodeURIComponent(options.image)); return url; } this.each(function(i, elem){ var classlist = get_class_list(elem); for(var i = 0; i < classlist.length; i++){ var cls = classlist[i]; if(cls.substr(0, class_prefix_length) == options.class_prefix && templates[cls.substr(class_prefix_length)]){ var final_link = link(cls.substr(class_prefix_length)); $(elem).attr('href', final_link).click(function(){ var screen_width = screen.width; var screen_height = screen.height; var popup_width = screen_width - (screen_width*0.4); var popup_height = screen_height - (screen_height*0.4); var left = (screen_width/2)-(popup_width/2); var top = (screen_height/2)-(popup_height/2); var parameters = 'toolbar=0,status=0,width=' + popup_width + ',height=' + popup_height + ',top=' + top + ',left=' + left; return window.open($(this).attr('href'), '', parameters) && false; }); } } }); } })(jQuery); $(document).ready(function(){ $('.share-facebook').ShareLink({ title: 'Official Joomla! Demo', text: 'Start and build your website for free with a 90-day Joomla! demo account', image: 'https://web.archive.org/web/20170625043928/https://demo.joomla.org/img/joomlashare.png', url: 'https://web.archive.org/web/20170625043928/https://demo.joomla.org' }); $('.share-google').ShareLink({ title: 'Official Joomla! Demo', text: 'Start and build your website for free with a 90-day Joomla! demo account', image: 'https://web.archive.org/web/20170625043928/https://demo.joomla.org/img/joomlashare.png', url: 'https://web.archive.org/web/20170625043928/https://demo.joomla.org' }); $('.share-twitter').ShareLink({ title: 'Official Joomla! Demo', text: 'Fall in love with @joomla Try a 90-day free hosted Joomla! account #joomla ', image: 'https://web.archive.org/web/20170625043928/https://demo.joomla.org/img/joomlashare.png', url: 'https://web.archive.org/web/20170625043928/https://demo.joomla.org' }); }); </script> </head> <body> <nav class="navigation" role="navigation"> <div id="mega-menu" class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="nav-collapse collapse"> <ul id="nav-joomla" class="nav"> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <span dir="ltr"><span aria-hidden="true" class="icon-joomla"></span> Joomla!<sup>庐</sup></span> <span class="caret"></span> </a> <ul class="dropdown-menu"> <li> <a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/"> <span aria-hidden="true" class="icon-joomla"></span> <span dir="ltr">Joomla!</span> Home </a> </li> <li class="divider"><span></span></li> <li class="nav-header"><span>Support <span dir="ltr">Joomla!</span></span></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/contribute-to-joomla.html">Contribute</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/the-joomla-shop.html">The <span dir="ltr">Joomla!</span> Shop</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/sponsorship">Sponsorship</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">About <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/about-joomla.html">About <span dir="ltr">Joomla!</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/core-features.html">Core Features</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/about-joomla/the-project.html">The Project</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/about-joomla/the-project/leadership-team.html">Leadership</a></li> <li><a href="https://web.archive.org/web/20170625043928/http://opensourcematters.org/">Open Source Matters</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Download &amp; Extend <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170625043928/https://downloads.joomla.org/">Joomla! Downloads</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://extensions.joomla.org/">Extensions Directory</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://showcase.joomla.org/">Showcase Directory</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/translations.html">Language Packages</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://certification.joomla.org/">Certification Program</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">News <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/announcements.html">Announcements</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/blogs.html">Blogs</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://magazine.joomla.org/">Magazine</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/connect.html"><span dir="ltr">Joomla!</span> Connect</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/mailing-lists.html">Mailing Lists</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/">Community Portal</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/events.html"><span dir="ltr">Joomla!</span> Events</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://tm.joomla.org/">Trademark &amp; Licensing</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/user-groups.html">User Groups</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://volunteers.joomla.org/">Volunteers Portal</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170625043928/https://forum.joomla.org/">Forum</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://docs.joomla.org/">Documentation</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://issues.joomla.org/">Issue Tracker</a></li> <li><a href="https://web.archive.org/web/20170625043928/http://resources.joomla.org/">Resources Directory</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/joomla-training.html"><span dir="ltr">Joomla!</span> Training</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Developers <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://web.archive.org/web/20170625043928/https://developer.joomla.org/">Developer Network</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://docs.joomla.org/">Documentation</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://docs.joomla.org/Bug_Squad">Bug Squad</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://developer.joomla.org/security.html">Security Centre</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://api.joomla.org/">API Documentation</a></li> <li><a href="https://web.archive.org/web/20170625043928/http://joomlacode.org/">JoomlaCode</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://framework.joomla.org/"><span dir="ltr">Joomla!</span> Framework</a></li> </ul> </li> </ul> </div> </div> </div> </div> </nav> <div id="sg-joomlademo" class="home"> <section id="sg-joomlademo-header" class="header clearfix"> <div class="sg-wrap"> <h1>Try Joomla! Fall in love!</h1> <h2>Get a 90-day free Joomla! demo account</h2> <p>Want to see how it feels to build a website with Joomla? We warn you: it is love at first site! Just sign up and you will immediately receive a live Joomla website. It will be hosted for free for 90 days on the web servers of our official demo hosting partner, SiteGround.</p> <div id="sg-register-demo" class="clearfix"> <form method="POST" action="signup.htm"> <div class="sg-input-wrap"> <input type="text" autocorrect="off" autocapitalize="off" name="host" placeholder="Site Name" id="username"> <span>.demojoomla.com</span> <div class="sg-tooltip clearfix" style="display: none;" id="usernameBox"> <ul> <li id="username_short" class="required">Between 5 and 12 characters required</li> </ul> </div> </div> <div class="sg-input-wrap"> <input type="email" autocorrect="off" autocapitalize="off" name="email" placeholder="Email Address"> </div> <div class="sg-input-wrap"> <input type="password" name="password" placeholder="Password" id="password"> <!-- <div class="sg-tooltip clearfix" style="display: block;"> <strong>Strength Recommendations:</strong> <ul> <li id="pass_short" class="required">Between 6 and 50 characters required</li> <li id="pass_letter" class="passed">At least one letter</li> <li id="pass_digit" class="passed">At least one number</li> <li id="pass_specialcapital" class="">At least one special character/capital letter</li> <li id="pass_common" class="required" style="display: none;">Common passwords will not be accepted</li> </ul> </div> --> </div> <div class="sg-input-wrap-submit"> <input type="submit" class="buttonbig red" value="Launch" onclick="javascript: return submitForm();"> </div> <div class="sg-terms"> <div class="terms-wrap" onclick="tosTooltip();"> <input name="tos" id="agree" class="check" type="checkbox" onclick="javascript: return tosTooltip();" value="1"> <label for="agree">By launching a Joomla! Demo Account, you agree to the </label> <a href="/web/20170625043928/https://demo.joomla.org/termsofservice" target="_blank">Terms of Service</a> <span class="sg-tooltip clearfix centetool" style="display: none;" id="agree_tooltip"> <ul> <li class="required">Please agree to the Terms of Service.</li> </ul> </span> </div> </div> </form> </div> </div> </section> <section id="sg-joomlademo-benefits" class="box clearfix"> <div class="sg-wrap"> <h2 class="sg-title">Benefits of the Official Demo:</h2> <div class="clearfix"> <div class="sg-tab sg-days90"> <h3 class="sg-subtitle">Free for 90 days</h3> <p>You will have 90 days to explore Joomla! Build a complete website for yourself or your company, absolutely free of charge.</p> </div> <div class="sg-tab sg-resources"> <h3 class="sg-subtitle">Easy video tutorials</h3> <p>We will guide you through each step of building your first Joomla! website with an easy to follow and comprehensive video course.</p> </div> <div class="sg-tab sg-support"> <h3 class="sg-subtitle">Expert 24/7 help</h3> <p>Joomla! is awesome and easy to use, but anyone can get stuck. If you need help, the SiteGround support team will assist you 24/7.</p> </div> </div> <div class="sharebuttons"> <div class="like-block-only-button"> <p><strong>Share Joomla Demo:</strong></p> </div> <div class="like-block-only-button"> <button class="like-button share-facebook s_facebook">Facebook</button> </div> <div class="like-block-only-button"> <button class="like-button share-twitter s_twitter">Twitter</button> </div> <div class="like-block-only-button"> <button class="like-button share-google s_plus">Google +</button> </div> </div> </div> </section> <section id="sg-joomlademo-keepsite" class="box gray clearfix"> <div class="sg-wrap"> <h2 class="sg-title">Keep your site after 90 days!</h2> <p>If you want to keep your website after the demo period is over, you can easily do so by moving it to a standard hosting account. Our partners from SiteGround offer special discounts for those who want to get serious with their website.</p> </div> </section> <section id="sg-joomlademo-quickjoomlademo" class="box clearfix"> <div class="sg-wrap"> <h2 class="sg-title">Quick Joomla! Test Drive</h2> <p>Not sure yet about the 90-day demo? Take a one-time quick Joomla ride instead. It will give you a good idea about the feel of Joomla before you start building your own site. The website is set up just for you, so you can make as many changes as you want.</p> <p id="launchActive"> <a id="launchActiveLink" href="#" target="_blank" class="sg-launch-button buttonbig bblue">Launch Test Drive</a> </p> <p id="launchInactive" style="display: none"> <a id="launchInactiveLink" target="_blank" href="#" class="sg-launch-button buttonbig bblue"><span class="loader loader-quart"></span>Launch Test Drive</a> </p> <p>Please note: This install will reset 90 mins after activation and all changes will be lost.</p> </div> </section> <section id="sg-joomlademo-multilangs" class="box gray clearfix"> <div class="sg-wrap"> <h2 class="sg-title">Multilingual websites in Joomla!</h2> <p> One of the most powerful advantages of Joomla! is that it has everything you need if you want to use it in your native language or create websites in multiple languages. <a href="/web/20170625043928/https://demo.joomla.org/multilingual">Click here to learn more.</a> </p> </div> </section> <section id="sg-joomlademo-semifooter" class="clearfix"> <div class="sg-wrap"> <p> Official Joomla! Demo is Powered By: <a href="https://web.archive.org/web/20170625043928/http://www.siteground.com/index.htm?afcode=214c71f45553df1cda317a53b8d1c3be&amp;campaign=Joomla_Demo"><img src="/web/20170625043928im_/https://demo.joomla.org/img/sg-logo.png" alt=""/></a> </p> </div> </section> </div> <div id="footerWrap"> <div class="disc"> <p> This Joomla! Demo Site Service is provided to the general public by <a href="https://web.archive.org/web/20170625043928/http://www.siteground.com/index.htm?afcode=214c71f45553df1cda317a53b8d1c3be&amp;campaign=Joomla_Demo" target="_blank">SiteGround, an independent web hosting provider</a>, according to SiteGround's Terms and Conditions of Service. The Joomla! name, brandmark and related trademarks and service marks are owned by Open Source Matters, Inc. SiteGround is granted a limited license to use the Joomla! name and trademarks in association with being the official provider of the Joomla! Demo Site Service. Open Source Matters, Inc. and The Joomla! Project makes no warranties or representations concerning the service and bears no liability for the quality and availability of products and services that they provide. </p> </div> <div id="footer" class="container_12 clearfix"> <div class="inside"> <div class="social"> <ul class="soc"> <li><a href="https://web.archive.org/web/20170625043928/https://twitter.com/joomla" target="_blank" class="soc-twitter2" title="Joomla! on Twitter"><span class="element-invisible">Joomla! on Twitter</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.facebook.com/joomla" target="_blank" class="soc-facebook" title="Joomla! on Facebook"><span class="element-invisible">Joomla! on Facebook</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://plus.google.com/+joomla/posts" target="_blank" class="soc-google" title="Joomla! on Google+"><span class="element-invisible">Joomla! on Google+</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.youtube.com/user/joomla" target="_blank" class="soc-youtube3" title="Joomla! on YouTube"><span class="element-invisible">Joomla! on YouTube</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.linkedin.com/company/joomla" target="_blank" class="soc-linkedin" title="Joomla! on LinkedIn"><span class="element-invisible">Joomla! on LinkedIn</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.pinterest.com/joomla" target="_blank" class="soc-pinterest" title="Joomla! on Pinterest"><span class="element-invisible">Joomla! on Pinterest</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://github.com/joomla" target="_blank" class="soc-github3 soc-icon-last" title="Joomla! on GitHub"><span class="element-invisible">Joomla! on GitHub</span></a></li> </ul> </div> <div class="footer-menu"> <ul class="nav-inline"> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/"><span>Home</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/about-joomla.html"><span>About</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/"><span>Community</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://forum.joomla.org/"><span>Forum</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://extensions.joomla.org/"><span>Extensions</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/http://resources.joomla.org/"><span>Resources</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://docs.joomla.org/"><span>Docs</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://developer.joomla.org/"><span>Developer</span></a></li> <li><a href="https://web.archive.org/web/20170625043928/https://community.joomla.org/the-joomla-shop.html"><span>Shop</span></a></li> </ul> <ul class="nav-inline"> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/accessibility-statement.html">Accessibility Statement</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://www.joomla.org/privacy-policy.html">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20170625043928/https://crowdin.com/projects/Joomla">Help Translate</a></li> <li> <a href="/web/20170625043928/https://demo.joomla.org/termsofservice">Terms Of Service</a></li> </ul> <p class="copyright">漏 2005 - 2016 <a href="https://web.archive.org/web/20170625043928/http://opensourcematters.org/">Open Source Matters, Inc.</a> All Rights Reserved.</p> </div> <div class="clr"></div> </div> </div> </div> <script> if (typeof (SGPasswordStrengthChecker) != 'undefined') { $(function() { var passcheck = new SGPasswordStrengthChecker($('#password'), $('#password')); }); } if (typeof (sgUsernameChecker) != 'undefined') { $(function() { var usercheck = new sgUsernameChecker($('#username'), $('#usernameBox')); }); } $(document).ready(function() { $('input.check').each(function() { $(this).prettyCheckable(); }); }); function submitForm() { if ($('#agree').prop('checked')) return true; else { $("#agree_tooltip").show(); return false; } } function tosTooltip() { if ($('#agree').prop('checked')) $("#agree_tooltip").hide(); } </script> </body> </html><!-- FILE ARCHIVED ON 04:39:28 Jun 25, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:11:48 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.471 exclusion.robots: 0.023 exclusion.robots.policy: 0.014 esindex: 0.009 cdx.remote: 8.733 LoadShardBlock: 342.41 (3) PetaboxLoader3.datanode: 117.916 (4) PetaboxLoader3.resolve: 291.066 (3) load_resource: 101.286 -->

Pages: 1 2 3 4 5 6 7 8 9 10