-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
54 lines (45 loc) · 2.08 KB
/
index.Rmd
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
---
title: "personal"
site: distill::distill_website
css: post.css
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
```{css, echo=FALSE}
d-title, d-byline {display: none}
```
<!----------------------------------------------------------------------------------------------------------------------------------------------------->
<img style="width:200px;display:block;margin-left:auto;margin-right:auto;margin-top:20%;" src="./images/me.png">
<div style="border-top:2px solid #77C66E;padding-top:20px;margin:20px;display:flex;flex-direction:row;justify-content:center;">
<a title="twitter" href="https://twitter.com/rubenremelgado" style="text-align:center;cursor:pointer;" target="_blank"><img src="./images/twitter.png" height=30px></a>
<a title="researchgate" href="https://www.researchgate.net/profile/Ruben-Remelgado" style="text-align:center;cursor:pointer;" target="_blank"><img src="./images/researchgate.png" height=30px></a>
<a title="github" href="https://github.com/RRemelgado" style="text-align:center;cursor:pointer;" target="_blank"><img src="./images/github.png" height=30px></a>
<a title="gmail" href="mailto:[email protected]" style="text-align:center;cursor:pointer;" target="_blank"><img src="./images/gmail.png" height=30px></a>
</div>
<h3 style="text-align:center;">Welcome to my website</h3>
<p align='justify'>
I stumbled into Geography in 2009, and was quickly hooked. As a Geographer, I built my career in several international and multidisciplinary environments. I moved through Portugal, Italy, and Germany, acquiring advanced methodological and technical skills in spatial data analysis. With this website, I wish to give you and overview `about` myself, and about my `skills`, `cv`, and `projects`. If you are interested, please feel welcome to contact me..
</p>
<hr>
<!----------------------------------------------------------------------------------------------------------------------------------------------------->