1
2 <!--****************************************
3 * *
4 * ADAM KINGSTON *
5 * *
6 * *
7 * *
8 * *
9 * interactive design *
10 * *
11 ****************************************-->
12
13 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
14 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
15
16 <html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
17 <head>
18 <meta
http-equiv="content-type" content="text/html;charset=iso-8859-1" />
19 <title>
Adam Kingston. Interactive Design</title>
20
21 <link
href="styles.css" rel="stylesheet" type="text/css" />
22 </head>
23 <body>
24 <p
class="welcome">
Hi. I'm Adam Kingston, a Leeds-based freelance website designer.</p>
25 <div
id="work">
40 <div
id="about">
41 <p>I'm a partner at Winter Red, a two-man interactive design studio I've helped run
42 since summer 2007. Specialising in digital design, I make clean, effective websites
43 based on standards-compliant code. My key strengths include conceptualisation, user
44 interface design and accessibility design. I'm available for freelance work.</p>
45 </div>
46 <div
id="skills">
47 <p>Stuff I can do:</p>
48 <ul>
49 <li>User interface design</li>
50 <li>Compliant XHTML/DHTML/CSS</li>
51 <li>Tableless layout</li>
52 <li>JavaScript/jQuery framework</li>
53 <li>Basic PHP/MySQL</li>
54 <li>Cross-browser compatibility</li>
55 <li>Accessibility design</li>
56 <li>Search engine optimisation</li>
57 <li>Photoshop/Illustrator/InDesign</li>
58 </ul>
59 </div>
60 <div
id="contact">
66 <div
id="footer">
67 <p>
copyright ©2009 Adam Kingston. Hosted at <a
href="http://annohost.net">
annohost.net</a></p>
68 </div>
69 </body>
70 </html>