Skip to content

Commit 5d9984b

Browse files
committed
Updated contact.html
1 parent 4bc2a76 commit 5d9984b

2 files changed

Lines changed: 45 additions & 6 deletions

File tree

assets/css/style.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,33 @@ main {
296296
margin-bottom: 0.45rem;
297297
}
298298

299+
.service-info {
300+
display: grid;
301+
gap: 0.7rem;
302+
margin-bottom: 1rem;
303+
}
304+
305+
.service-item {
306+
border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--border));
307+
background: color-mix(in srgb, var(--surface-2) 62%, var(--surface));
308+
border-radius: 12px;
309+
padding: 0.7rem 0.8rem;
310+
}
311+
312+
.service-item h4 {
313+
margin: 0 0 0.35rem;
314+
color: var(--primary-strong);
315+
font-size: 0.98rem;
316+
letter-spacing: 0.01em;
317+
}
318+
319+
.service-subline {
320+
margin: 0.12rem 0;
321+
color: var(--muted);
322+
font-size: 0.94rem;
323+
line-height: 1.45;
324+
}
325+
299326
.timeline {
300327
display: grid;
301328
gap: 0.9rem;

contact.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,28 @@ <h1>Contact & Visit</h1>
3737
<div class="grid grid-2">
3838
<article class="card">
3939
<h3>Service Information</h3>
40-
<p>Sunday Worship: 9:30 AM</p>
41-
<p>Prayer Meeting: Friday 7:00 PM</p>
42-
<p>Bible Study: Wednesday 7:00 PM</p>
43-
<p>Youth Meeting: Saturday 5:00 PM</p>
40+
<div class="service-info">
41+
<section class="service-item" aria-label="Sunday Services">
42+
<h4>Sunday Services</h4>
43+
<p class="service-subline">1st Service: 6:00 AM - 8:00 AM</p>
44+
<p class="service-subline">2nd Service: 8:15 AM - 10:00 AM</p>
45+
<p class="service-subline">3rd Service: 10:30 AM - 12:00 PM</p>
46+
</section>
47+
<section class="service-item" aria-label="Fasting Prayer">
48+
<h4>Fasting Prayer</h4>
49+
<p class="service-subline">Friday 10:30 AM - 12:00 PM</p>
50+
</section>
51+
<section class="service-item" aria-label="Junior Sunday Class">
52+
<h4>Junior Sunday Class</h4>
53+
<p class="service-subline">Sunday 4:00 PM - 5:30 PM</p>
54+
</section>
55+
</div>
4456
<h3>Location</h3>
4557
<p>Chennai, Tamil Nadu, India</p>
4658
<div style="border-radius: 12px; overflow: hidden; margin: 0.75rem 0;">
4759
<iframe
4860
title="Zion Gospel Ministry Location"
49-
src="https://www.google.com/maps?q=Zion+Gospel+Ministry,+Chennai,+Tamil+Nadu,+India&output=embed"
61+
src="https://www.google.com/maps?q=13.0640071,80.2112303&z=17&output=embed"
5062
width="100%"
5163
height="280"
5264
style="border:0;"
@@ -56,7 +68,7 @@ <h3>Location</h3>
5668
</iframe>
5769
</div>
5870
<p>
59-
<a href="https://www.google.com/maps/dir/?api=1&destination=Zion+Gospel+Ministry,+Chennai,+Tamil+Nadu,+India&travelmode=driving" target="_blank" rel="noopener">
71+
<a href="https://maps.app.goo.gl/DefDBPsvYjo8B8f46" target="_blank" rel="noopener">
6072
Get Directions in Google Maps
6173
</a>
6274
</p>

0 commit comments

Comments
 (0)