fx Options

Wanna play?

Customize the header!

Test Vertical Rhythm?

DJ-Image Slider

  • Welcome
    Welcome

    Welcome to Technik!

    The Technology Inspired Template for Corporate Clients

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab illo inventore.

    Read More

  • Perfect Typography
    Perfect Typography

    Pixel Perfect Typography

    Sorry, but we couldn't find a single dead pixel!

    You can check the template vertical rhythm anytime with one click but remember to do the test with Firefox as other browsers still have rendering issues.

    Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam.

    Check Now!

  • Buttons
    Buttons

    Buttons Made Right!

    Crafted with CSS3 techniques, the buttons gonna rock!

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.

    All input type=button, buttons or class button elements have the same styling voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

    He he.. get More

  • Tables
    Tables

    Price Tables for All Businesses

    The sample tables are just enough to customize and start selling right away!

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab illo inventore.

    Show me!

  • Module Styles
    Module Styles

    Module Styles Made Awesome!

    Unique module styles for Joomla!

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab illo inventore.

    Explore now

  • Themes
    Themes

    Multiple Styles for Flexible Businesses!

    Technik Template Provides 5 Color Options

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab illo inventore.

    Shift your business!

  • Buy Technik
    Buy Technik

    It's time to get Successful!

    Technik is an awesome template for corporate clients with stunning design, unique customizations, price tables, unique module styles, buttons styles, custom pages and more. Further more it comes fully documented and PSD Sources included.

    Support is provided via all possible channels.

    Get Started Features Documentation Buy Now!

Text Formating

Headings

This is a sample Heading 1

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

This is a sample Heading 2

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

This is a sample Heading 3

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

This is a sample Heading 4

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

This is a sample Heading 5

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Special Content

Text Highlight

This is a highlight phrase.
Use <span class="highlight">Your highlight phrase goes here!</span>.

Code Wrapping

Below is a sample of <pre> tag or code class:

Example with Sample Code CLICK TO ENLARGE
<div class="ja-typo-pre-title">Code Title</div>
<pre>Your code goes here, and 
replace < symbols with &lt; </pre>

You can also use this as a content toggle.

Example with Sample Code

<div class="ja-typo-pre-title">Code Title</div>
<div class="contents">Your HTML content goes here</div>

Brilliant isn't it?

Code Highlight

Thanks to Syntax Highlighter by Alex Gorbatchev, now you can use {code} ..your code goes here.. {/code}

Example:

	<style>
	#ja-rightcol {
		width: 180px;
		float: right;
		color: #EEEEEE;
	}
	</style>

Content Columns

2 Columns

Column 1

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Column 2

The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

Sample Code
<div class="ja-typo-colswrap cols-2">
	<h3 class="ja-typo-title" style="margin:0"><span>2 Columns Title</span></h3>
	<div class="ja-typo-column">
		<h4><span>Column 1 Title</span></h4>
		<p>Column text...</p>
	</div>
	<div class="ja-typo-column last">
		<h4><span>Column 2 Title</span></h4>
		<p>Column 2 Text</p>
	</div>
</div>

3 Columns

Column 1

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Column 2

The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

Column 3

Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.

Sample Code
<div class="ja-typo-colswrap cols-3">
	<h3 class="ja-typo-title" style="margin:0"><span>3 Columns Title</span></h3>
	<div class="ja-typo-column">
		<h4><span>Column 1 Title</span></h4>
		<p>Column text...</p>
	</div>
	<div class="ja-typo-column">
		<h4><span>Column 2 Title</span></h4>
		<p>Column 2 Text</p>
	</div>
	<div class="ja-typo-column last">
		<h4><span>Column 3 Title</span></h4>
		<p>Column 3 Text</p>
	</div>				
</div>

4 Columns

Column 1

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Column 2

The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

Column 3

Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.

Column 4

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

