Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/plugins/system/helix/
Upload File :
Current File : /home/juvelize/martine/plugins/system/helix/overview.php

<div class="sp-template-desc">
	<div class="row-fluid">
		<div class="span5">
			<img class="img-polaroid pull-left" style="margin-right:15px;" src="<?php echo THEME_URL; ?>/template_thumbnail.png" alt=" " />
			<h2>Overview</h2>
			<p id="sp-theme-info" class="clearfix">	
			</p>
		</div>
		
		<div class="span7">
			<div class="sp-block sp-style1">
				<h2><i class="fa fa-question-circle"></i> Helix Information</h2>
				<div class="sp-content">
					<h3>Version 2.1.8</h3>
					<p>
						Powerful template framework for Joomla templating. It is now very much easy to develop a Joomla website using Helix Framework.
						<br />
						<strong>More Information</strong> <a target="_blank" href="http://www.joomshaper.com/helix">http://www.joomshaper.com/helix</a>
					</p>
				</div>
			</div>

			<div class="sp-block sp-style2">
				<h2><i class="fa fa-thumbs-up"></i> Helix Features
					<div class="pull-right sp-indicators">
						<a href="#myCarousel" data-slide="prev"><i class="fa fa-angle-left"></i></a>
						<a href="#myCarousel" data-slide="next"><i class="fa fa-angle-right"></i></a>
					</div>
				</h2>
				
				<div class="sp-content">
					<div id="myCarousel" class="carousel slide">
						<div class="carousel-inner">
							<div class="item active">
								<h3>Layout Builder</h3>
								<p>Theme Customization would have no boundaries! Layout Builder is one of the unique features introduced in Helix – II which allows anyone to customize the existing theme in any shape or dimensions without having any programming language!</p>
							</div>
							<div class="item">
								<h3>Responsive Support</h3>
								<p>A fully responsive support that adapts your website perfectly to the width of the users' browser no matter what the devices users would be using like Desktop, Laptop, iPad, iPhone or any other mobile devices out there. This Layout is completely built upon <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>.</p>
							</div>
							<div class="item">
								<h3>Mega Menu System</h3>
								<p>Helix Framework is built upon three menu system and the users will have flexibility to choose any options from Mega Menu, Split Menu &amp; Drop Line Menu. Customizing & handling each menu is too much easier and these are converted when accessed via any small devices.</p>
							</div>
							<div class="item">
								<h3>Easy Admin</h3>
								<p>Helix Framework presents such easier admin users interface where customizing &amp; controlling the designs would have no boundaries.</p>
							</div>
							<div class="item">
								<h3>Unlimited Module positions</h3>
								<p>Anyone can change the Module Positions to anywhere they want. There are no limitations in creating the new modules &amp; positioning.</p>
							</div>
							<div class="item">
								<h3>Fonts Option</h3>
								<p>Helix Framework gives you full control over your fonts. You can change your Fonts instantly; even integrate any Google Fonts or Customized fonts on your site within a single click.</p>
							</div>
							<div class="item">
								<h3>RTL Language Support</h3>
								<p>This unique feature of Helix Framework supports RTL (Right to Left) Language based Designs like Arabic, Farsi &amp; Hebrew.</p>
							</div>
							<div class="item">
								<h3>Powered by Bootstrap</h3>
								<p>Bootstrap is made upon responsive CSS Designs with less code which enhances the overall look of your website.</p>
							</div>
							<div class="item">
								<h3>Built with Less</h3>
								<p>Helix comes with built-in LESS CSS compilation. Now you can reduce over requests to browsers while making CSS development and it makes your whole website more powerful and speedier than ever.</p>
							</div>
							<div class="item">
								<h3>HTML5 base template</h3>
								<p>We brought HTML5 in Helix blank template to make elegant, modern and SEO friendly website that would be fully functional &amp; represents awesome typography. Helix is really a robust platform to build your website now.</p>
							</div>
							<div class="item">
								<h3>Rich typography</h3>
								<p>Advanced Typography based on Bootstrap would enable you styling your Tables, Forms, and Buttons along with other elements to make your website more beautiful.</p>
							</div>
							<div class="item">
								<h3>Shortcode Support</h3>
								<p>Our Helix Framework would have lots of useful Shortcode installed by using which anybody can add lots of extra features on website &amp; execute these without having any coding knowledge.</p>
							</div>
							<div class="item">
								<h3>Logo option</h3>
								<p>No matter where you want to put your Logo on your website; Helix Framework made this logo placing hassle more convenient than before. Specifying the way of placing Logo is super simple in Helix.</p>
							</div>
							<div class="item">
								<h3>CSS &amp; JavaScript Compression</h3>
								<p>Helix decreases your website loading time drastically by using Advanced CSS &amp; JS compression system for any specific browsers that the users will be using.</p>
							</div>
							<div class="item">
								<h3>Google Analytics</h3>
								<p>Users can easily integrate Google Analytics Code on their website and can maintain all the features that Google Analytics are providing.</p>
							</div>
							<div class="item">
								<h3>Presets Manager</h3>
								<p>Users can decorate their websites selecting any built in styles that Helix offers. It is too much easy now for coloring the Header, Footer, Background, Text or Link of the website from now!</p>
							</div>
						</div>
					</div>
					
				</div>
			</div>
		</div>
	</div>
</div>

<script type="text/javascript">
	var carousel = jQuery('.carousel');
	if(carousel){
		window.addEvent('domready', function(){
			if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
				Element.implement({
					slide: function(how, mode){
						return this;
					}
				});
			}
		});
	}
</script>