Skip to content

Commit bffaf3e

Browse files
authored
Merge pull request #15710 from ssancheza227/feature/lima-ui
[LIMA-2026] Adds event social and styles
2 parents d430f90 + 993c343 commit bffaf3e

4 files changed

Lines changed: 134 additions & 30 deletions

File tree

content/events/2026-lima/location.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,25 @@ Description = "Location for devopsdays lima 2026"
55
+++
66
<br>
77

8-
<p>The event will take place at the <a href="https://www.facebook.com/LimaCentrodeConvencionesLCC" target="_blank" rel="noopener">Lima Convention Center - LCC</a>, strategically located in one of Lima’s most dynamic business districts.</p>
8+
<p class="text-center">
9+
<style>
10+
.location-hero-image {
11+
width: 100%;
12+
height: clamp(220px, 28vw, 360px);
13+
object-fit: cover;
14+
object-position: 50% 12%;
15+
display: block;
16+
}
17+
</style>
18+
<img src="/events/2026-lima/lcc-plano.jpg" alt="Plano del Lima Convention Center (LCC)" class="img-fluid location-hero-image" loading="lazy">
19+
</p>
20+
21+
<p>The event will take place at the <strong><a href="https://www.facebook.com/LimaCentrodeConvencionesLCC" target="_blank" rel="noopener">Lima Convention Center - LCC</a></strong>, strategically located in one of Lima’s most dynamic business districts.</p>
922

10-
<p>Av. de la Arqueología 206 <br>
11-
San Borja 15021, Lima</p>
23+
<br>
1224

25+
<h2>Venue</h2>
26+
<p><a href="https://www.google.com/maps?ll=-12.086362,-77.00063&z=15&t=m&hl=es-419&gl=US&mapclient=embed&cid=7426031118201483748" target="_blank" rel="noopener">Av. de la Arqueología 206, San Borja 15021, Lima</a></p>
1327
<div>
1428
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7802.753032193734!2d-77.0055012170037!3d-12.086356312075242!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x9105c7d2eb58373d%3A0x670e8ff50b6571e4!2sCentro%20de%20Convenciones%20de%20Lima!5e0!3m2!1ses-419!2sus!4v1771820898497!5m2!1ses-419!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
1529
</div>
@@ -33,4 +47,4 @@ San Borja 15021, Lima</p>
3347
<br>
3448

3549
<h2>Accessibility</h2>
36-
<p>The venue is fully accessible for people with reduced mobility, including ramps, elevators, and accessible restrooms on all levels. For specific requirements, please contact the {{< event_link page="contact" text="organizers" >}}.</p>
50+
<p>The venue is fully accessible for people with reduced mobility, including ramps, elevators, and accessible restrooms on all levels. For specific requirements, please contact the {{< event_link page="contact" text="organizers" >}}.</p>

content/events/2026-lima/welcome.md

Lines changed: 112 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Description = "devopsdays lima 2026"
1616
.welcome-hero-year {
1717
color: #8C51BF;
1818
opacity: 0.9;
19-
font-weight: 700;
19+
font-weight: 900;
2020
}
2121

2222
.welcome-hero-date {
@@ -75,6 +75,87 @@ Description = "devopsdays lima 2026"
7575
filter: brightness(0.95);
7676
}
7777

