-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (54 loc) · 2.32 KB
/
index.html
File metadata and controls
61 lines (54 loc) · 2.32 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Ricardo Teixeira</title>
<meta name="description" content="Ricardo Teixeira's card" />
<meta name="copyright" id="copyright" content="Copyright (c) 2011 Ricardo Teixeira">
<script>document.getElementById('copyright').content = 'Copyright (c) 2011-' + new Date().getFullYear() + ' Ricardo Teixeira';</script>
<meta name="author" content="Ricardo Teixeira">
<meta name="keywords" content="Ricardo Teixeira, ctrler, ricardo, teixeira, ei08040, ctrler, ctrlER" />
<link href="my.css" rel="stylesheet" type="text/css" />
<!-- Hotjar Tracking Code for www.rteixeira.eu -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:543685,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div id="wrap">
<div id="main">
<div id="menu">
</div>
<div id="name1">
<a href="index.html">Ricardo</a>
</div>
<div id="name2">
<a href="index.html">Teixeira</a>
</div>
</div>
<div id="sidebar">
<div class="intro">
<p>Hi. I'm Ricardo, a software engineer from Vila do Conde, Portugal.
</p>
<p>I'm into data engineering and I really enjoy working with big data.
</p>
<p>I've a Master's in Informatics and Computing Engineering from <a href="https://sigarra.up.pt/feup/en/cur_geral.cur_view?pv_curso_id=742">FEUP</a>, finished in 2014 (thesis: <a href="https://www.dropbox.com/s/awdg3qp58z04c56/resumo-en.pdf">"Real Time Monitoring of Key Performance Indicators in Retail"</a>).
</p>
</div>
<a href="mailto:ricardo@rteixeira.eu">ricardo@rteixeira.eu</a>
<div id="social">
<a href="http://ctrler.eu">Blog</a> • <a href="http://pt.linkedin.com/in/rjsteixeira/">LinkedIn</a> • <a href="http://github.com/rjsteixeira">Github</a><br>
<a href="http://www.goodreads.com/user/show/13591539-ricardo-teixeira">Goodreads</a> • <a href="https://www.instagram.com/rjsteixeira/">Instagram</a><br>
</div>
</div>
</div>
</body>
</html>