-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcvone.html
89 lines (76 loc) · 2.35 KB
/
cvone.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhaijaan" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title> GUIDO VAN ROSSUM</title>
<h2 align="center">GUIDO VAN ROSSUM'S RESUME</h2>
</head>
<body>
<ul>
Personal Details:
<li>Name: Guido Van Rossum</li>
<li>Date Of Birth: 31/1/1956</li>
<li>Nationality: Dutch</li>
Martial Status: Married
</ul>
<div>
<ul>
<b>EDUCATION</b>
<li>University of Amsterdam(1982)</li>
<li>Master's degree in Mathematics and Computer Science</li>
</ul>
<ul>
<b>WORK EXPERIENCE</b>
<li>Currently works for Dropbox since January 2013</li>
<li>Worked for Google from December 2005-2012</li>
<li>Worked for Elementary Security from July 2003-December 2005</li>
<li>Worked for Zope Corporation as Director of PythonLabs</li>
<li>Worked as Researcher for CWI</li>
</ul>
<ul>
<b>SKILLS</b>
<li>Proficient in Python Programming Language</li>
<li>Proficient in Open Source Development</li>
<li>Proficient in Distributed Systems</li>
</ul>
<img src="assets/img_gvr.jpg" alt="Guido Van Rossum" align="top">
</div>
<div id="sec2">
<ul>
<b>VOLUNTEERING</b>
<li>BDLF at Python Development Team</li>
</ul>
<ul>
<b>ACHIEVEMENTS/ACCOMPLISHMENTS</b>
<li> Knowbot mobile agent system</li>
<li> Pyhton.org and Python Software Activity</li>
<li>Grail Web Browser</li>
</ul>
<ul>
<b>PUBLICATIONS</b>
<li><a style="color: #F2F1EF" href="https://ir.cwi.nl/pub/5998"> CWI Report CS-R8817 </a></li>
<li><a style="color: #F2F1EF" href="https://ir.cwi.nl/pub/5348"> CWI report CS-R9256 </a></li>
<li><a style="color: #F2F1EF" href="https://web.archive.org/web/19990225081903/http://www.cwi.nl:80/ftp/mmpapers/">Multimedia Publications</a></li>
</ul>
<ul>
<b>HOBBIES/INTERESTS</b>
<li>University of Amsterdam</li>
<li>Dropbox</li>
<li>
</ul>
<ul>
<b>REFERENCES </b>
<li> Dan Farmer Computer Consultant- Vicious Fishes Security Consulting
<a style="color: #F2F1EF"href="trouble.org"> Dan's Website</a><li>
<li>Asya Kamsky Lead Production Manager- MongoDB
<a style="color: #F2F1EF" href="kamsky.org">Asya's Website</a></li>
</ul>
</div>
<div align="center">
<a href="index.html" class="button"> Home Page</a>
<a href="index.php" class="button"> Log Out</a>
<a style="color: #F2F1EF" href="#top">Top of the page</a>
</div>
</body>
</html>