I made one Blogger template for minisites . With Blogger platform ,you don't need to worry about hosting and bandwidth ,and Javascript function is fully supported . I named it SimplexVcard .I was inspired by Vcard template in Themeforest and would like to make one in Blogger with some modifications and features . Hope you like this .
Live Demo Download
Install Instruction
1, Download this template2,Open template file in a word editor like Notepad++ ,Wordpad....
3, Find this code :
<script type="text/javascript">
$(document).ready(function(){
$('#flickrphoto').jflickrfeed({
limit: 8,
qstrings: {
id: '37304598@N02'
},
itemTemplate: '<li><a href="{{image_b}}"><img src="{{image_s}}" alt="{{title}}" /></a></li>'
});
});
</script>
Change the Flickr Id ( where I marked in green ) to yours Flickr id . You can upload image of your projects ,your works or your artworks to Flickr and add your Flickr Id to this template ,your images will be showed in this minisite .
4,To change logo ,find this code :
#logo a {and change background attribute value to your logo .The standard size for logo is 200x40px .
display:block;
background:url(http://img199.imageshack.us/img199/3850/simplexdesign.png) no-repeat;
text-indent:-9999px;
height:42px;
width: 201px;
float:left;
margin-left:10px;
}
5, To change the information in About me section ,find the code between :
<!--about-->and change it as you want .
<!--/About-->
6, To add more network to this minisite ,find the code between
<!--Social -->And add link to your social network accounts .
<!-- /Social -->
7, After social network code ,you will see the code for Contact information .Add your email ,your blog ,phones ...etc
8, Save template ,and upload it to blogger . When you upload ,Blogger will ask you for keep or remove widgets ,you choose remove . Ok,you are done .
Now you have a minisite for yourself .
9, If you want ,you can change the default design of this template with your own design by modifying CSS code . For example ,if you want to change the background ,find this css code :
Change the background attribute to the background image you want .body {
background: #e0e0e0 url(http://img38.imageshack.us/img38/4861/backgroundwe.jpg) repeat-x;
margin: 0;
font-size:100%;
line-height:1.125em;
font-family:'Helvetica Neue', Arial, sans-serif;
}
That's all . I hope this template helpful to you .
0 comments:
Post a Comment