Skip to content

Commit 5f6031e

Browse files
committed
Fix linkedin profile badge styling overwrites (seriously linkedin w*f?)
1 parent 9cf32c8 commit 5f6031e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

index.html

-11
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
background-color: #070909;
1414
color: #fefefe;
1515
}
16-
17-
[class*='LI-badge-container'] {
18-
margin-top: 10px;
19-
text-align: left;
20-
}
2116
</style>
22-
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
2317
<div id="resume-page">
2418
<div id="slanted-box">
2519
<div class="row more-padding">
@@ -123,11 +117,6 @@ <h4>{{experience.title}}</h4>
123117
<div class="text-center">
124118
<p>Please <a target="_blank" href="{{ page.CVFile }}">download<i class="mdi mdi-download"></i></a>
125119
my resume for more in-depth information about my experiences</p>
126-
127-
<div class="LI-profile-badge text-center" data-version="v1" data-size="medium" data-locale="en_US"
128-
data-type="horizontal" data-theme="dark" data-vanity="melledijkstra">
129-
<a class="LI-simple-link" href='https://linkedin.com/in/melledijkstra?trk=profile-badge'>Melle
130-
Dijkstra</a></div>
131120
</div>
132121
</div>
133122
</div>

0 commit comments

Comments
 (0)