$(window).on('load', function() { $('.level-bar-inner').each(function() { var itemWidth = $(this).data('level'); $(this).animate({ width: itemWidth }, 800); }); }); jQuery(document).ready(function($) { /*======= Skillset *=======*/ $('.level-bar-inner').css('width', '0'); /* Bootstrap Tooltip for Skillset */ $('.level-label').tooltip(); /* jQuery RSS - https://github.com/sdepold/jquery-rss */ $("#rss-feeds").rss( //Change this to your own rss feeds "https://medium.com/feed/@yigitcolakoglu", { // how many entries do you want? // default: 4 // valid values: any integer limit: 3, // the effect, which is used to let the entries appear // default: 'show' // valid values: 'show', 'slide', 'slideFast', 'slideSynced', 'slideFastSynced' effect: 'slideFastSynced', // will request the API via https // default: false // valid values: false, true ssl: true, // outer template for the html transformation // default: "" // valid values: any string layoutTemplate: "
{entries}
", // inner template for each entry // default: '
  • [{author}@{date}] {title}
    {shortBodyPlain}
  • ' // valid values: any string entryTemplate: '

    {title}

    {shortBodyPlain}

    Read more
    ' } ); /* Github Calendar - https://github.com/IonicaBizau/github-calendar */ new GitHubCalendar("#github-graph", "yigitcolakoglu"); /* Github Activity Feed - https://github.com/caseyscarborough/github-activity */ GitHubActivity.feed({ username: "yigitcolakoglu", selector: "#ghfeed" }); });