Sample Code
<div class="ja-typo-colswrap cols-4">
	<h3 class="ja-typo-title" style="margin:0"><span>4 Columns Title</span></h3>
	<div class="ja-typo-column">
		<h4><span>Column 1 Title</span></h4>
		<p>Column text...</p>
	</div>
	<div class="ja-typo-column">
		<h4><span>Column 2 Title</span></h4>
		<p>Column 2 Text</p>
	</div>
	<div class="ja-typo-column">
		<h4><span>Column 3 Title</span></h4>
		<p>Column 3 Text</p>
	</div>	
	<div class="ja-typo-column last">
		<h4><span>Column 4 Title</span></h4>
		<p>Column 4 Text</p>
	</div>				
</div>

CSS3 Columns

2 Columns

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Sample Code
<p class="css3-columns2">
Sample text..
</p>
3 Columns

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Sample Code
 <p class="css3-columns3">
Sample text..
 </p>
 
4 Columns

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Sample Code
 <p class="css3-columns4">
Sample text..
 </p>
 

Blockquotes

This is a sample Blockquote.
Use <blockquote><span class="open">Y</span>our quote goes her<span class="close">e!</span></blockquote> to form a quote!

Special Blockquotes

This is a sample Left Floating Blockquote.
Use <blockquote class="left">Your quote goes here!</blockquote> to form a quote.
Nisi tellus rhoncus urna, tincidunt rutrum nisl ante vel leo. Cras ac risus a ligula tincidunt posuere arcu vel mollis condimentum!
In all fairness to the paragraph itself we probably should type enough to see how it looks when it is surrounded by its textual friends by using more words type enough to see how it looks when it is surrounded by its textual friends by using more words. In all fairness to the paragraph itself we probably should type enough to see how it looks when it is surrounded by its textual friends by using more words type enough to see how it looks when it is surrounded by its textual friends by using more words. In all fairness to the paragraph itself we probably should type enough to see how it looks when it is surrounded by its textual friends by using more words type enough to see how it looks when it is surrounded by its textual friends by using more words.
This is a sample Rounded Blockquote.
Use <blockquote class="background">Your quote goes here!</blockquote> to form a quote like this.
Nisi tellus rhoncus urna, tincidunt rutrum nisl ante vel leo. Cras ac risus a ligula tincidunt posuere arcu vel mollis condimentum!

Dropcaps

The first letter in this paragraph is exageratedly big to atract attention, and this represents the most used typographycal technique by magazines. This enables your Joomla! template to use the magazine style drop capitalize technique and CSS2 styling for the first-letter pseudo class.
Use <p><span class="dropcap">Y</span>our content goes here!</p> to form a dropcap!

Typography related | Here some links for you to explore the template typography

Some Customer Testimonials | Lorem ipsum dolor sit amet consectetur

  • Wow very surpised about the agreement!
    Wow very surpised about the agreement!
    RobertVivamus lobortis ut tristique dignissim pellentesque vel libero et metus Curabitur. Ut enim ad minim veniam sunt in culpa qui officia deserunt mollit anim id est laborum.

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Dui sem magnis tempor gravida.

    Robert Glunt - Company name

  • Amazing design and support. Thank You!
    Amazing design and support. Thank You!
    JaneUt enim ad minim veniam sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.

    Dui sem magnis tempor gravida tortor ridiculus iaculis Maecenas Nam nonummy. Vivamus lobortis ut tristique dignissim pellentesque.

    Jane Sullivan - Company name

  • Couldn't believe how good this is!!
    Couldn't believe how good this is!!
    JohnLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam sunt in culpa qui officia deserunt laborum.

    Dui sem magnis tempor gravida tortor ridiculus iaculis Maecenas Nam nonummy. Vivamus lobortis ut tristique dignissim pellentesque.

    John DOE - Company name

Subscribe to our Newsletter | Be the first to know the latest

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.

Read our news on a
or basis.

Quickly get in touch with us | And tell us what you think or want

Email
Subject
Message