File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments