-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.qmd
93 lines (80 loc) · 2.33 KB
/
index.qmd
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
---
title: </script><p class= "multipleStrings" >
backgroundcolor: "#FFFFFF"
image: images/world-map.png
image-alt: "R-Ladies Global Map"
title-block-style: "plain"
title-block-banner: '#FFFFFF'
title-block-banner-color: "#5b5c65"
about:
template: marquee
id: hero-heading
sidebar: false
page-layout: full
listing:
contents:
- /blog/posts
- /talks/2023/meetup
- /talks/2024/meetup
sort: "date desc"
type: grid
image-height: "200"
max-items: 3
categories: false
format:
html:
include-in-header:
- text: |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/typeit.min.js">
---
```{r}
#| echo: false
# https://www.pexels.com/search/pink/
# https://images.pexels.com/photos/5725894/pexels-photo-5725894.jpeg
# ```{=html}
#
# <style>
# body {
# background-image: url('');
# background-size: cover;
# background-repeat: no-repeat;
# }
# </style>
#```
```
::: {style="margin-top: 10px; font-size: 3em; color: #5b5c65; font-weight: bold; text-align: center;"}
Welcome to R-Ladies Rome! 🌟
:::
::: {style="font-size: 1.2em; color: #5b5c65;"}
Part of R-Ladies Global, organization designed to develop the R skills and knowledge of our members at all user levels, supporting access to STEM skills and careers for everyone who is interested in expanding knowledge on this field. We are proud members of both the Open Source Movement and the Global R Community, proudly sposored by The R Consortium and The Linux Foundation.
:::
<center><a href="https://www.meetup.com/rladies-rome/" target="_blank"><img src="images/subscribe.png" alt="Become a Member" height="60"/></a></center>
<center>
::: {#hero-heading}
{width="300px"}
:::
</center>
::: {style="border-bottom: 2px solid #602b5f;"}
:::
::: {style="font-size: 3em; color: #5b5c65;"}
Latest content
:::
```{=html}
<style>
.multipleStrings {
font-size: 25px;
text-shadow: 1px 1px 1px #602b5f;
}
</style>
<script>
new TypeIt(".multipleStrings", {
strings: [
"Explore our community dedicated to promoting inclusivity in the R programming world 🌍",
"Discover events, resources, and projects that empower women in technology 💪",
"Join us in our mission and enjoy your journey with us! 🚀"],
breakLines: false,
loop: true,
speed: 50
}).go();
</script>
```