Ready to upload to benroberts.net/ecs
tidied up unneeded files, played with css added an empty projects page. removed the cv page and instead hyperlinked directly to .pdf
This commit is contained in:
9
resources/email.js
Normal file
9
resources/email.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
window.onload = function() {
|
||||
for (var imgs = document.getElementsByTagName('img'),i=0,l=imgs.length; i<l; i++) {
|
||||
if (/at\.png$/.exec(imgs[i].src) ) {
|
||||
imgs[i].parentNode.insertBefore(document.createTextNode('@'),imgs[i]);
|
||||
imgs[i].parentNode.removeChild(imgs[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user