checking updates completed

This commit is contained in:
akash 2026-05-23 11:25:13 +05:30
parent 57cfe31ca5
commit 9b60339d3e
2 changed files with 12 additions and 7 deletions

View File

@ -668,7 +668,8 @@ export default function Section1() {
<div className="space18" />
<h4 className='custom-text aos-init aos-animate'>3.12 Removal and Re-Eligibility for Board Service</h4>
<div className="space10" />
<p>Any Director/member who is removed from the Board by resolution of the Board or the Members for cause, including but not limited to breach of fiduciary duty, conflict-of-interest violations, misconduct, or failure to comply with the Association's Constitution, By-laws, or Policies, shall be ineligible to serve as a Director, Officer, or committee chair of the Association for a period of six years from the effective date of removal.</p>
<p>Any Director/member who is removed from the Board by resolution of the Board or the Members for cause, including but not limited to breach of fiduciary duty, conflict-of-interest violations, misconduct, or failure to comply with the Association's Constitution, By-laws, or Policies, shall be ineligible to serve as a Director, Officer, or committee chair of the Association for a period of six years from the effective date of removal and have the
option to appeal, unless banned for life.</p>
<div className="space10" />
<p>During this period, the individual shall not be eligible for nomination, appointment, or election to any governance role of the Association. The disqualification period may not be waived, shortened, or overridden by the Board or Members.</p>
</div>
@ -1218,7 +1219,7 @@ export default function Section1() {
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" style={{ width: '20px', height: '20px', marginTop: '3px' }} />
Chair or designate shall collect and count the ballots.
</li>
<li className="d-flex align-items-start mb-2">
<li className="d-flex align-items-start mb-2">
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" style={{ width: '20px', height: '20px', marginTop: '3px' }} />
Vendor with the majority votes shall be selected.
</li> <li className="d-flex align-items-start mb-2">
@ -1229,7 +1230,11 @@ export default function Section1() {
<div className="space18" />
<h4><strong>4.11.3 Record Keeping</strong></h4>
<div className="space10" />
<p>
Minutes shall record the vendor selection process, including:
</p>
<ul className="list-unstyled ps-0">
<li className="d-flex align-items-start mb-2">
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" style={{ width: '20px', height: '20px', marginTop: '3px' }} />
Quotes received
@ -1382,7 +1387,7 @@ export default function Section1() {
className="me-2"
style={{ width: '20px', height: '20px', marginTop: '3px' }}
/>
The Board of Directors shall hold meetings generally once a month (minimum 9 in a year) to manage the affairs of the Association.
The Board of Directors shall hold meetings generally once a month (minimum 9 in a year) to manage the affairs of the Association.
</li>
<li className="d-flex align-items-start mb-2">
<img

View File

@ -153,7 +153,7 @@ export default function UpcomingEventData() {
<ul>
<li>
<span className='d-flex g-3 metered-data'>
<img src="/assets/img/icons/clock1.svg" alt="" />{" "}
<img src={event.time ? "/assets/img/icons/clock1.svg" : "/assets/img/icons/calender1.svg"} alt={event.time ? "clock" : "calendar"} />{" "}
{event.time ? `${event.time} - ` : ""}
{formatEventDate(event.date)}
</span>
@ -198,7 +198,7 @@ export default function UpcomingEventData() {
<ul>
<li>
<span className='d-flex g-3 metered-data'>
<img src="/assets/img/icons/clock1.svg" alt="" />{" "}
<img src={event.time ? "/assets/img/icons/clock1.svg" : "/assets/img/icons/calender1.svg"} alt={event.time ? "clock" : "calendar"} />{" "}
{event.time ? `${event.time} - ` : ""}
{formatEventDate(event.date)}
</span>