<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anariel Design &#124; WordPress Themes &#38; Templates</title>
	<atom:link href="http://www.anarieldesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anarieldesign.com</link>
	<description>WordPress Themes &#38; Website Templates</description>
	<lastBuildDate>Thu, 23 May 2013 08:40:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>New in May &#8211; Simple T. Responsive Site Template</title>
		<link>http://www.anarieldesign.com/webdesign/simple-t-responsive-site-template/</link>
		<comments>http://www.anarieldesign.com/webdesign/simple-t-responsive-site-template/#comments</comments>
		<pubDate>Mon, 13 May 2013 14:00:40 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2972</guid>
		<description><![CDATA[We`d like to present our brand new site template simply called &#8220;Simple T.&#8221;. &#8220;Simple T.&#8221; is built with one clear goal in mind and that is simplicity. Not everyone needs complicated templates, filled with features that are more confusing than needed. &#8220;Simple T.&#8221; is very clean, simple, modern and responsive site template that is easy to use. Its design doesn`t dictate its possible usage in any [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/05/simpletnews.jpg" alt="simple site template" /></p>
<p>We`d like to present our brand new site template simply called <a href="http://www.anarieldesign.com/?gallery=simple-t-responsive-template"><span class="red">&#8220;Simple T.&#8221;</span></a>.</p>
<p><strong>&#8220;Simple T.&#8221; is built with one clear goal in mind and that is simplicity.</strong><br />
Not everyone needs complicated templates, filled with features that are more confusing than needed.</p>
<p><span id="more-2972"></span></p>
<p><strong>&#8220;Simple T.&#8221;</strong> is very clean, simple, modern and responsive site template that is easy to use.</p>
<p>Its design doesn`t dictate its possible usage in any way as it`s very universal and applicable to all kinds of niches.</p>
<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/05/simpletnews1.jpg" alt="home page design"  /> </p>
<p>So, if you are searching for good looking, classy yet simple site template, this could be your way to go.</p>
<p>Find out more about the <strong>&#8220;Simple T.&#8221;</strong> by clicking <a href="http://www.anarieldesign.com/?gallery=simple-t-responsive-template"><span class="red">here</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/webdesign/simple-t-responsive-site-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trendy WordPress Theme &#8211; Additional Layout Tutorial</title>
		<link>http://www.anarieldesign.com/webdesign/trendy-wordpress-theme-additional-layout-tutorial/</link>
		<comments>http://www.anarieldesign.com/webdesign/trendy-wordpress-theme-additional-layout-tutorial/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 07:28:36 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2903</guid>
		<description><![CDATA[There has been some interest for Trendy WordPress Theme to come with standard layout on all browser sizes. So for all of you that would like that we decided to make one quick tutorial. Live preview: Trendy Standard Layout Trendy Site template has this option available for download here &#160; Tutorial for WordPress Theme: All [...]]]></description>
				<content:encoded><![CDATA[<p><img alt="calisto WordPress theme" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/trendytutorial.jpg" /></p>
<p>There has been some interest for <a href="http://www.anarieldesign.com/?gallery=trendy-wordpress-responsive-theme"><span class="red">Trendy WordPress Theme</span></a> to come with standard layout on all browser sizes. So for all of you that would like that we decided to make one quick tutorial.</p>
<p><span id="more-2903"></span></p>
<p>Live preview: <a href="http://www.anariel.com/templatespreview/Trendy_standardlayout/" target="_blank"><span class="red">Trendy Standard Layout</span></a></p>
<p>Trendy Site template has this option available for download <a href="http://www.anarieldesign.com/?gallery=trendy-fashion-responsive-template"><span class="red">here</span></a></p>
<p>&nbsp;</p>
<p><strong>Tutorial for WordPress Theme:</strong></p>
<hr class="symple-divider fadeout " style="margin-top: 20px;margin-bottom: 20px;" />
<p>All you need to do is to log in to your WordPress Dashboard and go to the <strong>&#8220;Appearance&#8221; &#8211; &#8220;Editor&#8221;</strong>.</p>
<p>Inside <strong>style.css</strong> file scroll almost to the end of the file. Find these lines of code:</p>
<hr class="symple-divider fadeout " style="margin-top: 20px;margin-bottom: 20px;" />
<code>/* Additional large screens 1280+ */<br />
@media only screen and (min-width: 1280px) {<br />
.page {<br />
width: 1280px;<br />
}<br />
.contentpart {<br />
float: right;<br />
padding-right: 0px;<br />
}<br />
.header {<br />
float: right;<br />
}<br />
.footer {<br />
float: left;<br />
}<br />
.footer .columns {<br />
clear: both;<br />
}<br />
.footer .container, .bottom .container {<br />
width: 100%;<br />
padding:10px 20px;<br />
}<br />
.bottom {<br />
width: 100%;<br />
clear: both;<br />
}<br />
.bottom .columns {<br />
float: right;<br />
text-align: left;<br />
}<br />
/*nav*/<br />
.navigation {<br />
float: left;<br />
}<br />
.navigation .container {<br />
padding: 35px 0 0;<br />
width: 100%;<br />
}<br />
.navigation .container .sixteen.columns {<br />
width: 280px;<br />
margin: 0;<br />
}<br />
nav.primary ul li {<br />
clear: both;<br />
display: block;<br />
width: 100%;<br />
border-bottom: 1px solid #0e0a17;<br />
border-top: 1px solid #281e44;<br />
}<br />
nav.primary ul li &gt; a {<br />
display: block;<br />
padding: 0 30px;<br />
}<br />
nav.primary ul ul li a, nav.primary ul li a {<br />
line-height: 39px;<br />
}<br />
nav.primary ul ul {<br />
top: 0;<br />
left: 100%;<br />
}<br />
}<br />
</code></p>
<hr class="symple-divider fadeout " style="margin-top: 20px;margin-bottom: 20px;" />
<p>Just remove this part of the code! Afterwards clear the browser cache and your site layout will look like in the <a href="http://www.anariel.com/templatespreview/Trendy_standardlayout/" target="_blank"><span class="red">live preview</span></a>.</p>
<p>Hope you gonna find this useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/webdesign/trendy-wordpress-theme-additional-layout-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calisto &#8211; New WordPress Theme</title>
		<link>http://www.anarieldesign.com/wordpress/calisto-new-wordpress-theme/</link>
		<comments>http://www.anarieldesign.com/wordpress/calisto-new-wordpress-theme/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 13:03:43 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Premium WordPress Themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2681</guid>
		<description><![CDATA[&#8220;Calisto&#8221; Responsive WordPress Theme, this months second release is out. It was initiated by one of our users that liked the template version a lot. So, we thought&#8230;why not!? This new theme is based on the site template, but it presents some new features not yet seen in our WordPress Themes. It features “Jetpack” plugin [...]]]></description>
				<content:encoded><![CDATA[<p><img alt="calisto WordPress theme" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/cliastowpnews.jpg" /></p>
<p><a href="http://www.anarieldesign.com/?gallery=calisto-responsive-wordpress-theme"><span class="red">&#8220;Calisto&#8221; Responsive WordPress Theme</span></a>, this months second release is out. It was initiated by one of our users that liked the template version a lot. So, we thought&#8230;why not!?</p>
<p><span id="more-2681"></span></p>
<p>This new theme is based on the <a href="http://www.anarieldesign.com/?gallery=calisto-responsive-site-template"><span class="red">site template</span></a>, but it presents some new features not yet seen in our WordPress Themes.</p>
<p>It features <strong>“Jetpack”</strong> plugin for WordPress that supercharge your website with the features so far only available for WordPress.com. Another cool tool is <strong>“Transposh”</strong> plugin that enables users to translate the whole site with one click. We also included forum powered by <strong>“bbPress”</strong> plugin and designed a page to fit it in.<br />
<img class="shadow3" alt="forum" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/forum.jpg" /></p>
<p><img class="shadow3" alt="jetpack" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/jetpack.jpg" /></p>
<p><img class="shadow3" alt="lang" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/lang.jpg" /></p>
<hr class="symple-spacing " style="height: 40px" />
<p>Calisto has implemented the <strong>WordPress Theme Customizer</strong> that allows site admins to tweak a theme&#8217;s settings and see a preview of those changes in real time.</p>
<p><img class="shadow3" alt="customizer" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/customizer.jpg" /></p>
<p>With this theme you&#8217;ll get stylish business card as a <strong>bonus</strong> to also improve your offline presence. Read more about it <a href="http://www.anarieldesign.com/?gallery=calisto-responsive-wordpress-theme"><span class="red">here</span></a></p>
<hr class="symple-spacing " style="height: 40px" />
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/wordpress/calisto-new-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install WordPress theme?</title>
		<link>http://www.anarieldesign.com/webdesign/how-to-install-wordpress-theme/</link>
		<comments>http://www.anarieldesign.com/webdesign/how-to-install-wordpress-theme/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 08:28:51 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2785</guid>
		<description><![CDATA[Getting your new WordPress theme installed on WordPress takes only a few steps: Step 1 &#8211; Unziping the donwload files Please unzip download file, because inside download file are many things included, like help files, license, theme files. After you unzip the download file there are two ways to install the WordPress theme, via FTP client or [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/04/wpinstall.jpg" alt="How to install WordPress theme" /></p>
<p><em><strong>Getting your new WordPress theme installed on WordPress takes only a few steps:</strong></em></p>
<h2 class="install">Step 1 &#8211; <span class="installsmall">Unziping the donwload files</span></h2>
<p>Please unzip download file, because inside download file are many things included, like help files, license, theme files. After you unzip the download file there are <em><strong>two ways</strong></em> to install the WordPress theme, via <em>FTP client</em> or <em>WordPress upload</em>.</p>
<p><span id="more-2785"></span></p>
<hr class="symple-spacing " style="height: 20px" />
<h2 class="install">Step 2 &#8211; <span class="installsmall">FTP Install</span></h2>
<p>Installing the theme via FTP client (like FileZilla):</p>
<p>- <strong>FTP Upload</strong>: Using your FTP program, upload the non-ziped theme folder  into the  <span class="red">/wp-content/themes/</span> folder on your server</p>
<hr class="symple-spacing " style="height: 20px" />
<h2 class="install">Step 3 &#8211; <span class="installsmall">WordPress Upload &#8211; Dashboard</span></h2>
<p>- <strong>WordPress Upload</strong>:</p>
<p>First you&#8217;ll need to go into your WordPress dashboard. To log in to your dashboard, go to <strong>mydomain.com/wp-admin</strong> and enter your login credentials. Once you&#8217;re logged in, you&#8217;ll see an admin dashboard that looks like this:</p>
<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard.jpg"><img class="alignnone size-full wp-image-2748" alt="dashboard" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard.jpg" width="627" height="287" /></a></p>
<p>Navigate to <strong><span class="red">Appearance &gt; Themes:</span></strong></p>
<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard1.jpg"><img class="alignnone size-full wp-image-2750" alt="dashboard1" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard1.jpg" width="296" height="196" /></a></p>
<hr class="symple-spacing " style="height: 20px" />
<h2 class="install">Step 4 &#8211; <span class="installsmall">Uploading &amp; Installing Your Theme</span></h2>
<p>On your themes page, you&#8217;ll find options at the top like &#8220;Manage&#8221; and &#8220;Install&#8221; themes. Please click on the &#8220;Install&#8221; tab that will reveal options like search, upload&#8230;</p>
<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard2.jpg"><img class="alignnone size-full wp-image-2758" alt="dashboard2" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard2.jpg" width="389" height="161" /></a></p>
<p>The one you need is the &#8220;Upload&#8221; option. When you click &#8220;Upload&#8221; you&#8217;ll see an option to choose theme file. Once you&#8217;ve selected your theme ZIP file, click the &#8220;Install Now&#8221; button and WordPress will install it for you:</p>
<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard3.jpg"><img class="alignnone size-full wp-image-2759" alt="dashboard3" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard3.jpg" width="411" height="195" /></a></p>
<hr class="symple-spacing " style="height: 20px" />
<h2 class="install">Step 5 &#8211; <span class="installsmall">Activating your theme</span></h2>
<p>After your theme file is uploaded  WordPress shows you the message that the installation was successful. Now you need to <em><strong>&#8220;Activate&#8221;</strong></em> your  theme. When you activated theme, your site will switch over to the new theme and all available theme options will appear in your dashboard:</p>
<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard4.jpg"><img class="alignnone size-full wp-image-2762" alt="dashboard4" src="http://www.anarieldesign.com/wp-content/uploads/2013/04/dashboard4.jpg" width="562" height="182" /></a></p>
<div class="symple-testimonial "><div class="symple-testimonial-content"><em>A common error that people see when installing a new theme is that the theme is &#8220;missing style.css stylesheet&#8221; and cannot be installed. This means that you didn&#8217;t unzip the download file and you installed the whole download file as a WordPress theme. Please first unzip the download file and than find the right theme file to upload. </em></div><div class="symple-testimonial-author">IMPORTANT NOTE</div></div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/webdesign/how-to-install-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Manly</title>
		<link>http://www.anarieldesign.com/webdesign/manly/</link>
		<comments>http://www.anarieldesign.com/webdesign/manly/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 08:07:32 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2512</guid>
		<description><![CDATA[This month`s new entry in Anariel Design gallery is a beautifull one-page site template called &#8220;Manly&#8221;. This sport oriented template also features, at this time very popular, parallax effect that makes it even more appealing. As with all our designs with &#8220;Manly&#8221; template you`ll get uniquely designed template with a lot attention to detail and [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/03/manlynews.jpg" alt="manly parallax template" /></p>
<p>This month`s new entry in Anariel Design gallery is a beautifull one-page site template called <a href="http://www.anarieldesign.com/?gallery=manly-responsive-parallax-one-page-template"><span class="red">&#8220;Manly&#8221;</span></a>.</p>
<p>This sport oriented template also features, at this time very popular, parallax effect that makes it even more appealing.</p>
<p><span id="more-2512"></span></p>
<p>As with all our designs with <a href="http://www.anarieldesign.com/?gallery=manly-responsive-parallax-one-page-template"><span class="red">&#8220;Manly&#8221; template</span></a> you`ll get uniquely designed template with a lot attention to detail and cool effects that are able of catching everyone`s eye.</p>
<p>We invite you to explore this amazing new template <a href="http://www.anarieldesign.com/?gallery=manly-responsive-parallax-one-page-template"><span class="red">here</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/webdesign/manly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>With a little help from our friends</title>
		<link>http://www.anarieldesign.com/wordpress/2461/</link>
		<comments>http://www.anarieldesign.com/wordpress/2461/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 12:52:34 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2461</guid>
		<description><![CDATA[With every project you, me or anyone else ever started there is always someone who knows something you don`t. Someone who can help you out when you get stuck, someone from whom you can always learn something new. We had a couple of people that really made things much easier when we couldn`t seem to [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/03/smartik.jpg"><img src="http://www.anarieldesign.com/wp-content/uploads/2013/03/smartik.jpg" alt="smartik" /></a></p>
<p>With every project you, me or anyone else ever started there is always someone who knows something you don`t. Someone who can help you out when you get stuck, someone from whom you can always learn something new. </p>
<p><span id="more-2461"></span></p>
<p>We had a couple of people that really made things much easier when we couldn`t seem to handle things on our own. In this post we`d like to introduce you one of them. </p>
<p>Smartik is as his name already screams very smart:-), but more importantly great friend that helped us many times with his know-how in programing and web design. He is also very creative indivudal with the great sense of what beautiful web design should look like as you can see for yourselfs if you visit his own <a href="http://www.smartik.ws/"><span class="red">site</span></a>.</p>
<p>We`ve never met him in person, but truth to be told he helped us more than a lot of people we meet in our offline world everyday:-). </p>
<p>If you`d like to explore his work better, be sure to follow this <a href="http://www.smartik.ws/"><span class="red">link</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/wordpress/2461/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trendy WordPress Theme &#8211; Available Now</title>
		<link>http://www.anarieldesign.com/wordpress/trendy-wordpress-theme-available-now/</link>
		<comments>http://www.anarieldesign.com/wordpress/trendy-wordpress-theme-available-now/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 11:02:36 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Premium WordPress Themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2440</guid>
		<description><![CDATA[March is almost half way through and it`s time for a new WordPress release! Our popular &#8220;Trendy&#8221; template just got it`s WordPress version and it`s available for download to all our &#8220;Premium&#8221; and &#8220;Casual&#8221; members. &#8220;Trendy&#8221;, as it`s name suggest, is very sophisticated fashion and modeling oriented theme with some very cool features and nice [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.anarieldesign.com/wp-content/uploads/2013/03/trendywp.jpg"><img src="http://www.anarieldesign.com/wp-content/uploads/2013/03/trendywp.jpg" alt="trendywp" /></a></p>
<p>March is almost half way through and it`s time for a new WordPress release!</p>
<p>Our popular <strong>&#8220;Trendy&#8221;</strong> template just got it`s <strong>WordPress</strong> version and it`s available for download to all our &#8220;Premium&#8221; and &#8220;Casual&#8221; members.</p>
<p><span id="more-2440"></span></p>
<p><a href="http://www.anarieldesign.com/?gallery=trendy-wordpress-responsive-theme"><span class="red">&#8220;Trendy&#8221;</span></a>, as it`s name suggest, is very sophisticated fashion and modeling oriented theme with some very cool features and nice visual effects. That being said doesn`t mean it couldn`t be used for a very different purpose and we`re sure it will often be. Your creativity and Trendy`s powerful option panel can certainly make wonders.</p>
<p><strong>Some of the features are:</strong></p>
<p>- Unlimited color and style options<br />
- 3 Custom Post Gallery Pages<br />
- 1 additional Custom Post for FAQ questions<br />
- Background Styles<br />
- 4 Different Home Page Templates<br />
- Page Builder<br />
- Sidebar Generator &#8230;</p>
<p>For more info about the new &#8220;Trendy&#8221; WP theme please visit our gallery by <a href="http://www.anarieldesign.com/?gallery=trendy-wordpress-responsive-theme"><span class="red">clicking here</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/wordpress/trendy-wordpress-theme-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Web Design Bundle</title>
		<link>http://www.anarieldesign.com/wordpress/free-webdesign-bundle/</link>
		<comments>http://www.anarieldesign.com/wordpress/free-webdesign-bundle/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 08:08:04 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2341</guid>
		<description><![CDATA[Our friends at InkyDeals came up with this great free bundle of useful tools any web designer or web developer could wish for. Anariel Design participated in the bundle with a couple of freebies to sweeten up the deal. Inky teamed up with some of his well-known friends from the community and created a web [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/03/inky.jpg" alt="Inky Bundle" /><br />
Our friends at <a href="http://www.inkydeals.com/deal/inkys-free-web-design-bundle-471-premium-resources/"><span class="red">InkyDeals</span></a> came up with this great free bundle of useful tools any web designer or web developer could wish for.<br />
<a href="http://www.anarieldesign.com/"><span class="red">Anariel Design</span></a> participated in the bundle with a couple of freebies to sweeten up the deal.</p>
<p><span id="more-2341"></span></p>
<p><a href="http://www.inkydeals.com/deal/inkys-free-web-design-bundle-471-premium-resources/"><span class="red">Inky</span></a> teamed up with some of his well-known friends from the community and created a web design bundle packed with 471 premium resources – most of which can be found exclusively on <a href="http://www.inkydeals.com/deal/inkys-free-web-design-bundle-471-premium-resources/"><span class="red">Inky Deals</span></a>. Meet Inky’s partners in crime that helped put together this great bundle:</p>
<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/03/inky1.jpg" alt="Inky Bundle" /></p>
<p>Check out what you will find inside the bundle! Inky’s prepared detailed previews of all the products so you can get a better idea of the level of awesomeness involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/wordpress/free-webdesign-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Membership option, new license policy and more&#8230;</title>
		<link>http://www.anarieldesign.com/webdesign/membership-option-new-license-policy-and-more/</link>
		<comments>http://www.anarieldesign.com/webdesign/membership-option-new-license-policy-and-more/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 15:39:49 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=2206</guid>
		<description><![CDATA[We are very excited to present you the new look and concept for our site. Idea for a Membership site has been growing in our heads for a couple of months and since the begining of this year it has become so clear that we couldn`t wait anymore&#8230; Thank you all who participated in our [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/03/memberssite.jpg" alt="membership blog post" /><br />
We are very excited to  present you the new look and concept for our site.<br />
Idea for a <a href="http://www.anarieldesign.com/join-now-2/"><span class="red">Membership site</span></a> has been growing in our heads for a couple of months and since the begining of this year it has become so clear that we couldn`t wait anymore&#8230; </p>
<p><span id="more-2206"></span></p>
<p>Thank you all who participated in our newsletter survey and thanks for giving us a green light on membership idea.</p>
<p>How does membership work? We really tried to make it as easy as possible. You choose one of two possible membership options, check out through PayPal, log into your account and take advantage of unlimited access for the time period you paid for. <a href="http://www.anarieldesign.com/join-now-2/"><span class="red">“Casual Mambership”</span></a> grants access to all files and updates for 6 months and <a href="http://www.anarieldesign.com/join-now-2/"><span class="red">“Premium Membership”</span></a> for 1 year.</p>
<p>Inside “Members Area” there is also a brand new <a href="http://www.anarieldesign.com/forums"><span class="red">Forum</span></a> that will help us improve support, share tips, ideas and solve problems when they arise. Participation is more than welcomed:-).</p>
<p>There are a couple of other important changes on our site.<br />
I guess the most interesting for you all will be change in our license policy. On all of our current and upcoming WordPress Themes <a href="http://www.anariel.com/anmaivduwp/wordpress/licensegpl/"><span class="red">GPL license</span></a> will be applied as standard. Another change is that you`ll be able to use Anariel Design Worpress Themes &#038; Site Templates on <strong>unlimited domains</strong>.</p>
<p>At last, but not of least importance is our <a href="http://www.anarieldesign.com/terms-conditions/"><span class="red">Refund Policy</span></a> that grants unsatisfied costumer “30 day money back guarantee”. We are aware of possible misuses of this rule with digital goods, but we are sure that we offer great value for money and that are clients will recognise that.</p>
<p>We will also have a <strong>special introductory offer</strong> for our subscribers that will be announced in our upcoming newsletter&#8230;so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/webdesign/membership-option-new-license-policy-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting changes coming soon&#8230;stay tuned!</title>
		<link>http://www.anarieldesign.com/webdesign/exciting-new-features-coming-soon/</link>
		<comments>http://www.anarieldesign.com/webdesign/exciting-new-features-coming-soon/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 10:34:54 +0000</pubDate>
		<dc:creator>Anariel Design</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.anarieldesign.com/?p=1973</guid>
		<description><![CDATA[Hello Girls and Boys, hope your days are going well. How do you like our latest &#8220;Trendy&#8221; site template? We have a bunch of changes coming up on our site in the next week or two and we`d like to share our excitement with you. After our last month`s survey we realized that great majority [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.anarieldesign.com/wp-content/uploads/2013/02/comingsoon.jpg" alt="coming soon" /></p>
<p>Hello Girls and Boys,</p>
<p>hope your days are going well.</p>
<p>How do you like our latest <a href="http://www.anarieldesign.com/?gallery=trendy-fashion-responsive-template"><span class="red">&#8220;Trendy&#8221; site template</span></a>?</p>
<p>We have a bunch of changes coming up on our site in the next week or two and we`d like to share our excitement with you.</p>
<p><span id="more-1973"></span></p>
<p>After our last month`s survey we realized that great majority of you would like Anariel Design to be a <strong>membership site</strong>, offering all our current and future themes and templates in a yearly membership package. So, be it!</p>
<p>We are in the final phase of converting and fine tuning our site.<br />
There will be <strong>special introductory price</strong> for our subscribers as well, so stay tuned!</p>
<p><strong>That`s not all!</strong> To make it more valuable for you we updated all our themes, added awsome new features, page builder, sidebar generator and we have &#8220;Trendy&#8221; WordPress theme coming out as well.<br />
At last but not least very important for you will be a change in our license policy. 100% <a href="http://wordpress.org/about/gpl/"><span class="red">GPL</span></a> will be standard for our WordPress Themes, but also our templates will undergo license change.</p>
<p>Hope you`ll be excited as we are! See you soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anarieldesign.com/webdesign/exciting-new-features-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
