-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (77 loc) · 4.05 KB
/
index.html
File metadata and controls
85 lines (77 loc) · 4.05 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
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Alberto Sadde">
<meta name="description" content="Alberto Sadde's personal webpage.">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>aesadde | Alberto Sadde</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<link href="http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div id="headerWrapper">
<a id="name" href="./index.html"> Alberto Sadde </a>
<div id="info">
Venezuelan, Computer Scientist.
</div>
</div>
<div id="navigation">
<a href="./blog.html">Blog</a>
<a href="./now.html">Now</a>
<a href="./projects.html">Projects</a>
<a href="./books.html">Books</a>
</div>
</div>
<div id="wrapper">
<div id="main-content" class="mainContent">
<div class="sec-wrapper">
<div class="sec">
<div class="sec-title">
Introduction
</div>
<div id="intro" class="sec-content">
<p>Hi, my name is Alberto Sadde (aesadde). I recently graduated from the MSc in Computer Science at Oxford University where I focused Functional Programming and got interested in Machine Learning.</p>
<p>I am interested in these areas as well as general software engineering. I am always looking for opportunities to further my technical abilities and gain managerial skills. Feel free to <a href="mailto:albertosadde@gmail.com">contact me</a>.</p>
<p>You can check what I’ve been up to recently by looking at my <a href="./now.html">Now</a> page. You can also check some of my latest <a href="./projects.html">Projects</a> or you can read my <a href="./blog.html">Blog</a> where from time to time I share what I think and write about topics and problems that I find interesting.</p>
</div>
</div>
<div class="sec">
<div class="sec-title">
Short Bio
</div>
<div id="bio" class="sec-content">
<p>Alberto was born in Venezuela were he studied and lived until he was 20 years old. After two years at Universidad Simón Bolívar in Caracas, Venezuela studying Computer Engineering, he transferred to the UK to study Mathematics and Computer Science at the University of York. As part of his programme, he worked at BAE Systems’ Advanced Technology Centre as a Research Scientist focusing on parallel and GPU programming. More recently, Alberto graduated from the MSc in Computer Science at Oxford University.</p>
<p>Other than Computer Science and Mathematics Alberto enjoys all sorts of sports, especially if they are outdoor or if there is water involved. He is always trying to play <a href="https://en.wikipedia.org/wiki/Underwater_rugby">Underwater Rugby</a> and loves introducing people to the sport.</p>
</div>
</div>
<div class="sec">
<div class="sec-title">
Other
</div>
<div id="other" class="sec-content">
<p><a href="./files/resume.pdf" target="_blank">Resume</a> <a href="https://github.com/aesadde" target="_blank">GitHub</a> <a href="https://uk.linkedin.com/in/aesadde" target="_blank">LinkedIn</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
This site is generated using <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
<script type="text/javascript" src="js/default.js"></script>
<!-- Google Analytics -->
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-19951364-4', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>