mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
213 lines
13 KiB
HTML
213 lines
13 KiB
HTML
![]() |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<head lang="en">
|
||
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||
|
<title>Slate Landing XHTML/CSS</title>
|
||
|
<!-- Framework CSS -->
|
||
|
<link rel="stylesheet" href="assets/blueprint-css/screen.css" type="text/css" media="screen, projection">
|
||
|
<link rel="stylesheet" href="assets/blueprint-css/print.css" type="text/css" media="print">
|
||
|
<!--[if lt IE 8]><link rel="stylesheet" href="assets/blueprint-css/ie.css" type="text/css" media="screen, projection"><![endif]-->
|
||
|
<link rel="stylesheet" href="assets/blueprint-css/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
|
||
|
<style type="text/css" media="screen">
|
||
|
p, table, hr, .box { margin-bottom:25px; }
|
||
|
.box p { margin-bottom:10px; }
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
|
||
|
<h3 class="center alt">“Slate Landing Page XHTML/CSS” Documentation by “Jonathan Atkinson” v1.0</h3>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<h1 class="center">“Slate Landing Page XHTML/CSS”</h1>
|
||
|
|
||
|
<div class="borderTop">
|
||
|
<div class="span-6 colborder info prepend-1">
|
||
|
<p class="prepend-top">
|
||
|
<strong>
|
||
|
Created: 10/25/2010<br>
|
||
|
By: Jonathan Atkinson<br>
|
||
|
</strong>
|
||
|
</p>
|
||
|
</div><!-- end div .span-6 -->
|
||
|
|
||
|
<div class="span-12 last">
|
||
|
<p class="prepend-top append-0">Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form <a href="http://themeforest.net/user/jonathan01">here</a>. Thanks so much!</p>
|
||
|
</div>
|
||
|
</div><!-- end div .borderTop -->
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<h2 id="toc" class="alt">Table of Contents</h2>
|
||
|
<ol class="alpha">
|
||
|
<li><a href="#htmlStructure">About The Templates</a></li>
|
||
|
<li><a href="#cssFiles">CSS Files and Structure</a></li>
|
||
|
<li><a href="#javascript">JavaScript</a></li>
|
||
|
<li><a href="#psdFiles">PSD Files</a></li>
|
||
|
<li><a href="#credits">Sources and Credits</a></li>
|
||
|
<li><a href="#twitter">Twitter Setup</a></li>
|
||
|
</ol>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<h3 id="htmlStructure"><strong>A) About The Templates</strong> - <a href="#toc">top</a></h3>
|
||
|
|
||
|
<p>Included in this template package is a single design landing page available in 3 colors, red, green and blue. I have provided each in a separate folder to make organization easier for everyone. I have included full layered versions of each design and color to make editing easy and have included layered versions of particular page elements to make creating your own images, logos etc as easy and simple as possible.</p>
|
||
|
|
||
|
<p>Landing pages are very specific beasts - they demand a clear and precise message, easy to read content, clear benefits and simple imagery to portray the product - finally, but yet most importantly a call to action area should be above the fold and stand out with another benefit in text on the button - in this case we have a clear benefit of BUY NOW. There are a wealth of articles online that explain many things above landing pages - technically ANY page is a landing page on any website, but the industry has many names for conversion focused designs and the most popular is "landing page". Good practices have been included in this design with a lose Z reading pattern, clear messages, good sharp design and benefits everywhere - try to keep your message clear and to the point - remember that the first 2 words in a paragraph are the most likey to be read or skimmed over - so start with something strong!</p>
|
||
|
|
||
|
<p>Using the pre-defined areas on the page to highlight your products benefits will work for you - don't create 25 list items under benefits - most that will be read is about 5 - adding too much fancy stuff will block the message also - use the image gallery to your advantage - it automatically creates a slideshow gallery for you out of the box and creates the thumbs for a more professional appearance. Landing page design and implementation is almost an artform - but one without 100% proven ways of doing things - they require time and testing - changing colors etc changing one thing can make a huge difference - be patient - you have a wonderful starting block with this template so use it as such.</p>
|
||
|
|
||
|
<p>You will also notice that the social aspect of the web that is very important to be able to reach out to your customers and gain feedback and to spread the word about your product are included - they are right under the benefits section to highlight them well, but without distracting from the content - handy fancy tooltips add a more polished appearance to the icons. I have also included a twitter feedin the footer to help you connect with your visitors and in the footer you could link to your corporate site or blog or help pages easily.</p>
|
||
|
|
||
|
<p>Each HTML is correctly coded - calls all javascript files and css files in each file where necessary. You should not have to change anything in the way these html files connect to their relevant css and js files as long as you upload everything in order (see instructions for installing below). <br>
|
||
|
<br>
|
||
|
|
||
|
All div's have been labeled to make alterations as easy as possible within the html and CSS files.</p>
|
||
|
|
||
|
<img src="assets/images/htmlstructure.png" alt="HTML Structure" width="842" height="460" />
|
||
|
|
||
|
<p>If you would like to edit the color, font, or style of any elements, you would edit the corresponding CSS style in the CSS file in the CSS folder:</p>
|
||
|
|
||
|
<pre> h1 {
|
||
|
font-family:MyriadProRegular, Helvetica, sans-serif;
|
||
|
font-size:40px;
|
||
|
color: #afb0b4;
|
||
|
text-shadow:#000000 -1px -1px 0px;
|
||
|
letter-spacing:-2px;
|
||
|
line-height: 50px;
|
||
|
text-transform:uppercase;
|
||
|
}
|
||
|
</pre>
|
||
|
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<h3 id="cssFiles"><strong>B) CSS Files and Structure</strong> - <a href="#toc">top</a></h3>
|
||
|
|
||
|
<p>I'm using 2 CSS files in this template. Included in this template download is a single CSS directory / folder for the template - all necessary css files are included and shouldn't need any alterations unless you wish to customize anything. Here is a list and description for each one:</p>
|
||
|
|
||
|
|
||
|
<ol>
|
||
|
<li>main.css - used to style the template page for all browsers</li>
|
||
|
<li>prettyPhoto.css - used to style the pretty photo pop up gallery lightbox</li>
|
||
|
</ol>
|
||
|
|
||
|
<p>NOTE: included in the css folder are the web friendly @fontface fonts used for various browsers - all the same FREE font MYRIAD PRO REGULAR - these are required for the use of the special font in browsers for all pages.</p>
|
||
|
<p>Each css file should be easy to follow and if using a modern html page editor you should be able to easily see the structure of each css file.</p>
|
||
|
<p><img src="assets/images/cssstructure.png" alt="CSS Structure" width="842" height="460" /></p>
|
||
|
<hr>
|
||
|
|
||
|
<h3 id="javascript"><strong>C) JavaScript</strong> - <a href="#toc">top</a></h3>
|
||
|
|
||
|
<p>Included in this template download is a single JS directory / folder - all necessary JS files are included (4 in total) and shouldn't need any alterations unless you wish to customize anything. Here is a list and description for each one:</p>
|
||
|
|
||
|
<ol>
|
||
|
<li>jquery-1.3.2.min.js - the main JQuery library.</li>
|
||
|
<li>tipsy.js - powers the social icon tool tips - http://onehackoranother.com/projects/jquery/tipsy/</li>
|
||
|
<li>twitter.js - used to dynamically draw the twitter feed in to the footer</li>
|
||
|
<li>jquery.prettyPhoto.js - http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/</li>
|
||
|
</ol>
|
||
|
|
||
|
<p>Please note that alterations to JS files could result in certain features not working - you should not attempt to alter javascript unless you are experienced - please use the web site references next to each JS file listed above for further details and help.</p>
|
||
|
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<h3 id="psdFiles"><strong>D) PSD Files</strong> - <a href="#toc">top</a></h3>
|
||
|
|
||
|
<p>I've included 12 psd's (photoshop native files) with this theme:</p>
|
||
|
|
||
|
<ol>
|
||
|
<li>slate_blue.psd - Blue colored page template</li>
|
||
|
<li>slate_red.psd - Red colored page template</li>
|
||
|
<li>slate_green.psd - Green colored page template</li>
|
||
|
<li>buy_button.psd - layered photoshop button template in green, blue and red</li>
|
||
|
<li>icons_blue.psd - layered social and item icons in blue colors</li>
|
||
|
<li>icons_red.psd - layered social and item icons in red colors</li>
|
||
|
<li>icons_green.psd - layered social and item icons in green colors</li>
|
||
|
<li>imac_iphone.psd - fully layered imac and iphone image</li>
|
||
|
<li>image_well.psd - fully layered image frame for the gallery area</li>
|
||
|
<li>ipad.psd - correctly sized and layered iPad image</li>
|
||
|
<li>top_logo.psd - correctly sized and layered top logo in blue, red and green formats</li>
|
||
|
<li>video_link.psd - fully layered video link image in red, blue and green formats</li>
|
||
|
</ol>
|
||
|
|
||
|
<p>Each PSD represents a page or element to make editing easier. All PSD files can be opened in Photoshop CS3 or earlier and contain well labelled layers and groups.<br><br>
|
||
|
|
||
|
All layers are grouped so that elements from sections are contained in a group labelled for ease of finding something very quickly. However I have also created several separate PSD files for easier editing - what I mean by this is if you want to create new thumb images for the gallery then open image_well.psd - edit and save out the file to replace the original image - done! The same is available for the logos, computer, phones and more.<br><br>
|
||
|
|
||
|
Basically I have attempted to think of myself receiving this file and wanting to customize the certain elements I know a user would want to change and have supplied individual files for these items to make it as easy as possible. You should be able to change the majority of the graphical content on all these pages very quickly indeed.<br><br>
|
||
|
|
||
|
All layer effects (styles) are included on the layers so that full editing and personalization is fully available.<br>
|
||
|
</p>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<h3 id="credits"><strong>E) Sources, Credits and Fonts - </strong><a href="#toc">top</a></h3>
|
||
|
|
||
|
<p>I've used the following graphical items / fonts that are free to use by their kind authors.
|
||
|
<ul>
|
||
|
<li>MYRIAD PRO FONT (check your system for this font - it's normally a system font but if you need to change then there are PLENTY of copies that look the same.</li>
|
||
|
<li>iPhone Interface - Designer: Teehan+Lax - <a href="http://www.teehanlax.com/blog/2010/08/12/iphone-4-gui-psd-retina-display" target="_blank">http://www.teehanlax.com/blog/2010/08/12/iphone-4-gui-psd-retina-display</a></li>
|
||
|
</ul>
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<h3 id="twitter"><strong>F) Twitter Feed Setup - </strong><a href="#toc">top</a></h3>
|
||
|
|
||
|
<p>Including in the footer is a twiiter feed using the JS code in the header and separate JS file. Setup could not be easier - look in the html code towards the very top and you will see this code:</p>
|
||
|
|
||
|
|
||
|
<pre>
|
||
|
|
||
|
$(document).ready(function(){
|
||
|
$(".tweet").tweet({
|
||
|
username: "twsjonathan",
|
||
|
join_text: "auto",
|
||
|
avatar_size: 0,
|
||
|
count: 2,
|
||
|
auto_join_text_default: "we said,",
|
||
|
auto_join_text_ed: "we",
|
||
|
auto_join_text_ing: "we were",
|
||
|
auto_join_text_reply: "we replied to",
|
||
|
auto_join_text_url: "we were checking out",
|
||
|
loading_text: "loading tweets..."
|
||
|
});
|
||
|
});
|
||
|
|
||
|
</pre>
|
||
|
<p>This piece of code is all you need to change to get YOUR feed from Twitter - simply alter this line</p>
|
||
|
|
||
|
<pre>
|
||
|
username: "twsjonathan",</pre>
|
||
|
|
||
|
<p>To your OWN username at twitter - the above settings you will also see this line:</p>
|
||
|
|
||
|
<pre>count: 2,</pre>
|
||
|
|
||
|
<p>This is the number of Tweets to draw in - the design was created specifically for 2 feeds so I do not recommend more than that - it's a landing page after all not a twitter page - that's why they can click on those feeds to go to twitter - there's also a small Follow Us editable link in the footer you can simply edit with your specific Twitter URL so people can click and follow you.</p>
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
|
||
|
<p>Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the templates on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.</p>
|
||
|
|
||
|
|
||
|
|
||
|
<p class="append-bottom alt large"><strong>Jonathan Atkinson</strong></p>
|
||
|
<p><a href="#toc">Go To Table of Contents</a></p>
|
||
|
|
||
|
<hr class="space">
|
||
|
</div><!-- end div .container -->
|
||
|
</body>
|
||
|
</html>
|