78+
.welcome-hero-video {
79+
width: 100%;
80+
max-width: 100%;
81+
height: clamp(320px, 38vw, 420px);
82+
}
83+
84+
.welcome-hero-caption {
85+
margin-top: 6px;
86+
font-size: 0.9rem;
87+
font-style: italic;
88+
opacity: 0.85;
89+
}
90+
91+
.welcome-socials {
92+
margin-top: 18px;
93+
text-align: left;
94+
}
95+
96+
.welcome-socials-title {
97+
font-size: 1.05rem;
98+
font-weight: 600;
99+
margin: 16px 0 8px;
100+
}
101+
102+
.welcome-section-sep {
103+
border-top: 1px solid rgba(0, 0, 0, 0.08);
104+
margin-top: 14px;
105+
padding-top: 14px;
106+
}
107+
108+
.welcome-section-gap {
109+
margin-top: 14px;
110+
padding-top: 14px;
111+
}
112+
113+
.welcome-socials-icons {
114+
display: flex;
115+
justify-content: flex-start;
116+
align-items: center;
117+
gap: 8px;
118+
flex-wrap: wrap;
119+
}
120+
121+
.welcome-socials-icons a {
122+
width: 34px;
123+
height: 34px;
124+
padding: 4px;
125+
font-size: 20px;
126+
border-radius: 10px;
127+
display: inline-flex;
128+
align-items: center;
129+
justify-content: center;
130+
text-decoration: none;
131+
background-color: transparent;
132+
transition: transform 120ms ease, background-color 120ms ease;
133+
}
134+
135+
.welcome-socials-icons a.social-li { color: rgb(29, 96, 196); --hover-bg: rgba(29, 96, 196, 0.12); }
136+
.welcome-socials-icons a.social-ig {
137+
color: #e1306c; /* fallback */
138+
--hover-bg: rgba(225, 48, 108, 0.10);
139+
}
140+
.welcome-socials-icons a.social-yt { color: rgb(224, 52, 52); --hover-bg: rgba(224, 52, 52, 0.12); }
141+
.welcome-socials-icons a.social-x { color: rgb(95, 92, 92); --hover-bg: rgba(95, 92, 92, 0.12); }
142+
143+
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
144+
.welcome-socials-icons a.social-ig::before {
145+
background-image: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
146+
-webkit-background-clip: text;
147+
background-clip: text;
148+
color: transparent;
149+
-webkit-text-fill-color: transparent;
150+
}
151+
}
152+
153+
.welcome-socials-icons a:hover,
154+
.welcome-socials-icons a:focus {
155+
transform: translateY(-1px) scale(1.06);
156+
background-color: var(--hover-bg, rgba(0, 0, 0, 0.08));
157+
}
158+
78159
@media (min-width: 576px) {
79160
.welcome-hero-cta {
80161
flex-direction: row;
@@ -103,7 +184,7 @@ a.jssocials-share-link:hover, a.jssocials-share-link:active {
103184
}
104185

105186
a.p-location{
106-
font-weight: 600;
187+
font-weight: 700;
107188
color: #ffffffdd;
108189
}
109190

@@ -112,16 +193,20 @@ a.p-location:hover, a.p-location:active {
112193
}
113194

114195
.e-summary {
115-
font-weight: 500;
196+
font-weight: 400;
197+
}
198+
199+
span.welcome-page-masthead-venue, span.welcome-page-date {
200+
font-weight: 700;
116201
}
117202
</style>
118203

119-
<div class="row align-items-start">
120-
<div class="col-sm-5 p-2 welcome-hero-left">
204+
<div class="row align-items-start mx-n2">
205+
<div class="col-12 col-md-5 p-2 welcome-hero-left">
121206
<h1 class="welcome-hero-title">Welcome to DevOpsDays Lima! <span class="welcome-hero-year">2026</span></h1>
122207
<div class="welcome-hero-logo">
123208
{{< event_logo >}}
124-
</div>
209+
</div><br>
125210
<p>DevOpsDays Lima will be coming back to {{< event_location >}} on <strong class="welcome-hero-date">Aug 27-28, 2026</strong>.</p>
126211
<p>Our mission at DevOpsDays Lima is to drive technological evolution with an event that connects professionals, encourages sharing DevOps knowledge, and strengthens a culture of continuous innovation based on real experiences.</p>
127212
<div class="welcome-hero-cta">
@@ -135,28 +220,38 @@ a.p-location:hover, a.p-location:active {
135220
</a>
136221
</div>
137222
</div>
138-
<div class="col-sm-7 text-center p-2">
223+
<div class="col-12 col-md-7 text-center p-2">
139224
<iframe
140225
src="https://www.youtube.com/embed/OOYWupGVhqA?autoplay=1&mute=1&playsinline=1"
141226
frameborder="0"
142227
allow="autoplay; fullscreen; picture-in-picture"
143228
allowfullscreen
144-
style="width: 100%; height: 300px; max-width: 100%;">
145-
</iframe>
146-
<br/>Impressions from 2025
147-
</div>
148-
</div>
229+
class="welcome-hero-video">
230+
</iframe>
231+
<div class="welcome-hero-caption">Impressions from 2025</div>
232+
</div>
233+
</div>
234+
235+
</br>
149236

150237
<div class="row">
151238
<div class="col-md-12">
152-
<p>
153-
<p>First time here? Check out our last events and get hyped!</p>
154-
<a href="https://www.devopsdays.org/events/2025-lima/welcome/">DevOpsDays 2025 - Lima</a>
155-
</br>
239+
<div class="welcome-socials">
240+
<h3 class="welcome-socials-title">Follow us!</h3>
241+
<div class="welcome-socials-icons">
242+
{{< event_social_linkedin >}}
243+
<a href="https://www.instagram.com/devopsdayslima/" class="fa-brands social-ig fa-instagram" target="_blank" rel="noopener" title="Follow on Instagram"></a>
244+
{{< event_social_youtube >}}
245+
</div>
246+
</div>
247+
<div class="welcome-section-gap">
248+
<p>First time here? Check out our last events and get hyped!</p>
249+
<a href="https://www.devopsdays.org/events/2025-lima/welcome/">DevOpsDays 2025 - Lima</a>
250+
</div>
156251
</div>
157252
</div>
158253

159-
<hr>
254+
<div class="welcome-section-sep"></div>
160255

161256
<div class="row">
162257
<div class="col-md-2">

data/events/2026/lima/main.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,8 @@ location_address: "Av. de la Arqueología 206, San Borja 15021" #Optional - use
3939

4040
# Optional - Social badges
4141
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
42-
event_social_linkedin: "https://linkedin.com/company/devopsdays" # Change this to the url to your Linkedin group, company, or page.
43-
event_social_slack: "https://join.slack.com/t/devopsdays/custom_shared_invite_url" # Change this to your slack invite link.
44-
event_social_listserv: "https://lists.devopsdays.org/subscription?custom_listserv_invite_url" # Change this to your mailing list subscription form url.
45-
event_social_twitter: "devopsdays" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
46-
event_social_mastodon: "https://mastodon.social/@devopsdays" # Change this to url to your mastodon page
47-
event_social_bsky: "https://bsky.app/profile/devopsdays.bsky.social" # Change this to url to your bluesky page
48-
event_social_youtube: "devopsdays" # Change this to the youtube channel handle for your event such as devopsdaysrox
49-
50-
42+
event_social_linkedin: "https://www.linkedin.com/company/devops-days-lima" # Change this to the url to your Linkedin group, company, or page.
43+
event_social_youtube: "DevOpsDaysLima" # Change this to the youtube channel handle for your event such as devopsdaysrox
5144
# Social Share Buttons
5245
# Optional: Specify which social share buttons to display on event pages.
5346
# If not specified, defaults to all: ["email", "twitter", "facebook", "linkedin"]
@@ -57,6 +50,8 @@ social_shares: # ["email", "twitter", "facebook", "linkedin"]
5750

5851
nav_elements: # List of pages you want to show up in the navigation of your page.
5952
# - name: propose
53+
- name: devopsdays.pe
54+
url: https://devopsdays.pe/
6055
- name: location
6156
- name: registration
6257
# - name: program
115 KB
Loading

0 commit comments

Comments
 (0)