A great feature to have on your personal website is your resume/cv. Rather than worrying if the copy on the website is the most current, have it feed directly from LinkedIn.
The hResume WordPress plugin by Brad Touesnard is a fantastic solution which utilizes the hResume microformat block from any LinkedIn public profile page which allows you to easily integrate it to your WordPress powered site.
You may also wish to investigate a hResume plugin written by Simon Wosko which allows for PDF capability.
View my resume on the Entrepreneur tab at the top. The CSS used is here:
div.profile-header div.content div.info div.image { position: absolute; top: 70px; left: 600px; width: 120px; }
div.profile-header div.content div.info div.image img { border: 2px solid #ffffff; }
div.profile-header div.content div.info p.headline { margin: 0px; float: left; }
div.profile-header div.actions { width: 350px; float: right; margin-right: 10px; }
div.profile-header div.actions ul { clear: both; list-style: none; margin: 0px; }
div.profile-header div.actions .adr { display: none; }
#send-inmail { display: none; }
#add-to-network { margin: 0px; padding: 0px 10px 0 0; text-align: right; }
#overview { display: none; }
#main { width: 900px; }
#main hr { margin: 0px; display: none; }
#summary { font-size: 12px; }
#summary h2 { margin: 0px; padding: 5px 0px; font-size: 20px; color: #cf8a01; }
#summary p { margin: 0px; border-left: 5px solid #cf8a01; padding-left: 10px; }
#summary h3, #summary .skills { display: none; }
#experience { overflow: hidden; }
#experience h2 { margin: 10px 0px 0px 0px; padding: 5px 0px; font-size: 20px; color: #819a13; }
/* #experience ul.vcalendar { margin: 0px; border-left: 5px solid #819a13; padding-left: 10px; } */
#experience ul.vcalendar { margin: 0px; }
#experience ul.vcalendar li.experience { position: relative; margin: 0px 0px 0px 245px; list-style: none; }
#experience ul.vcalendar li.experience h3.title { margin: 0px; padding: 10px 0px 0px 10px; }
#experience ul.vcalendar li.experience h4.org { margin: 0px; padding: 5px 0px 0px 10px; }
#experience ul.vcalendar li.experience p.organization-details { margin: 0px; color: #999; font-size: 11px; }
#experience ul.vcalendar li.experience div.description { margin: 0px; }
#experience ul.vcalendar li.experience div.description p { margin: 0px; }
#experience ul.vcalendar li.experience p.period { margin: 0px; position: absolute; top: 0; left: -285px; width: 260px; border-left: 5px solid #819a13; padding-left: 10px; height: 100%; padding-top: 10px; }
#experience ul.vcalendar li.experience p.period abbr.dtstamp,
#experience ul.vcalendar li.experience p.period abbr.dtend { display: inline; }
#experience ul.vcalendar li.experience p.period abbr.duration { font-style: italic; color: #28251e; display: block; }
#experience ul.vcalendar li.experience:nth-child(2n+1) { background-color: #3c3932; }
#experience ul.vcalendar li.experience ul li { margin-top: 2px; }
#additional-information { display: none; }
#control { display: none; }
#main div.viewfull { display: none; }
h2.skillprofile { margin: 10px 0px 0px 0px; padding: 5px 0px; font-size: 20px; color: #018b7c; }
#skillprofile { margin: 0px; border-left: 5px solid #018b7c; padding-left: 10px; }
