Last active
December 22, 2015 07:59
-
-
Save kraigh/6441916 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class='title'> | |
We're in the United Kingdom. Deploy your cloud servers and private cloud today! | |
</div> | |
<ul class="clearfix"> | |
<li class="home-solutions-email clickable"> | |
<img src="/sites/default/files/ribbon_orange.png" class="corner-ribbon"> | |
<h2>Email & Collaboration for Business</h2> | |
Enhance productivity and data security with email, IM, file sharing, email archiving & PC backup. | |
<a href="/online-collaboration-bundle" title="Serverless Exchange">Shop Collaboration Bundles »</a> | |
</li> | |
<li class="divider"></li> | |
<li class="home-solutions-servers clickable"> | |
<h2>Cloud Servers</h2> | |
Flexible, secure & high performance servers that are provisioned within minutes to get you up & running immediately. | |
<a href="/cloud-servers" title="Cloud Servers">Configure Your Cloud Server Now »</a> | |
</li> | |
<li class="divider"></li> | |
<li class="home-solutions-private-cloud clickable"> | |
<h2>Private Cloud</h2> | |
Dedicated, scalable private cloud solutions to meet your business needs. | |
<a href="/private-cloud" title="Private Cloud">Learn More About Private Cloud »</a> | |
</li> | |
<li class="divider"></li> | |
<li class="home-solutions-backup clickable"> | |
<img src="/sites/default/files/ribbon_orange.png" class="corner-ribbon"> | |
<h2>Don't Let Data Loss Hurt Your Business</h2> | |
Backing up your information to the cloud is simple, dependable and cost effective. | |
<a href="/pc-backup" title="Cloud Storage">Shop Backup Solutions »</a> | |
</li> | |
</ul> | |
<script type="text/javascript"> | |
jQuery(function() { | |
jQuery('li.clickable').css('cursor', 'pointer') | |
.click(function() { | |
window.location = jQuery('a', this).attr('href'); | |
return false; | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment