-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (45 loc) · 3.11 KB
/
index.html
File metadata and controls
54 lines (45 loc) · 3.11 KB
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
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Alistair MacDonald</title>
<meta charset="utf-8">
<link href="index.css" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.ico" />
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:700' rel='stylesheet' type='text/css'>
<meta name="flattr:id" content="gle0nx">
</head>
<body>
<div id="aboutme">
<div id="aboutme-left">
<img src="alistairmacdonald.jpg" />
</div>
<div id="aboutme-right">
<h1>Alistair MacDonald</h1>
<p>Hello, I am Alistair MacDonald, a maker with over two decades of hardware and software development experience. In recent years I have been specialising in the more unusual of projects and working with SMEs, startups and artists, as well as teaching my skills to undergraduates.</p>
<p>I am also a founding member of the Maker Space in Newcastle upon Tyne, and an active member of the North East Maker community.</p>
<p>You can find more of my online content by clicking on the icons below. If you want to <a href="http://www.agm.me.uk/contact/">make contact</a> then please do.</p>
</div>
</div>
<div id="dock-container">
<div id="dock">
<ul>
<li><a href="https://twitter.com/alistair" rel="me"><span>Twitter</span><img src="menuimages/X.png"/></a></li>
<li><a href="https://mastodon.social/@alistairmacdonald" rel="me"><span>Mastodon</span><img src="menuimages/Mastodon.png"/></a></li>
<li><a href="https://www.flickr.com/people/alistair_uk/" rel="me"><span>Flickr</span><img src="menuimages/Flickr.png"/></a></li>
<li><a href="https://github.com/alistairuk" rel="me"><span>Github</span><img src="menuimages/Github.png"/></a></li>
<li><a href="https://www.thingiverse.com/alistairuk" rel="me"><span>Thingiverse</span><img src="menuimages/Thingiverse.png"/></a></li>
<li><a href="https://hackaday.io/alistair" rel="me"><span>Hackaday</span><img src="menuimages/Hackaday.png"/></a></li>
<li><a href="https://www.hackster.io/alistair" rel="me"><span>Hackster</span><img src="menuimages/Hackster.png"/></a></li>
<li><a href="https://www.electromaker.io/profile/alistair" rel="me"><span>Electromaker</span><img src="menuimages/Electromaker.png"/></a></li>
<li><a href="http://www.instructables.com/member/alistair_uk/" rel="me"><span>Instructables</span><img src="menuimages/Instructables.png"/></a></li>
<li><a href="https://linkedin.com/in/alistairmacdonald" rel="me"><span>Linkedin</span><img src="menuimages/Linkedin.png"/></a></li>
<li><a href="http://www.geocaching.com/profile/?guid=2a792d3b-43f3-460f-9290-042de52973ac"><span>Geocaching</span><img src="menuimages/Geocaching.png"/></a></li>
<li><a href="https://www.qrz.com/db/M3ZNE"><span>QRZ.com</span><img src="menuimages/QRZ.png"/></a></li>
<li><a href="http://www.agm.me.uk/contact/"><span>Contact Me</span><img src="menuimages/Contact.png"/></a></li>
</ul>
<div class="base"></div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>