-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (79 loc) · 3.79 KB
/
index.html
File metadata and controls
94 lines (79 loc) · 3.79 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
86
87
88
89
90
91
92
93
94
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Ricardo Ribeiro - Programmer</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link href="stylesheets/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="stylesheets/bootstrap-theme.min.css" rel="stylesheet" media="screen">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" language="javascript" src="javascripts/jquery.js"></script>
<script type="text/javascript" language="javascript" src="javascripts/bootstrap.min.js"></script>
</head>
<body>
<div class="wrapper">
<header>
<h1>Ricardo Ribeiro</h1>
<img id="my_photo" src="images/me.png" alt="me" class="img-thumbnail"/>
<p>Portfolio and Personal Blog of a Computer and Telematics Engineer in Training</p>
<div>
<ul>
<li><a href="https://ribeiroct.github.io">About Me</a></li>
<li><a href="https://ribeiroct.github.io/portfolio">Portfolio</a></li>
<li><a href="https://ribeiroct.github.io/blog">Personal Blog</a></li>
<li><a href="https://github.com/ribeiroct">GitHub Profile</a></li>
</ul>
</div>
<!--p class="view"><a href="https://github.com/ribeiroct">View My GitHub Profile</a></p-->
</header>
<section>
<h3>
<a name="about-me" class="anchor" href="#about-me"><span class="octicon octicon-link"></span></a>About me</h3>
<p>My name is Ricardo Ribeiro and I am a twenty-three year's old student taking a master degree in Computer and Telematics Engineering in University of Aveiro, Portugal. For complete details about my experience in developing software, please check my portfolio.</p>
<h3>
<a name="quick-facts" class="anchor" href="#quick-facts"><span class="octicon octicon-link"></span></a>Quick Facts</h3>
<table>
<tr><td></td><td><strong>Programming Languages</strong></td></tr>
<tr>
<td style="min-width: 100px;">Proficient in: </td><td>Java (SE, EE, Android), Python, SQL, C#, PHP, HTML, CSS, Javascript, XML</td>
</tr><tr>
<td>Experience: </td><td>C, C++, Asp.net Razor, UML, Objective C, Java ME, Tex, Bash, Json, Assembly</td>
</tr>
<tr><td></td><td><strong>Software & OS experience</strong></td></tr>
<tr>
<td>Proficient in: </td><td>Netbeans, Eclipse, Visual Studio, Sublime, Photoshop</td>
</tr><tr>
<td>Experience: </td><td>XCode, GNS3,Unix Command line</td>
</tr>
<tr><td></td><td><strong>Other Relevant Experience</strong></td></tr>
<tr>
<td>Experience: </td><td>Networking (using Cisco routers)</td>
</tr>
<tr><td></td><td><strong>Spoken Languages</strong></td></tr>
<tr>
<td>Proficient in: </td><td>Portuguese, English</td>
</tr>
<tr><td></td><td><strong>Other details about me</strong></td></tr>
<tr>
<td>Interests: </td><td>Web & Mobile Development, Multi-modal interaction systems, networks, web design, photography</td>
</tr>
<tr>
<td>Pers. Email: </td><td>ribeiroct@gmail.com</td></tr><tr>
<td>Univ. Email: </td><td>ribeiro.r@ua.pt</td>
</tr>
</table>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>