-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
44 lines (43 loc) · 2.12 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<div class="row about">
<div class="col-lg-4 col-md-4 col-sm-12">
<img src="img/me.jpg" class="img-fluid">
</div>
<div class="col-lg-8 col-md-8 col-sm-12 desc">
<h3> About me </h3>
<p> I'm an amateur journalist and second year student at Durham university. I have a keen interest in politics and also computing so I decided to try and combine both of them in this site. You can read more about why I thought that creating a site like this was important and relevant now in the <a href='about.php'>about</a> page.</p>
<p> But if reading isn't your thing or you aren't interested in my thoughts on the meta-brexit (don't blame you) then please feel free to give me a follow on social media where I will hold forth with them anyway </p>
<ul>
<li><a href='https://twitter.com/tomandthenews'> <img src='img/twitterlogo.png' class='img-fluid logo' />Twitter </a></li>
<li><a href='http://medium.com/@tomandthenews'> <img src='img/mediumlogo.png' class='img-fluid logo' />Medium </a> </li>
</ul>
<p> If you have any recommendations, have noticed any bugs, or if you would just like to offer me work experience and/or give me a pat on the back then please email me at
<script type="text/javascript" language="javascript">
<!--
// Email obfuscator script 2.1 by Tim Williams, University of Arizona
// Random encryption key feature coded by Andrew Moulden
// This code is freeware provided these four comment lines remain intact
// A wizard to generate this code is at http://www.jottings.com/obfuscator/
{ coded = "[email protected]"
key = "fLqZt7eNsMHV63SF48IkubUEdlajwGOQpygXv2xW1DR0BzPrYh9K5mCAiTcJno"
shift=coded.length
link=""
for (i=0; i<coded.length; i++) {
if (key.indexOf(coded.charAt(i))==-1) {
ltr = coded.charAt(i)
link += (ltr)
}
else {
ltr = (key.indexOf(coded.charAt(i))-shift+key.length) % key.length
link += (key.charAt(ltr))
}
}
document.write("<a href='mailto:"+link+"'>"+link+"</a>")
}
//-->
</script>
<noscript>Sorry, you need Javascript on to email me.</noscript>
</p>
</div>
</div>
</body>
</html>