A Pen by Joshua Canfield on CodePen.
Last active
March 29, 2017 02:09
-
-
Save jcanfield/17d82494d2b1b16d7d92903478b8538e to your computer and use it in GitHub Desktop.
Testing for Joshua Canfield Portfolio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div class="LI-profile-badge" data-version="v1" data-size="large" data-locale="en_US" data-type="vertical" data-theme="dark" data-vanity="joshgcanfield"><a class="LI-simple-link" href='https://www.linkedin.com/in/joshgcanfield?trk=profile-badge'>Joshua Canfield</a></div> | |
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script> | |
</body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Auto generated, hash = 90d22umjselkp5q5gm7q9i58o */ | |
(function(c){c.LIRenderAll=function(){function q(a){return Array.prototype.slice.call(a.attributes).filter(function(a){return-1!==a.name.lastIndexOf("data-key-",0)}).map(function(a){return encodeURIComponent(a.name.replace("data-","").toLowerCase())+"\x3d"+encodeURIComponent(a.value)})}function r(a){var c=a.getAttribute("data-size"),b=a.getAttribute("data-locale"),g=a.getAttribute("data-type"),e=a.getAttribute("data-theme"),k=a.getAttribute("data-vanity"),h=a.getAttribute("data-version"),f=a.getAttribute("data-ei"), | |
l=a.getAttribute("data-entity"),m=a.getAttribute("data-iscreate"),d=Math.round(1E6*Math.random()),f=f?"https://badges.linkedin-ei.com/":"https://badges.linkedin.com/",b=["locale\x3d"+encodeURIComponent(b),"badgetype\x3d"+encodeURIComponent(g),"badgetheme\x3d"+encodeURIComponent(e),"uid\x3d"+encodeURIComponent(d),"version\x3d"+encodeURIComponent(h)];"v2"===h?(f+="view",b.push("badgesize\x3d"+encodeURIComponent(c)),b.push("entity\x3d"+encodeURIComponent(l)),b=b.concat(q(a))):(f+="profile",b.push("maxsize\x3d"+ | |
encodeURIComponent(c)),b.push("trk\x3d"+encodeURIComponent("profile-badge")),b.push("vanityname\x3d"+encodeURIComponent(k)));m&&b.push("fromCreate\x3dtrue");c=f+"?"+b.join("\x26");a.setAttribute("data-uid",d);a=document.createElement("script");a.src=c;n.push(a);document.body.appendChild(a)}function s(){if(m>=d&&0<d||m>=g.length)delete c.LIBadgeCallback,n.map(function(a){document.body.removeChild(a)})}var m=0,d=0,n=[],g=document.getElementsByClassName("LI-profile-badge"),k,h,l,p;k=0;for(h=g.length;k< | |
h;k++)l=g[k],p=l.getAttribute("data-rendered"),p||(d++,l.setAttribute("data-rendered",!0),r(l));c.LIBadgeCallback=function(a,c){m++;var b,d,e;b=0;for(h=g.length;b<h;b++)d=g[b],e=parseInt(d.getAttribute("data-uid"),10),e===c&&(e=document.createElement("div"),e.innerHTML=a,d.appendChild(e));s()}};"complete"===document.readyState?c.LIRenderAll():c.addEventListener("load",c.LIRenderAll,!1)})(window); | |
0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://platform.linkedin.com/badges/js/profile.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "neat"; | |
@import "modular-scale"; | |
@import "compass"; | |
@import "breakpoint"; | |
@import "susy"; | |
body { background: #303336; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment