Tuesday 24 April 2012

Coding

One item that the client wanted was a blog, I had tried to do an rss feed from blogger and other blogging websites, however I had no luck, I was then looking at another site and saw that they had a "Facebook social plugin" so i researched this and found that Facebook has a code and style in which you can place in  a website.




After changing all the sizes and urls I tested the social plugin and as before the element was there but had no content. I thought i would try uploading the site to the dropbox public folder then viewing it throughout the public link.

It worked!! I'm not sure why I had to do it this way as I have other content streaming across and can just view it normally.

Other elements:

semi transparent wrapper:
background-color:rgba(255,255,255,0.8);}


Rotating the logo's:

rsa{
position:absolute;
left:-21px;
top:140px;
z-index:2;
/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


google fonts:
link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'









No comments:

Post a Comment