Skip to content

Commit 16de912

Browse files
committed
Move third-party favicon images from CSS to the profiles page
1 parent 308a6f1 commit 16de912

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

css/style.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -85,35 +85,6 @@ hr#footer-top { width: 33%; border: none; border-top: 1px solid silver; }
8585
-moz-column-width: 10em;
8686
-webkit-column-width: 10em;
8787
}
88-
#profiles ul > li > a[id] {
89-
background-position: 0 center;
90-
padding-left: 20px;
91-
background-repeat: no-repeat;
92-
}
93-
#profiles #academia-edu {
94-
background-image:url(http://www.google.com/s2/favicons?domain=academia.edu);
95-
}
96-
#profiles #github {
97-
background-image:url(http://www.google.com/s2/favicons?domain=github.com);
98-
}
99-
#profiles #google-scholar {
100-
background-image:url(http://www.google.com/s2/favicons?domain=scholar.google.com);
101-
}
102-
#profiles #linkedin {
103-
background-image:url(http://www.google.com/s2/favicons?domain=linkedin.com);
104-
}
105-
#profiles a#mendeley {
106-
background-image:url(http://www.google.com/s2/favicons?domain=mendeley.com);
107-
}
108-
#profiles #researchgate {
109-
background-image:url(http://www.google.com/s2/favicons?domain=researchgate.com);
110-
}
111-
#profiles #vizualize-me {
112-
background-image:url(http://www.google.com/s2/favicons?domain=vizualize.me);
113-
}
114-
#profiles #xing {
115-
background-image:url(http://www.google.com/s2/favicons?domain=xing.com);
116-
}
11788

11889
/* CV ----------------------------------------------------------------------- */
11990
#cv ul {

profiles.xhtml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<a href="http://geni.com/profile/index/1144377" title="user ID: 1144377">Geni</a>
9494
</li>
9595
<li>
96+
<img src="https://www.google.com/s2/favicons?domain=github.com" alt=""/>
9697
<a href="https://github.com/waldyrious" title="username: waldyrious" id="github">GitHub</a>
9798
</li>
9899
<li>
@@ -232,24 +233,30 @@
232233
<h3>academic</h3>
233234
<ul class="plain">
234235
<li>
236+
<img src="https://www.google.com/s2/favicons?domain=academia.edu" alt=""/>
235237
<a href="http://uminho.academia.edu/WaldirPimenta" title="username: WaldirPimenta" id="academia-edu">Academia.edu</a>
236238
</li>
237239
<li>
240+
<img src="https://www.google.com/s2/favicons?domain=scholar.google.com" alt=""/>
238241
<a href="http://scholar.google.com/citations?user=Ya0rD-0AAAAJ" title="user ID: Ya0rD-0AAAAJ" id="google-scholar">Google Scholar</a>
239242
</li>
240243
<!-- <li>
244+
<img src="https://www.google.com/s2/favicons?domain=mendeley.com" alt=""/>
241245
<a href="http://www.mendeley.com/profiles/waldir-pimenta/" title="username: waldir-pimenta" id="mendeley">Mendeley</a>
242246
</li> -->
243247
<li>
248+
<img src="https://www.google.com/s2/favicons?domain=researchgate.com" alt=""/>
244249
<a href="https://www.researchgate.net/profile/Waldir_Pimenta" title="username: Waldir_Pimenta" id="researchgate">ResearchGate</a>
245250
</li>
246251
</ul>
247252
<h3>professional</h3>
248253
<ul class="plain">
249254
<li>
255+
<img src="https://www.google.com/s2/favicons?domain=linkedin.com" alt=""/>
250256
<a href="https://linkedin.com/in/waldir.pimenta" title="username: waldir.pimenta" id="linkedin">LinkedIn</a>
251257
</li>
252258
<li>
259+
<img src="https://www.google.com/s2/favicons?domain=xing.com" alt=""/>
253260
<a href="http://xing.com/profile/Waldir_Pimenta" title="username: waldir.pimenta" id="xing">Xing</a>
254261
</li>
255262
</ul>

0 commit comments

Comments
 (0)