diff --git a/.gitignore b/.gitignore
index 5991e42..4ed6823 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ _site
.jekyll-metadata
vendor
.DS_Store
+docs/superpowers/
diff --git a/_includes/default_header.html b/_includes/default_header.html
index 6b584b4..6451f02 100644
--- a/_includes/default_header.html
+++ b/_includes/default_header.html
@@ -16,6 +16,7 @@
Sé parte_
{% endfor %}
Community
+ Primera vez
diff --git a/_includes/head.html b/_includes/head.html
index ee9c1c5..a34aefd 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,8 +1,8 @@
- Ruby UY
+ {{ page.title | default: "Ruby UY" }}
-
+
diff --git a/_layouts/primera-vez.html b/_layouts/primera-vez.html
new file mode 100644
index 0000000..97b39d3
--- /dev/null
+++ b/_layouts/primera-vez.html
@@ -0,0 +1,24 @@
+
+
+ {% include head.html %}
+
+
+
+
+
+
+ {{ content }}
+
+
+
+ {% include footer.html %}
+
+
diff --git a/_sass/primera-vez.scss b/_sass/primera-vez.scss
new file mode 100644
index 0000000..c2f7366
--- /dev/null
+++ b/_sass/primera-vez.scss
@@ -0,0 +1,104 @@
+.pv-breadcrumb {
+ background: #3967D1;
+ width: 100%;
+
+ .pv-breadcrumb__inner {
+ align-items: center;
+ display: flex;
+ height: 44px;
+ padding: 0 2rem;
+ }
+
+ .pv-breadcrumb__trail {
+ align-items: center;
+ display: flex;
+ font-size: 0.75rem;
+ font-weight: 700;
+ gap: 0.75rem;
+ letter-spacing: 0.08em;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+
+ a {
+ color: #fff;
+ text-decoration: none;
+
+ &:hover { color: #fcc24e; }
+ }
+
+ .sep { color: rgba(255, 255, 255, 0.4); }
+ }
+
+ .pv-breadcrumb__current { color: #fcc24e; }
+
+ @media (max-width: 768px) {
+ .pv-breadcrumb__inner {
+ height: auto;
+ padding: 0.75rem 1.25rem;
+ }
+ }
+}
+
+#view-primera-vez {
+ background: #F6EEEC;
+ margin: 0 auto;
+ max-width: 760px;
+ padding: 2.5rem 2rem 3rem;
+ width: 100%;
+
+ @media (max-width: 768px) {
+ padding: 2rem 1.25rem 2.5rem;
+ }
+
+ @media (max-width: 425px) {
+ padding: 1.5rem 1rem 2rem;
+ }
+}
+
+.pv-title {
+ color: #3967D1;
+ font: 700 clamp(1.5rem, 4vw, 2.25rem)/1.05 'Syncopate', sans-serif;
+ letter-spacing: 0.04em;
+ margin-bottom: 0.5rem;
+}
+
+.pv-subtitle {
+ color: rgba(46, 46, 46, 0.55);
+ font-family: 'DM Sans', system-ui, sans-serif;
+ font-size: 1rem;
+ line-height: 1.5;
+ margin-bottom: 2.5rem;
+}
+
+.pv-faq {
+ display: flex;
+ flex-direction: column;
+}
+
+.pv-faq__item {
+ border-bottom: 1px solid rgba(46, 46, 46, 0.1);
+ border-left: 3px solid #fcc24e;
+ margin-bottom: 1rem;
+ padding: 0 0 1rem 1.25rem;
+
+ &:last-child {
+ border-bottom: none;
+ margin-bottom: 0;
+ }
+}
+
+.pv-faq__q {
+ color: #3967D1;
+ font: 700 0.8rem 'Syncopate', sans-serif;
+ letter-spacing: 0.05em;
+ margin-bottom: 0.5rem;
+ text-transform: uppercase;
+}
+
+.pv-faq__a {
+ color: rgba(46, 46, 46, 0.72);
+ font-family: 'DM Sans', system-ui, sans-serif;
+ font-size: 0.975rem;
+ line-height: 1.65;
+}
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 4e641b6..055359a 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -1,3 +1,3 @@
---
---
-@import 'reset', 'application', 'header', 'nav', 'next_meetup', 'view', 'meetups', 'sponsors', 'footer', 'talks', 'community', 'project-card';
+@import 'reset', 'application', 'header', 'nav', 'next_meetup', 'view', 'meetups', 'sponsors', 'footer', 'talks', 'community', 'project-card', 'primera-vez';
diff --git a/primera-vez/index.html b/primera-vez/index.html
new file mode 100644
index 0000000..bcd2197
--- /dev/null
+++ b/primera-vez/index.html
@@ -0,0 +1,36 @@
+---
+layout: primera-vez
+permalink: /primera-vez/
+title: "Primera vez — Ruby UY"
+description: "Respondemos las dudas más frecuentes antes de venir a tu primera meetup de Ruby UY."
+---
+
+¿ES TU PRIMERA MEETUP?
+Todo lo que necesitás saber antes de venir
+
+
+
+
- ¿Tengo que saber Ruby?
+ - No necesariamente, pero las charlas suelen ser tecnicas y orientadas a desarrolladores.
+
+
+
- ¿Es gratis?
+ - Sí, completamente gratis y te anotas en meetup.com
+
+
+
- ¿En qué idioma son las charlas?
+ - En español. A veces hay charlas en inglés, pero siempre se aclara con anticipación.
+
+
+
- ¿Puedo ir solo/a?
+ - Si! La comunidad es abierta y amigable, no hace falta conocer a nadie de antemano.
+
+
+
- ¿Hay comida?
+ - Sí. La empresa que hostea la meetup y ofrece comida y bebidas.
+
+
+
- ¿A qué hora conviene llegar?
+ - Las meetups arrancan puntual a las 19 hs.
+
+