-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.qmd
More file actions
40 lines (26 loc) · 972 Bytes
/
contact.qmd
File metadata and controls
40 lines (26 loc) · 972 Bytes
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
---
title: "Contact [{fig-align='left' width='80'}](http://erc-segue.nl/)"
format: html
editor: visual
theme: united
---
You can contact us via [e-mail](mailto:c.cottineau@tudelft.nl), [social media](https://bsky.app/profile/erc-segue.bsky.social), [Github](https://github.com/SEGUE-Project) or even traditional mail:
**Dr. Clémentine Cottineau-Mugadza**
TU Delft, Faculty of Architecture
Department of Urbanism, Urban studies section
Building 8, room BG.West.710
Julianalaan 134, 2628BL, Delft (NL)
```{r, echo=FALSE}
library(leaflet)
leaflet() %>%
setView(4.3705259, 52.0056562, 9) %>%
addProviderTiles(providers$CartoDB.Positron) %>%
addCircleMarkers(
lng = 4.3705259, lat = 52.0056562,
label = "TU Delft | Faculty of Architecture and the Built Environment",
radius = 17,
color = "#ff6600ff",
stroke = FALSE, fillOpacity = 0.5)
```
-----------
[{fig-align="left" width="100"}](http://erc-segue.nl/)