File: cv.wml

package info (click to toggle)
wap-wml-tools 0.0.4-6
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze, wheezy
  • size: 332 kB
  • ctags: 235
  • sloc: ansic: 1,108; makefile: 111; sh: 109
file content (48 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
 
<wml> 

  <template>
    <do type="accept" label="Back">
      <prev/>
    </do>
  </template>

	<card id="cv" title="CV"> 
		<p>
			CV of <b>Thomas Neill</b><br/>
			<table columns="1">
				<tr><td><a href="cv-exp.wml">Experience</a></td></tr>
				<tr><td><a href="cv-edu.wml">Education</a></td></tr>
				<tr><td><a href="#ein">Interests</a></td></tr>
				<tr><td><a href="#esk">Skills</a></td></tr>
				<tr><td><a href="#ere">References</a></td></tr>
			</table>
		</p> 
	</card> 

	<card id="ein" title="CV - Interests">
		<p>
			Personal interests include playing guitar (electric and classical), playing pool
			and snooker with friends, reading books (mostly by Terry Pratchett and Arthur C. Clarke)
			and playing video games.
		</p>
	</card>

	<card id="esk" title="CV - Skills">
		<p>
			<b>Languages</b>: C, C++, Perl, Java, JavaScript, HTML, WML, WMLscript<br/>
			<b>OSs</b>: UNIX (Linux, Solaris, *BSD), Windows (Win9x, NT4, 2000)<br/>
			<b>Other skills</b>: DHTML, CGI, TCP/IP (including firewalls, masquerading,
			secure connectivity), HTTP, HTTPS, FTP, SMTP, POP, DNS.
		</p>
	</card>

	<card id="ere" title="CV - References">
		<p>
			References are available on request to cv@pwot.co.uk
		</p>
	</card>

</wml>