Skip to content

Commit 3b57f66

Browse files
committed
updated join seminar button
1 parent de07e2e commit 3b57f66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

_layouts/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ <h4>Speakers</h4>
7272

7373
<!-- Action Button -->
7474
<div class="text-end mt-4">
75-
<a href="{{ seminar.registration_link }}" class="btn btn-primary">
76-
Join the Seminar
75+
<a href="{{ seminar.registration_link }}" class="btn btn-primary btn-lg">
76+
Join Seminar
7777
</a>
7878
</div>
7979
</div>
8080
</section>
8181

8282
<!-- News Card (20%) -->
83-
<aside style="flex:0 0 25%;">
83+
<aside style="flex:0 0 20%;">
8484
<div class="news-card p-4 bg-white rounded shadow-sm position-relative" style="top:-30px;">
8585
<h3 class="mb-3"><strong>Latest News</strong></h3>
8686
<ul class="list-unstyled mb-0">
@@ -216,4 +216,4 @@ <h2 class="feature-title">{{ feature.title }}</h2>
216216
render();
217217
const timer = setInterval(render, 1000);
218218
});
219-
</script>
219+
</script>

_services/Seminar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ weight: 1
2929
> {% endfor %}
3030
>
3131
> {% if seminar.link %}
32-
> **Link:** [**Join / Watch Seminar**]({{ seminar.link }})
32+
> **Link:** [**Watch Seminar**]({{ seminar.link }})
3333
> {% else %}
3434
> **Link:** Coming soon
3535
> {% endif %}

0 commit comments

Comments
 (0)